Downgrade to .net core 2.0

This commit is contained in:
Jamie Rees 2018-06-27 08:29:27 +01:00
commit 07acfb53a1
6 changed files with 14 additions and 15 deletions

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.1";
var frameworkVer = "netcoreapp2.0";
var buildSettings = new DotNetCoreBuildSettings
{