Skip to content

Commit 3a15fad

Browse files
Bump Microsoft.Extensions.Configuration.Json from 7.0.0 to 8.0.0 (#135)
Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f592b08 commit 3a15fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autodesk.Forge.Core/Autodesk.Forge.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
27-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
27+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
2828
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
2929
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
3030
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0" />

0 commit comments

Comments
 (0)