Fixed build script

pull/3895/head
tidusjar 5 years ago
parent 3a82562341
commit cb0baf3b48

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

Loading…
Cancel
Save