diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Core.Native/WixToolset.Core.Native.csproj | 2 | ||||
| -rw-r--r-- | src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj index aa87186b..80c9e372 100644 --- a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj +++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj | |||
| @@ -4,10 +4,12 @@ | |||
| 4 | <TargetFramework>netstandard2.0</TargetFramework> | 4 | <TargetFramework>netstandard2.0</TargetFramework> |
| 5 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> | 5 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> |
| 6 | <Description>Core Native</Description> | 6 | <Description>Core Native</Description> |
| 7 | <DebugType>embedded</DebugType> | ||
| 7 | <!-- <BeforePack>SetNuspecProperties</BeforePack> --> | 8 | <!-- <BeforePack>SetNuspecProperties</BeforePack> --> |
| 8 | </PropertyGroup> | 9 | </PropertyGroup> |
| 9 | 10 | ||
| 10 | <ItemGroup> | 11 | <ItemGroup> |
| 12 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63102-01" PrivateAssets="All"/> | ||
| 11 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" PrivateAssets="all" /> | 13 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" PrivateAssets="all" /> |
| 12 | </ItemGroup> | 14 | </ItemGroup> |
| 13 | 15 | ||
diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec b/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec index 6a96167e..88dd4d34 100644 --- a/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec +++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec | |||
| @@ -20,7 +20,6 @@ | |||
| 20 | 20 | ||
| 21 | <files> | 21 | <files> |
| 22 | <file src="$id$.dll" target="lib\netstandard2.0" /> | 22 | <file src="$id$.dll" target="lib\netstandard2.0" /> |
| 23 | <file src="$id$.pdb" target="lib\netstandard2.0" /> | ||
| 24 | <file src="..\Win32\wixnative.exe" target="lib\netstandard2.0\x86" /> | 23 | <file src="..\Win32\wixnative.exe" target="lib\netstandard2.0\x86" /> |
| 25 | <file src="..\Win32\wixnative.pdb" target="lib\netstandard2.0\x86" /> | 24 | <file src="..\Win32\wixnative.pdb" target="lib\netstandard2.0\x86" /> |
| 26 | <file src="..\x64\wixnative.exe" target="lib\netstandard2.0\x64" /> | 25 | <file src="..\x64\wixnative.exe" target="lib\netstandard2.0\x64" /> |
