mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-31 21:39:57 +01:00
Update to EF Core 7 GA
This commit is contained in:
parent
cb008ecba8
commit
797306cd65
|
|
@ -12,9 +12,9 @@
|
|||
|
||||
<ItemGroup>
|
||||
<PackageReference
|
||||
Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-*" />
|
||||
Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
|
||||
<PackageReference
|
||||
Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-*">
|
||||
Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.0">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
|
|
|
|||
Loading…
Reference in a new issue