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 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.0</TargetFramework >
5
- <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
6
5
</PropertyGroup >
7
6
8
7
9
8
<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" >
14
13
<PrivateAssets >all</PrivateAssets >
15
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
15
</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 " />
19
18
</ItemGroup >
20
19
21
20
</Project >
You can’t perform that action at this time.
0 commit comments