File tree 1 file changed +3
-10
lines changed
src/WebApp/AspnetRunBasics
1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 14
14
15
15
<ItemGroup >
16
16
<PackageReference Include =" Microsoft.AspNet.WebApi.Client" Version =" 5.2.7" />
17
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.1.1" />
18
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.1.1" />
19
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.1.1" />
20
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.1.1" >
21
- <PrivateAssets >all</PrivateAssets >
22
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
- </PackageReference >
24
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 3.1.1" />
25
- <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.9.10" />
26
- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3.1.1" />
17
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 3.1.4" />
18
+ <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.10.8" />
19
+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3.1.2" />
27
20
</ItemGroup >
28
21
29
22
You can’t perform that action at this time.
0 commit comments