Add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Win81 to required workloads
This commit is contained in:
parent
4e568c9266
commit
03b092888e
|
|
@ -7,7 +7,8 @@
|
||||||
"includePrerelease": true,
|
"includePrerelease": true,
|
||||||
"minVersion": "15.0.26730.03",
|
"minVersion": "15.0.26730.03",
|
||||||
"requiredWorkloads": [
|
"requiredWorkloads": [
|
||||||
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
|
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
||||||
|
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Win81"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue