Merge from develop -> angular6 upgrade

This commit is contained in:
Matt Jeanes 2018-07-01 00:20:23 +01:00
commit 835202f935
58 changed files with 663 additions and 315 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
{