From a096adc84c411b2e0b4913543e53c6ca27344412 Mon Sep 17 00:00:00 2001 From: Toddca Date: Mon, 11 Jan 2021 17:30:30 -0600 Subject: [PATCH] Added Support for .Net Core 3.1 --- Source/Examples/AspNetCoreDocker/AspNetCoreDocker.csproj | 3 +-- Source/Examples/AspNetCoreHost/AspNetCoreHost.csproj | 4 ++-- Source/Examples/NetCoreSelfHost/NetCoreSelfHost.csproj | 2 +- .../Quartz.Plugins.RecentHistory.csproj | 2 +- Source/Quartzmin.SelfHost/Quartzmin.SelfHost.csproj | 2 +- Source/Quartzmin/Quartzmin.csproj | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Source/Examples/AspNetCoreDocker/AspNetCoreDocker.csproj b/Source/Examples/AspNetCoreDocker/AspNetCoreDocker.csproj index e6be72c..38c39f8 100644 --- a/Source/Examples/AspNetCoreDocker/AspNetCoreDocker.csproj +++ b/Source/Examples/AspNetCoreDocker/AspNetCoreDocker.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp3.1 Linux ..\..\.. quartzmin @@ -26,7 +26,6 @@ - diff --git a/Source/Examples/AspNetCoreHost/AspNetCoreHost.csproj b/Source/Examples/AspNetCoreHost/AspNetCoreHost.csproj index c2d7d0d..b7a551b 100644 --- a/Source/Examples/AspNetCoreHost/AspNetCoreHost.csproj +++ b/Source/Examples/AspNetCoreHost/AspNetCoreHost.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.1 @@ -10,7 +10,7 @@ - + diff --git a/Source/Examples/NetCoreSelfHost/NetCoreSelfHost.csproj b/Source/Examples/NetCoreSelfHost/NetCoreSelfHost.csproj index ddbb31d..5263ca6 100644 --- a/Source/Examples/NetCoreSelfHost/NetCoreSelfHost.csproj +++ b/Source/Examples/NetCoreSelfHost/NetCoreSelfHost.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.1 diff --git a/Source/Quartz.Plugins.RecentHistory/Quartz.Plugins.RecentHistory.csproj b/Source/Quartz.Plugins.RecentHistory/Quartz.Plugins.RecentHistory.csproj index f02e1e2..a0789f7 100644 --- a/Source/Quartz.Plugins.RecentHistory/Quartz.Plugins.RecentHistory.csproj +++ b/Source/Quartz.Plugins.RecentHistory/Quartz.Plugins.RecentHistory.csproj @@ -1,7 +1,7 @@  - netstandard2.0;net452 + netstandard2.1;net452 PackageReference true true diff --git a/Source/Quartzmin.SelfHost/Quartzmin.SelfHost.csproj b/Source/Quartzmin.SelfHost/Quartzmin.SelfHost.csproj index 96bae03..2c2ceef 100644 --- a/Source/Quartzmin.SelfHost/Quartzmin.SelfHost.csproj +++ b/Source/Quartzmin.SelfHost/Quartzmin.SelfHost.csproj @@ -1,7 +1,7 @@  - netstandard2.0;net452 + netstandard2.1;net452 PackageReference true true diff --git a/Source/Quartzmin/Quartzmin.csproj b/Source/Quartzmin/Quartzmin.csproj index 1feec98..cccd98c 100644 --- a/Source/Quartzmin/Quartzmin.csproj +++ b/Source/Quartzmin/Quartzmin.csproj @@ -1,7 +1,7 @@  - netstandard2.0;net452 + netstandard2.1;net452 PackageReference true true