Skip to content

Commit

Permalink
Arcade updated to netcoreapp3.1. Update variable
Browse files Browse the repository at this point in the history
  • Loading branch information
benvillalobos committed Feb 10, 2021
1 parent 1e2eb6a commit 57422a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/cibuild_bootstrapped_msbuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ try {
{
$buildToolPath = $dotnetExePath
$buildToolCommand = Join-Path $bootstrapRoot "net5.0\MSBuild\MSBuild.dll"
$buildToolFramework = "netcoreapp2.1"
$buildToolFramework = "netcoreapp3.1"
}

# Use separate artifacts folder for stage 2
Expand Down

0 comments on commit 57422a9

Please sign in to comment.