bump framework to re-enable Actions tests for non-Windows environments (#2071)

This commit is contained in:
Brendan Forster
2020-01-28 08:37:30 -04:00
committed by GitHub
parent bbae519055
commit 44dc2a9e11
+2 -2
View File
@@ -42,7 +42,7 @@ public class Context : FrostingContext
if (!this.IsRunningOnWindows())
{
var testFramework = "netcoreapp2.0";
var testFramework = "netcoreapp2.1";
this.Information($"Running tests against {testFramework} only as we're not on Windows.");
settings.Framework = testFramework;
@@ -55,4 +55,4 @@ public class Context : FrostingContext
: base(context)
{
}
}
}