diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-12-22 14:19:16 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-12-22 14:19:16 -0800 |
| commit | 758bcf4bb6d61dd9d6471d9f9629d4f7b18d43cb (patch) | |
| tree | ca0e3cf7db12ccedc033a6c4ea60e91b404b6bb4 /src/WixToolset.Core.TestPackage | |
| parent | ee8bb3f35024c3567ffe590d4492198f53b61bb1 (diff) | |
| download | wix-758bcf4bb6d61dd9d6471d9f9629d4f7b18d43cb.tar.gz wix-758bcf4bb6d61dd9d6471d9f9629d4f7b18d43cb.tar.bz2 wix-758bcf4bb6d61dd9d6471d9f9629d4f7b18d43cb.zip | |
Fix the dependencies of the WixToolset.Core.TestPackage.nupkg
Diffstat (limited to 'src/WixToolset.Core.TestPackage')
| -rw-r--r-- | src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj b/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj index a40cea9c..5fb5a3bf 100644 --- a/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj +++ b/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj | |||
| @@ -22,6 +22,15 @@ | |||
| 22 | <_PackageFiles Include="$(OutputPath)\WixToolset.Core.WindowsInstaller.dll" BuildAction="None" PackagePath="lib\$(TargetFramework)\" /> | 22 | <_PackageFiles Include="$(OutputPath)\WixToolset.Core.WindowsInstaller.dll" BuildAction="None" PackagePath="lib\$(TargetFramework)\" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | 24 | ||
| 25 | <!-- | ||
| 26 | These package references duplicate the dependencies in WixToolset.Core.csproj to ensure | ||
| 27 | WixToolset.Core.dll's dependencies are referenced by this test .nupkg. | ||
| 28 | --> | ||
| 29 | <ItemGroup> | ||
| 30 | <PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.5.0" /> | ||
| 31 | <PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.0" /> | ||
| 32 | </ItemGroup> | ||
| 33 | |||
| 25 | <ItemGroup> | 34 | <ItemGroup> |
| 26 | <PackageReference Include="WixToolset.Data" Version="4.0.*" /> | 35 | <PackageReference Include="WixToolset.Data" Version="4.0.*" /> |
| 27 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" /> | 36 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" /> |
