Skip to content

Commit 51971d2

Browse files
Bump the entityframeworkcore group with 4 updates
Bumps the entityframeworkcore group with 5 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `7.0.0` | | [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) | `8.0.13` | `9.0.2` | | [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `1.1.1` | | [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `8.0.13` | `9.0.2` | | [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) | `8.0.13` | `9.0.2` | Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v7.0.0) Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.13 to 9.0.2 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.13...v9.0.2) Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 1.1.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v7.0.0) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.13 to 9.0.2 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.13...v9.0.2) Updates `Microsoft.EntityFrameworkCore.InMemory` from 8.0.13 to 9.0.2 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.13...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-major dependency-group: entityframeworkcore - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-type: direct:production update-type: version-update:semver-major dependency-group: entityframeworkcore - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-major dependency-group: entityframeworkcore - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-major dependency-group: entityframeworkcore - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-major dependency-group: entityframeworkcore ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 834ce2b commit 51971d2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

samples/AspireShop/AspireShop.CatalogDbManager/AspireShop.CatalogDbManager.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.1.0" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.13">
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.2">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>

samples/DatabaseMigrations/DatabaseMigrations.ApiModel/DatabaseMigrations.ApiModel.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.13" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.2" />
1313
</ItemGroup>
1414

1515
</Project>

samples/DatabaseMigrations/DatabaseMigrations.MigrationService/DatabaseMigrations.MigrationService.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.13">
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.2">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>

samples/Metrics/MetricsApp/MetricsApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.13" />
1111
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.13" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.13" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.2" />
1313

1414
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.1" />
1515
</ItemGroup>

samples/VolumeMount/VolumeMount.BlazorWeb/VolumeMount.BlazorWeb.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.1.0" />
1818
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.13" />
1919
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.13" />
20-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.13">
20+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.2">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>

0 commit comments

Comments
 (0)