aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.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
commita04b2760f4ad72a666251757f0efb97890948914 (patch)
tree97d046bd04d5a0faee219584137e5943a0dc05fe /BackEnd/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj
parenta63180b5664842ef35baf2dfdf1516ce90dac03a (diff)
downloadtimeline-a04b2760f4ad72a666251757f0efb97890948914.tar.gz
timeline-a04b2760f4ad72a666251757f0efb97890948914.tar.bz2
timeline-a04b2760f4ad72a666251757f0efb97890948914.zip
Migrate to .net 5.0.
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj')
-rw-r--r--BackEnd/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj b/BackEnd/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj
index c8eb97f3..767bec39 100644
--- a/BackEnd/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj
+++ b/BackEnd/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp3.1</TargetFramework>
+ <TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>