Switched TokenManipulator to Vanara.PInvoke libraries

This commit is contained in:
Yoshi Askharoun
2024-03-12 02:19:08 -05:00
parent 2ba2380b86
commit dafecd86da
2 changed files with 58 additions and 46 deletions
+3
View File
@@ -5,6 +5,7 @@
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64;x86</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
@@ -12,6 +13,8 @@
<PackageReference Include="OwlCore" Version="0.0.43" />
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
<PackageReference Include="TagLibSharp" Version="2.2.0" />
<PackageReference Include="Vanara.PInvoke.Kernel32" Version="3.4.6" />
<PackageReference Include="Vanara.PInvoke.Security" Version="3.4.6" />
<PackageReference Include="Vestris.ResourceLib" Version="2.1.0" />
</ItemGroup>