aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-03-16 14:43:36 -0700
committerRob Mensching <rob@firegiant.com>2021-03-16 14:45:34 -0700
commitd056d00e1e1111b6ef68c57f1f03ef6843204723 (patch)
treed9c034fde572033e1998ca79dde85de31da46583 /src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
parentecf0f8e0a3038e65d18cb3ace71b845af27407ae (diff)
downloadwix-d056d00e1e1111b6ef68c57f1f03ef6843204723.tar.gz
wix-d056d00e1e1111b6ef68c57f1f03ef6843204723.tar.bz2
wix-d056d00e1e1111b6ef68c57f1f03ef6843204723.zip
Move ResetAcls to Core.Native from Core
Also simplify copying/moving files directory creation.
Diffstat (limited to 'src/WixToolset.Core.Native/WixToolset.Core.Native.csproj')
-rw-r--r--src/WixToolset.Core.Native/WixToolset.Core.Native.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
index 4069b6b4..94ab812a 100644
--- a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
+++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
@@ -35,6 +35,7 @@
35 35
36 <ItemGroup> 36 <ItemGroup>
37 <PackageReference Include="WixToolset.Data" Version="4.0.*" /> 37 <PackageReference Include="WixToolset.Data" Version="4.0.*" />
38 <PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.6.0" />
38 </ItemGroup> 39 </ItemGroup>
39 40
40 <ItemGroup> 41 <ItemGroup>