Skip to content

Commit

Permalink
Fix 2.1 runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar committed Mar 18, 2019
1 parent c48b0ac commit 23a2bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/build.ps1
Expand Up @@ -587,7 +587,7 @@ try {

# Make sure a 2.1 runtime is installed so we can run our tests. Most of them still
# target netcoreapp2.1.
InstallDotNetSdk $global:_DotNetInstallDir "2.1.401"
InstallDotNetSdk $global:_DotNetInstallDir "2.1.503"
}

if ($bootstrap) {
Expand Down
2 changes: 1 addition & 1 deletion eng/build.sh
Expand Up @@ -283,7 +283,7 @@ function BuildSolution {
InitializeDotNetCli $restore

# Make sure we have a 2.1 runtime available for running our tests
InstallDotNetSdk $_InitializeDotNetCli 2.1.401
InstallDotNetSdk $_InitializeDotNetCli 2.1.503

bootstrap_dir=""
if [[ "$bootstrap" == true ]]; then
Expand Down

0 comments on commit 23a2bf8

Please sign in to comment.