aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec
blob: 68d154c802e076e2659e1a6b85cc7bc4d211ace7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata minClientVersion="4.0">
    <id>$id$</id>
    <version>$version$</version>
    <authors>$authors$</authors>
    <owners>$authors$</owners>
    <licenseUrl>https://github.com/wixtoolset/Core.Native/blob/master/LICENSE.TXT</licenseUrl>
    <projectUrl>https://github.com/wixtoolset/Core.Native</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>$description$</description>
    <copyright>$copyright$</copyright>

    <dependencies>
      <dependency id="runtime.win-x86.WixToolset.Core.Native" version="$version$" />
      <dependency id="runtime.win-x64.WixToolset.Core.Native" version="$version$" />
    </dependencies>
  </metadata>

  <files>
    <file src="$id$.dll" target="lib\netstandard2.0" />
    <file src="$id$.pdb" target="lib\netstandard2.0" />
  </files>
</package>