aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-11 16:04:22 +0800
committerGitHub <noreply@github.com>2020-11-11 16:04:22 +0800
commitcfa8cc7b66ecc5f396fea080e4e59d99888c47fc (patch)
treee20f58d5166ef4b335a7d48dc0a9b9959ef0ab3f /BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj
parentacef142fbbff0a22d7df5268c0d2839a6335774e (diff)
parent86c7ef8aca3982754456cf99609ec4f83fc09f5c (diff)
downloadtimeline-cfa8cc7b66ecc5f396fea080e4e59d99888c47fc.tar.gz
timeline-cfa8cc7b66ecc5f396fea080e4e59d99888c47fc.tar.bz2
timeline-cfa8cc7b66ecc5f396fea080e4e59d99888c47fc.zip
Merge pull request #172 from crupest/migrate
Migrate to .net 5.0.
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj')
-rw-r--r--BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj b/BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj
index 01ca2568..563e6f93 100644
--- a/BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj
+++ b/BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
+ <TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>