aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.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
commita6b049ed65571b6b50d6e082c8845d9025191f01 (patch)
tree97d046bd04d5a0faee219584137e5943a0dc05fe /BackEnd/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj
parenta63180b5664842ef35baf2dfdf1516ce90dac03a (diff)
parenta04b2760f4ad72a666251757f0efb97890948914 (diff)
downloadtimeline-a6b049ed65571b6b50d6e082c8845d9025191f01.tar.gz
timeline-a6b049ed65571b6b50d6e082c8845d9025191f01.tar.bz2
timeline-a6b049ed65571b6b50d6e082c8845d9025191f01.zip
Merge pull request #172 from crupest/migrate
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>