Skip to content

Commit d102768

Browse files
Bump Microsoft.Extensions.Configuration and Microsoft.Extensions.Configuration.Json
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 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.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-major - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3e5f16 commit d102768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Modrinth.Net.Test/Modrinth.Net.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0"/>
15-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1"/>
14+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0"/>
15+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0"/>
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
1717
<PackageReference Include="Moq" Version="4.20.72" />
1818
<PackageReference Include="NUnit" Version="4.2.2"/>

0 commit comments

Comments
 (0)