Skip to content

Commit

Permalink
Update libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkwpsv committed May 3, 2022
1 parent 42e53db commit 13ddd01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions WindowDebugger/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
<win11:NavigationStore x:Name="RootNavigation" Grid.Row="1" Grid.Column="0"
Margin="6,0,6,0" Frame="{Binding ElementName=RootFrame}">
<win11:NavigationStore.Items>
<win11:NavigationItem Content="Windows" Icon="PictureInPicture24" Tag="windows" Type="{x:Type pages:WindowsPage}" />
<win11:NavigationItem Content="Windows" Icon="PictureInPicture24" Tag="windows" Page="{x:Type pages:WindowsPage}" />
</win11:NavigationStore.Items>
<win11:NavigationStore.Footer>
<win11:NavigationItem Content="About" Icon="Info24" Tag="about" Type="{x:Type pages:AboutPage}" />
<win11:NavigationItem Content="About" Icon="Info24" Tag="about" Page="{x:Type pages:AboutPage}" />
</win11:NavigationStore.Footer>
</win11:NavigationStore>

Expand Down
6 changes: 3 additions & 3 deletions WindowDebugger/WindowDebugger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

<ItemGroup>
<PackageReference Include="Lsj.Util.JSON" Version="6.0.0" />
<PackageReference Include="Lsj.Util.Win32" Version="6.2.0" />
<PackageReference Include="Lsj.Util.Win32" Version="6.2.1" />
<PackageReference Include="Lsj.Util.WPF" Version="6.0.0" />
<PackageReference Include="Lsj.Util.Win32.NativeUI" Version="6.0.4-debug2058" />
<PackageReference Include="Lsj.Util.Win32.NativeUI" Version="6.0.4" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="WPF-UI" Version="1.2.2" />
<PackageReference Include="WPF-UI" Version="1.2.6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 13ddd01

Please sign in to comment.