Skip to content

Commit

Permalink
Merge pull request #591 from nunit/chore/bump-version
Browse files Browse the repository at this point in the history
chore/bump-version
  • Loading branch information
mikkelbu authored Sep 16, 2023
2 parents 11e0c9f + 4a1b294 commit 596df34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ var isNetstandard16Build = targetFramework == "netstandard1.6";
var isNetstandard20Build = targetFramework == "netstandard2.0";

var version = isNetstandard20Build
? "3.7.0"
: "2.7.0";
? "3.8.0"
: "2.8.0";

var isAppveyor = BuildSystem.IsRunningOnAppVeyor;
var dbgSuffix = configuration == "Debug" ? "-dbg" : "";
Expand Down

0 comments on commit 596df34

Please sign in to comment.