From 8d595f5f7737cbcaf84ceeb8ced89c43acdb32e2 Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Fri, 14 Jan 2022 23:59:09 +0800 Subject: [PATCH] upgrade to .net 6.0 --- sample/SilkierQuartz.example.csproj | 2 +- .../Quartz.Plugins.RecentHistory.csproj | 2 +- src/SilkierQuartz/SilkierQuartz.csproj | 24 +++++++++++-------- test/SilkierQuartz.Test.csproj | 10 ++++---- 4 files changed, 21 insertions(+), 17 deletions(-) diff --git a/sample/SilkierQuartz.example.csproj b/sample/SilkierQuartz.example.csproj index 01e2f08..56d07f2 100644 --- a/sample/SilkierQuartz.example.csproj +++ b/sample/SilkierQuartz.example.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/src/Quartz.Plugins.RecentHistory/Quartz.Plugins.RecentHistory.csproj b/src/Quartz.Plugins.RecentHistory/Quartz.Plugins.RecentHistory.csproj index 3612892..2978c6b 100644 --- a/src/Quartz.Plugins.RecentHistory/Quartz.Plugins.RecentHistory.csproj +++ b/src/Quartz.Plugins.RecentHistory/Quartz.Plugins.RecentHistory.csproj @@ -30,7 +30,7 @@ - + diff --git a/src/SilkierQuartz/SilkierQuartz.csproj b/src/SilkierQuartz/SilkierQuartz.csproj index 034049a..21b2066 100644 --- a/src/SilkierQuartz/SilkierQuartz.csproj +++ b/src/SilkierQuartz/SilkierQuartz.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net5 + netcoreapp3.1;net5.0;net6.0 PackageReference true true @@ -39,21 +39,25 @@ - + - + - + + + + + - - - + + + - - - + + + diff --git a/test/SilkierQuartz.Test.csproj b/test/SilkierQuartz.Test.csproj index 0b3b206..339feaa 100644 --- a/test/SilkierQuartz.Test.csproj +++ b/test/SilkierQuartz.Test.csproj @@ -1,16 +1,16 @@  - net5.0 + net6.0 false - - - - + + + + all