File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Dotnet.Samples.AspNetCore.WebApi Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<ItemGroup >
11
11
<PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 8.0.2" />
12
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.6 " >
12
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.7 " >
13
13
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
14
<PrivateAssets >all</PrivateAssets >
15
15
</PackageReference >
16
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.6 " />
17
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.6 " />
18
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.6 " />
16
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.7 " />
17
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.7 " />
18
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.7 " />
19
19
<PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8.0.6" />
20
20
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.6.2" />
21
21
</ItemGroup >
You can’t perform that action at this time.
0 commit comments