File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp3.0</TargetFramework >
5- <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
65 </PropertyGroup >
76
87
98 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 3.0.0-preview4-19216-03 " />
11- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.0.0-preview4.19216.3 " />
12- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.0.0-preview4.19216.3 " />
13- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.0.0-preview4.19216.3 " >
9+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 3.0.0" />
10+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.0.0" />
11+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.0.0" />
12+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.0.0" >
1413 <PrivateAssets >all</PrivateAssets >
1514 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1615 </PackageReference >
17- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 3.0.0-preview3.19153.1 " />
18- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.2.3 " />
16+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 3.0.0" />
17+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3.0.0 " />
1918 </ItemGroup >
2019
2120</Project >
You can’t perform that action at this time.
0 commit comments