Skip to content

Commit 39083e7

Browse files
Bump Microsoft.Extensions.Configuration and Microsoft.Extensions.Configuration.Json (#51)
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Configuration` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.0) Updates `Microsoft.Extensions.Configuration.Json` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9297eba commit 39083e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contacts.Tests/Contacts.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.45.2" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
15-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
15+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
1616
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1818
<PackageReference Include="Moq" Version="4.20.72" />

0 commit comments

Comments
 (0)