aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-03-09 16:49:02 +0800
committercrupest <crupest@outlook.com>2022-03-09 16:49:02 +0800
commitaef73578b567f37cbe24991caa5fde536e96c378 (patch)
treef29895cd4597717d716476ebb0f6b8de3d921458 /BackEnd/Timeline/Timeline.csproj
parent331c238b337d9d8f7b4e051712a95f45548debf5 (diff)
downloadtimeline-aef73578b567f37cbe24991caa5fde536e96c378.tar.gz
timeline-aef73578b567f37cbe24991caa5fde536e96c378.tar.bz2
timeline-aef73578b567f37cbe24991caa5fde536e96c378.zip
Migrate to .NET Core 6.0!
Diffstat (limited to 'BackEnd/Timeline/Timeline.csproj')
-rw-r--r--BackEnd/Timeline/Timeline.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/BackEnd/Timeline/Timeline.csproj b/BackEnd/Timeline/Timeline.csproj
index 1f93b406..d402ea7c 100644
--- a/BackEnd/Timeline/Timeline.csproj
+++ b/BackEnd/Timeline/Timeline.csproj
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
<UserSecretsId>1f6fb74d-4277-4bc0-aeea-b1fc5ffb0b43</UserSecretsId>
<Authors>crupest</Authors>
<IsPackable>false</IsPackable>
- <LangVersion>9.0</LangVersion>
+ <LangVersion>10.0</LangVersion>
<Nullable>enable</Nullable>
<SpaRoot>ClientApp\</SpaRoot>