Skip to content

Commit

Permalink
Update SDK to 5.0.200 (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Mar 12, 2021
1 parent c7e8abc commit 11331f5
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
Expand Up @@ -14,7 +14,7 @@
$workingName = if ($workingName) {$workingName} else {"Working"}
$assemblyVersion = if ($assemblyVersion) {$assemblyVersion} else {$majorVersion + '.0.0'}
$netCliChannel = "Current"
$netCliVersion = "5.0.100"
$netCliVersion = "5.0.200"
$nugetUrl = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
$ensureNetCliSdk = $true

Expand Down
2 changes: 1 addition & 1 deletion Src/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "5.0.100"
"version": "5.0.200"
}
}

0 comments on commit 11331f5

Please sign in to comment.