Skip to content

Commit 33c9615

Browse files
committed
uplift to 3.1
1 parent bc047b0 commit 33c9615

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.0</TargetFramework>
4+
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
66
</PropertyGroup>
77

88
<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">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</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" />
2020
</ItemGroup>
2121

2222
</Project>

0 commit comments

Comments
 (0)