Skip to content

Commit 494a4bb

Browse files
chore(deps): bump the efcore group with 4 updates
Bumps the efcore group with 4 updates: [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore). Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.10...v9.0.0) Updates `Microsoft.EntityFrameworkCore.InMemory` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.10...v9.0.0) Updates `Microsoft.EntityFrameworkCore.Sqlite` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.10...v9.0.0) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.10...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-major dependency-group: efcore - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-major dependency-group: efcore - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-major dependency-group: efcore - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-major dependency-group: efcore ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23eea4a commit 494a4bb

File tree

2 files changed

+188
-149
lines changed

2 files changed

+188
-149
lines changed

Dotnet.Samples.AspNetCore.WebApi/Dotnet.Samples.AspNetCore.WebApi.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.6" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10">
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0">
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
<PrivateAssets>all</PrivateAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.10" />
17-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.10" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.10" />
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
1919
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.10" />
2020
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
2121
</ItemGroup>

0 commit comments

Comments
 (0)