We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31510a commit c52e9f1Copy full SHA for c52e9f1
src/WPF/GeneralUpdate.Packet/GeneralUpdate.Packet.csproj
@@ -19,6 +19,7 @@
19
<PackageReference Include="GeneralUpdate.Zip" Version="2.3.2" />
20
<PackageReference Include="MaterialDesignThemes" Version="4.9.0" />
21
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
22
+ <PackageReference Include="WindowsAPICodePack" Version="7.0.4" />
23
</ItemGroup>
24
25
<ItemGroup>
src/WPF/GeneralUpdate.Packet/ViewModels/PacketViewModel.cs
@@ -6,7 +6,6 @@
6
using GeneralUpdate.Packet.MVVM;
7
using GeneralUpdate.Packet.Servieces;
8
using GeneralUpdate.Zip.Factory;
9
-using Microsoft.Win32;
10
using System.IO;
11
using System.Text;
12
using System.Windows;
0 commit comments