Upgraded to .net 2.1.2 (Includes security fixes)

This commit is contained in:
Jamie 2018-07-26 15:35:42 +01:00
commit a5435fe15d
5 changed files with 8 additions and 21 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
{