aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core')
-rw-r--r--src/WixToolset.Core/WixToolset.Core.csproj4
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" />