We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1340a26 commit 7edb474Copy full SHA for 7edb474
TestComponent/TestComponent.nuspec
@@ -20,7 +20,7 @@
20
<files>
21
<file src="README.md" target="docs\"/>
22
<file src="..\TestComponent.winmd" target="lib\uap10.0"/>
23
- <file src="..\x86\Release\TestComponent\TestComponent.dll" target="runtimes\win10-x86\native"/>
+ <file src="..\Win32\Release\TestComponent\TestComponent.dll" target="runtimes\win10-x86\native"/>
24
<file src="..\x64\Release\TestComponent\TestComponent.dll" target="runtimes\win10-x64\native"/>
25
<file src="..\ARM64\Release\TestComponent\TestComponent.dll" target="runtimes\win10-arm64\native"/>
26
</files>
0 commit comments