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..6fe1a44 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