1
0
Fork 0
mirror of https://github.com/TsakiDev/gitea-comment.git synced 2024-07-27 00:49:53 +02:00

Bump Microsoft.Extensions.Configuration from 3.1.8 to 8.0.0

Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) from 3.1.8 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-15 07:34:02 +00:00 committed by GitHub
parent 250d11a4ff
commit d34a79838c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.8" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.1.8" />
</ItemGroup>