Remove System.IO.FileSystem.AccessControl dependency

It's included in .NET 6.0 now
This commit is contained in:
Archi
2021-11-08 23:45:19 +01:00
parent 4929d35f11
commit 35ca44ee01
2 changed files with 0 additions and 2 deletions

View File

@@ -26,7 +26,6 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net48' AND ('$(TargetGeneric)' == 'true' OR '$(TargetWindows)' == 'true')">
<PackageReference Include="System.IO.FileSystem.AccessControl" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" />
</ItemGroup>

View File

@@ -23,7 +23,6 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net48' AND ('$(TargetGeneric)' == 'true' OR '$(TargetWindows)' == 'true')">
<PackageVersion Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
<PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="6.0.0" />
</ItemGroup>