From cb0baf3b487773a5230f425fc92e8606b13dd50d Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 5 Nov 2019 22:46:32 +0000 Subject: [PATCH] Fixed build script --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index e99bd7aa7..49d446de1 100644 --- a/build.cake +++ b/build.cake @@ -26,7 +26,7 @@ var csProj = "./src/Ombi/Ombi.csproj"; // Path to the project.csproj var solutionFile = "Ombi.sln"; // Solution file if needed GitVersion versionInfo = null; -var frameworkVer = "netcoreapp2.2"; +var frameworkVer = "netcoreapp3.0"; var buildSettings = new DotNetCoreBuildSettings {