Skip to content

Commit 6f607d5

Browse files
Bump the microsoftextensions group with 3 updates
Bumps the microsoftextensions group with 3 updates: [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/runtime), [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Configuration.EnvironmentVariables` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) Updates `Microsoft.Extensions.Configuration.Json` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) Updates `Microsoft.Extensions.Configuration.Json` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) Updates `Microsoft.Extensions.Configuration.UserSecrets` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bcd2f58 commit 6f607d5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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="9.0.2" />
20-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.2" />
19+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.3" />
20+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.3" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

src/EntityFrameworkCore.Generator.Core/EntityFrameworkCore.Generator.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="9.0.2" />
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.2" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite" Version="9.0.2" />
16-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.2" />
16+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.3" />
1717
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
1818
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite" Version="9.0.4" />
1919
<PackageReference Include="Oracle.EntityFrameworkCore" Version="9.23.60" />

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="8.1.1" />
28-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.2" />
29-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.2" />
28+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.3" />
29+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.3" />
3030
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
3131
<PackageReference Include="xunit" Version="2.9.3" />
3232
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">

0 commit comments

Comments
 (0)