From 1e2ba1aa679590de688075519872a981d26a2556 Mon Sep 17 00:00:00 2001 From: DeonHeyns Date: Mon, 5 Sep 2022 19:32:35 -0300 Subject: [PATCH 1/2] Upgrade to latest ServiceStack and .NET --- .../ServiceStack.Quartz.Tests.csproj | 34 ++++---- .../ServiceStack.Quartz.csproj | 84 +++++++++---------- .../ServiceStack.Quartz.NetCore.csproj | 37 ++++---- 3 files changed, 77 insertions(+), 78 deletions(-) diff --git a/src/ServiceStack.Quartz.Tests/ServiceStack.Quartz.Tests.csproj b/src/ServiceStack.Quartz.Tests/ServiceStack.Quartz.Tests.csproj index caba2f8..c3b6972 100644 --- a/src/ServiceStack.Quartz.Tests/ServiceStack.Quartz.Tests.csproj +++ b/src/ServiceStack.Quartz.Tests/ServiceStack.Quartz.Tests.csproj @@ -1,18 +1,18 @@ - - - net452;netcoreapp3.1 - 8 - - - - - - - - - - - - - + + + net472;netcoreapp3.1 + 8 + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/ServiceStack.Quartz/ServiceStack.Quartz.csproj b/src/ServiceStack.Quartz/ServiceStack.Quartz.csproj index d40586b..32eeeed 100644 --- a/src/ServiceStack.Quartz/ServiceStack.Quartz.csproj +++ b/src/ServiceStack.Quartz/ServiceStack.Quartz.csproj @@ -1,43 +1,43 @@ - - - netstandard2.0;net452 - Debug;Release - Easy job scheduling for ServiceStack - https://wwwlicious.github.io/ServiceStack.Quartz/ - Scott Mackay (@wwwlicious) - Scott Mackay (@wwwlicious) - Copyright (c) wwwlicious 2016 - Present - false - true - false - ServiceStack.Quartz - $(VersionNumber) - https://opensource.org/licenses/MPL-2.0 - https://github.com/wwwlicious/ServiceStack.Quartz - https://wwwlicious.github.io/ServiceStack.Quartz/content/images/logo.png - https://github.com/wwwlicious/ServiceStack.Quartz/releases - servicestack quartz quartznet job schedule plugin - https://github.com/wwwlicious/ServiceStack.Quartz - default - - - TRACE;DEBUG;NET452; - bin\Debug\net452\ServiceStack.Quartz.xml - - - TRACE;DEBUG;NET452 - bin\Release\net452\ServiceStack.Quartz.xml - - - TRACE;DEBUG;NETSTANDARD2_0; - bin\Debug\netstandard2.0\ServiceStack.Quartz.xml - - - TRACE;DEBUG;NETSTANDARD2_0 - bin\Release\netstandard2.0\ServiceStack.Quartz.xml - - - - - - + + + netstandard2.0;net472 + Debug;Release + Easy job scheduling for ServiceStack - https://wwwlicious.github.io/ServiceStack.Quartz/ + Scott Mackay (@wwwlicious) + Scott Mackay (@wwwlicious) + Copyright (c) wwwlicious 2016 - Present + false + true + false + ServiceStack.Quartz + $(VersionNumber) + https://opensource.org/licenses/MPL-2.0 + https://github.com/wwwlicious/ServiceStack.Quartz + https://wwwlicious.github.io/ServiceStack.Quartz/content/images/logo.png + https://github.com/wwwlicious/ServiceStack.Quartz/releases + servicestack quartz quartznet job schedule plugin + https://github.com/wwwlicious/ServiceStack.Quartz + default + + + TRACE;DEBUG;NET472; + bin\Debug\net472\ServiceStack.Quartz.xml + + + TRACE;DEBUG;NET472 + bin\Release\net472\ServiceStack.Quartz.xml + + + TRACE;DEBUG;NETSTANDARD2_0; + bin\Debug\netstandard2.0\ServiceStack.Quartz.xml + + + TRACE;DEBUG;NETSTANDARD2_0 + bin\Release\netstandard2.0\ServiceStack.Quartz.xml + + + + + + \ No newline at end of file diff --git a/src/demo/ServiceStackQuartz.NetCore/ServiceStack.Quartz.NetCore.csproj b/src/demo/ServiceStackQuartz.NetCore/ServiceStack.Quartz.NetCore.csproj index 24d1424..c64db81 100644 --- a/src/demo/ServiceStackQuartz.NetCore/ServiceStack.Quartz.NetCore.csproj +++ b/src/demo/ServiceStackQuartz.NetCore/ServiceStack.Quartz.NetCore.csproj @@ -1,20 +1,19 @@ - - - netcoreapp3.1 - Debug;Release - default - - - - - - - - - - - - - - + + + netcoreapp3.1 + Debug;Release + default + + + + + + + + + + + + + \ No newline at end of file From e38718c7d8dfdfb5a08365580bf22db1e8e7eb01 Mon Sep 17 00:00:00 2001 From: DeonHeyns Date: Mon, 5 Sep 2022 19:36:08 -0300 Subject: [PATCH 2/2] Upgrade to latest ServiceStack and .NET --- src/ServiceStack.Quartz/ServiceStack.Quartz.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ServiceStack.Quartz/ServiceStack.Quartz.csproj b/src/ServiceStack.Quartz/ServiceStack.Quartz.csproj index 32eeeed..6fe1a44 100644 --- a/src/ServiceStack.Quartz/ServiceStack.Quartz.csproj +++ b/src/ServiceStack.Quartz/ServiceStack.Quartz.csproj @@ -19,11 +19,11 @@ https://github.com/wwwlicious/ServiceStack.Quartz default - + TRACE;DEBUG;NET472; bin\Debug\net472\ServiceStack.Quartz.xml - + TRACE;DEBUG;NET472 bin\Release\net472\ServiceStack.Quartz.xml