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 | |
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')
-rw-r--r-- | src/WixToolset.Core/WixToolset.Core.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WixToolset.Core/WixToolset.Core.csproj b/src/WixToolset.Core/WixToolset.Core.csproj index 32a77c5a..22063606 100644 --- a/src/WixToolset.Core/WixToolset.Core.csproj +++ b/src/WixToolset.Core/WixToolset.Core.csproj | |||
@@ -16,6 +16,10 @@ | |||
16 | <PackageReference Include="WixToolset.Core.Native" Version="4.0.*" /> | 16 | <PackageReference Include="WixToolset.Core.Native" Version="4.0.*" /> |
17 | </ItemGroup> | 17 | </ItemGroup> |
18 | 18 | ||
19 | <!-- | ||
20 | These package references are duplicated in WixToolset.Core.TestPackage.csproj. If | ||
21 | you update these here, be sure to update them there. | ||
22 | --> | ||
19 | <ItemGroup> | 23 | <ItemGroup> |
20 | <PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.5.0" /> | 24 | <PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.5.0" /> |
21 | <PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.0" /> | 25 | <PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.0" /> |