mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
upgrade project tooling to .NET Core 3.1 (#2089)
This commit is contained in:
@@ -41,7 +41,7 @@ public class Context : FrostingContext
|
||||
|
||||
if (!this.IsRunningOnWindows())
|
||||
{
|
||||
var testFramework = "netcoreapp2.1";
|
||||
var testFramework = "netcoreapp3.1";
|
||||
|
||||
this.Information($"Running tests against {testFramework} only as we're not on Windows.");
|
||||
settings.Framework = testFramework;
|
||||
|
||||
Reference in New Issue
Block a user