Fixed build script

This commit is contained in:
tidusjar 2019-11-05 22:46:32 +00:00
parent 3a82562341
commit cb0baf3b48

View file

@ -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
{