aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-03-16 16:02:09 -0700
committerRob Mensching <rob@firegiant.com>2021-03-16 16:04:02 -0700
commit4e3c12a45cb91828ac94963129495033a4402136 (patch)
tree236300aa740317bc4310bcac0db709b6da343265 /src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
parentd056d00e1e1111b6ef68c57f1f03ef6843204723 (diff)
downloadwix-4e3c12a45cb91828ac94963129495033a4402136.tar.gz
wix-4e3c12a45cb91828ac94963129495033a4402136.tar.bz2
wix-4e3c12a45cb91828ac94963129495033a4402136.zip
Include dependency on System.IO.FileSystem.AccessControl
Diffstat (limited to 'src/WixToolset.Core.Native/WixToolset.Core.Native.csproj')
-rw-r--r--src/WixToolset.Core.Native/WixToolset.Core.Native.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
index 94ab812a..079e9d93 100644
--- a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
+++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
@@ -35,6 +35,8 @@
35 35
36 <ItemGroup> 36 <ItemGroup>
37 <PackageReference Include="WixToolset.Data" Version="4.0.*" /> 37 <PackageReference Include="WixToolset.Data" Version="4.0.*" />
38
39 <!-- Warning: The version for System.IO.FileSystem.AccessControl must be kept in sync with WixToolset.Core.nuspec -->
38 <PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.6.0" /> 40 <PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.6.0" />
39 </ItemGroup> 41 </ItemGroup>
40 42