File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
5
5
<AddRazorSupportForMvc >true</AddRazorSupportForMvc >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 3.0 .0" />
10
- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 3.0 .0" />
11
- <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 3.0 .0" />
12
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.0 .0" />
13
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.0 .0" />
14
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.0 .0" />
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.0 .0" >
9
+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 3.1 .0" />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 3.1 .0" />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 3.1 .0" />
12
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.1 .0" />
13
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.1 .0" />
14
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.1 .0" />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.1 .0" >
16
16
<PrivateAssets >all</PrivateAssets >
17
17
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
18
</PackageReference >
19
- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3.0 .0" />
19
+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3.1 .0" />
20
20
</ItemGroup >
21
21
22
22
</Project >
You can’t perform that action at this time.
0 commit comments