Update to .NET Core 3.1 (#6857)

Minor update from .NET Core 3.0. .NET Core 3.1 is the LTS version
This commit is contained in:
junglebus
2020-01-08 18:51:00 +11:00
committed by garfield69
parent 5b91445d59
commit d4f873e46f
8 changed files with 29 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ var configuration = Argument("configuration", "Debug");
var workingDir = MakeAbsolute(Directory("./"));
string artifactsDirName = "Artifacts";
string testResultsDirName = "TestResults";
string netCoreFramework = "netcoreapp3.0";
string netCoreFramework = "netcoreapp3.1";
string serverProjectPath = "./src/Jackett.Server/Jackett.Server.csproj";
string updaterProjectPath = "./src/Jackett.Updater/Jackett.Updater.csproj";