aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-11 15:45:27 +0800
committercrupest <crupest@outlook.com>2020-11-11 15:45:27 +0800
commit86c7ef8aca3982754456cf99609ec4f83fc09f5c (patch)
treee20f58d5166ef4b335a7d48dc0a9b9959ef0ab3f /BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj
parentacef142fbbff0a22d7df5268c0d2839a6335774e (diff)
downloadtimeline-86c7ef8aca3982754456cf99609ec4f83fc09f5c.tar.gz
timeline-86c7ef8aca3982754456cf99609ec4f83fc09f5c.tar.bz2
timeline-86c7ef8aca3982754456cf99609ec4f83fc09f5c.zip
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>