From 2db44de83b23f8363490e3a94e2d3a31b96fcd0e Mon Sep 17 00:00:00 2001
From: Rob Mensching <rob@firegiant.com>
Date: Fri, 13 Jul 2018 22:01:11 -0700
Subject: Attempt to use platform specific runtimes

---
 src/wixnative/runtime.win.WixToolset.Core.Native.nuspec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec b/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec
index d6f122cc..d2b9c1e7 100644
--- a/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec
+++ b/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec
@@ -13,9 +13,9 @@
   </metadata>
 
   <files>
-    <file src="Win32\wixnative.x86.exe" target="runtimes\win\native" />
-    <file src="Win32\wixnative.x86.pdb" target="runtimes\win\native" />
-    <file src="x64\wixnative.amd64.exe" target="runtimes\win\native" />
-    <file src="x64\wixnative.amd64.pdb" target="runtimes\win\native" />
+    <file src="Win32\wixnative.x86.exe" target="runtimes\win-x86\native" />
+    <file src="Win32\wixnative.x86.pdb" target="runtimes\win-x86\native" />
+    <file src="x64\wixnative.amd64.exe" target="runtimes\win-x64\native" />
+    <file src="x64\wixnative.amd64.pdb" target="runtimes\win-x64\native" />
   </files>
 </package>
-- 
cgit v1.2.3-55-g6feb