Skip to content

Commit 680b80a

Browse files
Bump the microsoftextensions group with 2 updates
Bumps the microsoftextensions group with 2 updates: [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Configuration.EnvironmentVariables` 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.EnvironmentVariables dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a10a54 commit 680b80a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sample/Tracker/Tracker.Database/Tracker.Database.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
<ItemGroup>
1818
<PackageReference Include="dbup-sqlserver" Version="6.0.0" />
19-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
20-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
19+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0" />
20+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

test/EntityFrameworkCore.Generator.Core.Tests/EntityFrameworkCore.Generator.Core.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
</PackageReference>
2626
<PackageReference Include="dbup-sqlserver" Version="6.0.0" />
2727
<PackageReference Include="FluentAssertions" Version="6.12.2" />
28-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
29-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
28+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0" />
29+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
3030
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
3131
<PackageReference Include="xunit" Version="2.9.2" />
3232
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">

0 commit comments

Comments
 (0)