File tree Expand file tree Collapse file tree 2 files changed +188
-149
lines changed
Dotnet.Samples.AspNetCore.WebApi Expand file tree Collapse file tree 2 files changed +188
-149
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments