aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-12-10 13:52:39 +0800
committercrupest <crupest@outlook.com>2019-12-10 13:52:39 +0800
commit77eaf82aaa12b995dcb0ea6bea092d44ef8d2199 (patch)
treeaa276d7733bfd90258c018b5c00287f8b6e8499c /Timeline/Timeline.csproj
parentae0fe2a03e04a6d170ac5f05039afe2a9407f255 (diff)
downloadtimeline-77eaf82aaa12b995dcb0ea6bea092d44ef8d2199.tar.gz
timeline-77eaf82aaa12b995dcb0ea6bea092d44ef8d2199.tar.bz2
timeline-77eaf82aaa12b995dcb0ea6bea092d44ef8d2199.zip
Migrate to DotNetCore 3.1 .
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r--Timeline/Timeline.csproj13
1 files changed, 6 insertions, 7 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj
index ab1a0f8d..b739b297 100644
--- a/Timeline/Timeline.csproj
+++ b/Timeline/Timeline.csproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
- <TargetFramework>netcoreapp3.0</TargetFramework>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>1f6fb74d-4277-4bc0-aeea-b1fc5ffb0b43</UserSecretsId>
<Authors>crupest</Authors>
@@ -15,18 +15,17 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0" />
- <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.7">
+ <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.1" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="3.0.1" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.1">
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.0" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="3.1.0" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.0.0" />
+ <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.0.1" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql.Design" Version="1.1.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-dev002868" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />