Trim DiscUtils further

This commit is contained in:
Deterous
2024-03-06 14:14:37 +09:00
parent 41946b6bc5
commit fed9d6ea57
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -26,14 +26,10 @@
<ItemGroup>
<None Include="./README.md" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SabreTools.Hashing" Version="1.1.3" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith(`netcoreapp3`)) OR $(TargetFramework.StartsWith(`net5`))">
<PackageReference Include="System.Security.AccessControl" Version="6.0.0" />
</ItemGroup>
</Project>