Fix 2.1 runtime version

上级 c48b0ac4
......@@ -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) {
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册