8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e8abc commit 11331f5Copy full SHA for 11331f5
Build/build.ps1
@@ -14,7 +14,7 @@
14
$workingName = if ($workingName) {$workingName} else {"Working"}
15
$assemblyVersion = if ($assemblyVersion) {$assemblyVersion} else {$majorVersion + '.0.0'}
16
$netCliChannel = "Current"
17
- $netCliVersion = "5.0.100"
+ $netCliVersion = "5.0.200"
18
$nugetUrl = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
19
$ensureNetCliSdk = $true
20
Src/global.json
@@ -1,5 +1,5 @@
1
{
2
"sdk": {
3
- "version": "5.0.100"
+ "version": "5.0.200"
4
}
5
0 commit comments