Minimize build requirements and try ARM64.Spectre
Rob Mensching committed
Feb 9, 2022 at 15:33 UTC
16df83128a59025f81d8e052c50219c851961624
1 file changed
+1
-3
src/wix.vsconfig
+1
-3
@@ -1,8 +1,6 @@
1
{
2
"version": "1.0",
3
"components": [
4
- "Microsoft.Net.Component.4.7.2.TargetingPack",
5
- "Microsoft.VisualStudio.Component.VC.v141.x86.x64",
6
- "Microsoft.VisualStudio.Component.VC.v141.ARM64"
4
+ "Microsoft.VisualStudio.Component.VC.v141.ARM64.Spectre"
5
]
6
}