Skip to content

Commit 0dda7a2

Browse files
authored
Merge pull request #521 from nunit/chore/bump-version
chore: Bump version to 3.7 (2.7)
2 parents ec7c360 + daddf67 commit 0dda7a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ var isNetstandard16Build = targetFramework == "netstandard1.6";
1414
var isNetstandard20Build = targetFramework == "netstandard2.0";
1515

1616
var version = isNetstandard20Build
17-
? "3.6.0"
18-
: "2.6.0";
17+
? "3.7.0"
18+
: "2.7.0";
1919

2020
var isAppveyor = BuildSystem.IsRunningOnAppVeyor;
2121
var dbgSuffix = configuration == "Debug" ? "-dbg" : "";

0 commit comments

Comments
 (0)