From 16df83128a59025f81d8e052c50219c851961624 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 9 Feb 2022 15:33:46 -0800 Subject: Minimize build requirements and try ARM64.Spectre --- src/wix.vsconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/wix.vsconfig b/src/wix.vsconfig index 8eaa6a93..f72cc5e4 100644 --- a/src/wix.vsconfig +++ b/src/wix.vsconfig @@ -1,8 +1,6 @@ { "version": "1.0", "components": [ - "Microsoft.Net.Component.4.7.2.TargetingPack", - "Microsoft.VisualStudio.Component.VC.v141.x86.x64", - "Microsoft.VisualStudio.Component.VC.v141.ARM64" + "Microsoft.VisualStudio.Component.VC.v141.ARM64.Spectre" ] } -- cgit v1.2.3-55-g6feb