Skip to content

Commit

Permalink
Add netcore to toolchain (it uses same VS version)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcapper authored and amaitland committed Oct 13, 2021
1 parent da0f33b commit 7c57c10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ function Msvs

switch -Exact ($Toolchain)
{
'netcore'
{
$VS_VER = 16;
$VS_OFFICIAL_VER = 2019;
}
'v142'
{
$VS_VER = 16;
Expand Down

0 comments on commit 7c57c10

Please sign in to comment.