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 bd98970 commit aae9284Copy full SHA for aae9284
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 = "6.0.300"
+ $netCliVersion = "6.0.400"
18
$nugetUrl = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
19
$ensureNetCliSdk = $true
20
Src/global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "6.0.300",
+ "version": "6.0.400",
4
"rollForward": "latestFeature"
5
}
6
0 commit comments