Skip to content

Commit

Permalink
Update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkwpsv committed Nov 16, 2021
1 parent d53e089 commit 17bc562
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion WindowDebugger/ViewModels/WindowItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using static Lsj.Util.Win32.Enums.ProcessAccessRights;
using static Lsj.Util.Win32.Enums.RedrawWindowFlags;
using static Lsj.Util.Win32.Enums.ThreadAccessRights;
using static Lsj.Util.Win32.Enums.WindowsMessages;
using static Lsj.Util.Win32.Enums.WindowMessages;
using static Lsj.Util.Win32.Extensions.WindowExtensions;
using static Lsj.Util.Win32.Gdi32;
using static Lsj.Util.Win32.Kernel32;
Expand Down
8 changes: 4 additions & 4 deletions WindowDebugger/WindowDebugger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lsj.Util.JSON" Version="5.1.1" />
<PackageReference Include="Lsj.Util.Win32" Version="5.1.5-debug1999" />
<PackageReference Include="Lsj.Util.WPF" Version="5.1.1" />
<PackageReference Include="Lsj.Util.Win32.NativeUI" Version="5.2.4-debug1999" />
<PackageReference Include="Lsj.Util.JSON" Version="6.0.0" />
<PackageReference Include="Lsj.Util.Win32" Version="6.0.1-debug2021" />
<PackageReference Include="Lsj.Util.WPF" Version="6.0.0" />
<PackageReference Include="Lsj.Util.Win32.NativeUI" Version="6.0.1-debug2021" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="Walterlv.Themes.FluentDesign" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 17bc562

Please sign in to comment.