Skip to content

Commit 2a968d1

Browse files
Bump Microsoft.Extensions.Configuration from 3.1.4 to 7.0.0
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) from 3.1.4 to 7.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67d7b55 commit 2a968d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/AspNetWebApp/AspNetWebApp.csproj

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

1717
<ItemGroup>
1818
<PackageReference Include="Hocon.Extensions.Configuration" Version="2.0.4" />
19-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.4" />
19+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
2020
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.4" />
2121
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="3.1.4" />
2222
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="3.1.4" />

0 commit comments

Comments
 (0)