aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wixnative/runtime.win.WixToolset.Core.Native.nuspec8
1 files 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 @@
13 </metadata> 13 </metadata>
14 14
15 <files> 15 <files>
16 <file src="Win32\wixnative.x86.exe" target="runtimes\win\native" /> 16 <file src="Win32\wixnative.x86.exe" target="runtimes\win-x86\native" />
17 <file src="Win32\wixnative.x86.pdb" target="runtimes\win\native" /> 17 <file src="Win32\wixnative.x86.pdb" target="runtimes\win-x86\native" />
18 <file src="x64\wixnative.amd64.exe" target="runtimes\win\native" /> 18 <file src="x64\wixnative.amd64.exe" target="runtimes\win-x64\native" />
19 <file src="x64\wixnative.amd64.pdb" target="runtimes\win\native" /> 19 <file src="x64\wixnative.amd64.pdb" target="runtimes\win-x64\native" />
20 </files> 20 </files>
21</package> 21</package>