diff options
author | crupest <crupest@outlook.com> | 2020-11-11 15:45:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-11 15:45:27 +0800 |
commit | a04b2760f4ad72a666251757f0efb97890948914 (patch) | |
tree | 97d046bd04d5a0faee219584137e5943a0dc05fe /BackEnd/Timeline.ErrorCodes.CodeGenerator | |
parent | a63180b5664842ef35baf2dfdf1516ce90dac03a (diff) | |
download | timeline-a04b2760f4ad72a666251757f0efb97890948914.tar.gz timeline-a04b2760f4ad72a666251757f0efb97890948914.tar.bz2 timeline-a04b2760f4ad72a666251757f0efb97890948914.zip |
Migrate to .net 5.0.
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes.CodeGenerator')
-rw-r--r-- | BackEnd/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj | 2 | ||||
-rw-r--r-- | BackEnd/Timeline.ErrorCodes.CodeGenerator/packages.lock.json | 2 |
2 files changed, 2 insertions, 2 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>
diff --git a/BackEnd/Timeline.ErrorCodes.CodeGenerator/packages.lock.json b/BackEnd/Timeline.ErrorCodes.CodeGenerator/packages.lock.json index 69cfee1e..bbe8e02a 100644 --- a/BackEnd/Timeline.ErrorCodes.CodeGenerator/packages.lock.json +++ b/BackEnd/Timeline.ErrorCodes.CodeGenerator/packages.lock.json @@ -1,7 +1,7 @@ {
"version": 1,
"dependencies": {
- ".NETCoreApp,Version=v3.1": {
+ ".NETCoreApp,Version=v5.0": {
"TextCopy": {
"type": "Direct",
"requested": "[4.2.0, )",
|