Merge pull request #2401 from tidusjar/develop

Develop
This commit is contained in:
Jamie 2018-07-26 16:14:24 +01:00 committed by GitHub
commit e621398dde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 1708 additions and 298 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.0";
var frameworkVer = "netcoreapp2.1";
var buildSettings = new DotNetCoreBuildSettings
{