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/Timeline.ErrorCodes.csproj | |
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/Timeline.ErrorCodes.csproj')
-rw-r--r-- | BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj | 2 |
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>
|