Skip to content

Commit ed13382

Browse files
Bump Microsoft.Extensions.Configuration and Microsoft.Extensions.Configuration.Abstractions (#2368)
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Configuration` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) Updates `Microsoft.Extensions.Configuration.Abstractions` from 9.0.4 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.4...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Configuration.Abstractions dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a5c33b commit ed13382

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FileService/FileService.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="Azure.Identity" Version="1.13.2" />
99
<PackageReference Include="Azure.Storage.Blobs" Version="12.24.0" />
10-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.3" />
10+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.4" />
1111
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.61">
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>

PermissionsService/PermissionsService.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="AsyncKeyedLock" Version="7.1.6" />
99
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.4" />
10-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.3" />
10+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.4" />
1111
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
1212
<PackageReference Include="Microsoft.Graph.Kibali" Version="0.26.0" />
1313
<PackageReference Include="Microsoft.OpenApi" Version="1.6.24" />

0 commit comments

Comments
 (0)