diff --git a/build/Context.cs b/build/Context.cs index 520d46aab2..0bb16753c1 100644 --- a/build/Context.cs +++ b/build/Context.cs @@ -42,7 +42,7 @@ public DotNetCoreTestSettings GetTestSettings() 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 Context(ICakeContext context) : base(context) { } -} \ No newline at end of file +}