Skip to content

Commit

Permalink
Use latest SDK for reproducible builds (JamesNK#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny authored Jul 24, 2021
1 parent c9e12bc commit 52e257e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 = "5.0.200"
$netCliVersion = "5.0.300"
$nugetUrl = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
$ensureNetCliSdk = $true

Expand Down Expand Up @@ -326,4 +326,4 @@ function Execute-Command($command) {
$currentRetry = $currentRetry + 1
}
} while (!$success)
}
}
4 changes: 2 additions & 2 deletions Src/global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "5.0.200"
"version": "5.0.300"
}
}
}

0 comments on commit 52e257e

Please sign in to comment.