Skip to content

Commit 4b6a537

Browse files
authored
Merge pull request #147 from nanotaboada/dependabot/nuget/efcore-27e556b164
chore(deps): bump the efcore group with 4 updates
2 parents 5c89f3c + ffa70d1 commit 4b6a537

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)