diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-15 15:46:44 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-16 11:01:46 -0700 |
| commit | 533fb3c24290f5c9684a661e2576d857fbee9fb6 (patch) | |
| tree | 2d8780846bd044f92ab481d6409c6865baf6bac0 /src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec | |
| parent | 8296f237c69743d3e6cbdc58fc07e8470562b92e (diff) | |
| download | wix-533fb3c24290f5c9684a661e2576d857fbee9fb6.tar.gz wix-533fb3c24290f5c9684a661e2576d857fbee9fb6.tar.bz2 wix-533fb3c24290f5c9684a661e2576d857fbee9fb6.zip | |
Modernize build system
Diffstat (limited to 'src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec')
| -rw-r--r-- | src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec b/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec index 33b19bc1..b6fd9790 100644 --- a/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec +++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec | |||
| @@ -3,16 +3,16 @@ | |||
| 3 | <metadata minClientVersion="4.0"> | 3 | <metadata minClientVersion="4.0"> |
| 4 | <id>$id$</id> | 4 | <id>$id$</id> |
| 5 | <version>$version$</version> | 5 | <version>$version$</version> |
| 6 | <title>$title$</title> | ||
| 7 | <description>$description$</description> | ||
| 6 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
| 7 | <owners>$authors$</owners> | ||
| 8 | <license type="expression">MS-RL</license> | 9 | <license type="expression">MS-RL</license> |
| 9 | <projectUrl>https://github.com/wixtoolset/Core.Native</projectUrl> | ||
| 10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 11 | <description>$description$</description> | ||
| 12 | <copyright>$copyright$</copyright> | 11 | <copyright>$copyright$</copyright> |
| 12 | <projectUrl>$projectUrl$</projectUrl> | ||
| 13 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> | 13 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> |
| 14 | <dependencies> | 14 | <dependencies> |
| 15 | <group targetFramework=".NETStandard2.0" /> | 15 | <group targetFramework="netstandard2.0" /> |
| 16 | </dependencies> | 16 | </dependencies> |
| 17 | </metadata> | 17 | </metadata> |
| 18 | 18 | ||
| @@ -20,13 +20,13 @@ | |||
| 20 | <file src="netstandard2.0\$id$.dll" target="lib\netstandard2.0" /> | 20 | <file src="netstandard2.0\$id$.dll" target="lib\netstandard2.0" /> |
| 21 | <file src="netstandard2.0\$id$.xml" target="lib\netstandard2.0" /> | 21 | <file src="netstandard2.0\$id$.xml" target="lib\netstandard2.0" /> |
| 22 | 22 | ||
| 23 | <file src="$mergemoddir$ARM64\mergemod.dll" target="runtimes\win-arm64\native" /> | 23 | <file src="ARM64\mergemod.dll" target="runtimes\win-arm64\native" /> |
| 24 | <file src="ARM64\wixnative.exe" target="runtimes\win-arm64\native" /> | 24 | <file src="ARM64\wixnative.exe" target="runtimes\win-arm64\native" /> |
| 25 | <file src="ARM64\wixnative.pdb" target="runtimes\win-arm64\native" /> | 25 | <file src="ARM64\wixnative.pdb" target="runtimes\win-arm64\native" /> |
| 26 | <file src="$mergemoddir$Win32\mergemod.dll" target="runtimes\win-x86\native" /> | 26 | <file src="Win32\mergemod.dll" target="runtimes\win-x86\native" /> |
| 27 | <file src="Win32\wixnative.exe" target="runtimes\win-x86\native" /> | 27 | <file src="Win32\wixnative.exe" target="runtimes\win-x86\native" /> |
| 28 | <file src="Win32\wixnative.pdb" target="runtimes\win-x86\native" /> | 28 | <file src="Win32\wixnative.pdb" target="runtimes\win-x86\native" /> |
| 29 | <file src="$mergemoddir$x64\mergemod.dll" target="runtimes\win-x64\native" /> | 29 | <file src="x64\mergemod.dll" target="runtimes\win-x64\native" /> |
| 30 | <file src="x64\wixnative.exe" target="runtimes\win-x64\native" /> | 30 | <file src="x64\wixnative.exe" target="runtimes\win-x64\native" /> |
| 31 | <file src="x64\wixnative.pdb" target="runtimes\win-x64\native" /> | 31 | <file src="x64\wixnative.pdb" target="runtimes\win-x64\native" /> |
| 32 | </files> | 32 | </files> |
