Skip to content

Commit

Permalink
Update to 13.0.2-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed May 16, 2022
1 parent f0dcd5b commit e6fbab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$workingName = if ($workingName) {$workingName} else {"Working"}
$assemblyVersion = if ($assemblyVersion) {$assemblyVersion} else {$majorVersion + '.0.0'}
$netCliChannel = "Current"
$netCliVersion = "6.0.100"
$netCliVersion = "6.0.300"
$nugetUrl = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
$ensureNetCliSdk = $true

Expand Down
2 changes: 1 addition & 1 deletion Build/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Major": 13,
"Release": 2,
"Prerelease": null,
"Prerelease": "beta1",
"Assembly": null
}

0 comments on commit e6fbab9

Please sign in to comment.