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 {