Remove support for SystemEvents.TimeChanged

This causes excessive delay during ASF shutdown on Windows, and because it's completely optional for irrelevant feature, it's not worth the burden
This commit is contained in:
Archi
2021-09-02 13:45:56 +02:00
parent ca03d68eb5
commit 4935ec3187
4 changed files with 0 additions and 22 deletions

View File

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