Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Iridium-IO committed Jul 8, 2024
1 parent 1005b1a commit 0c43eac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CompactGUI.Core/CompactGUI.Core.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MeasurePerformance.Fody" Version="1.3.1" />
<PackageReference Include="System.Management" Version="8.0.0" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions CompactGUI/CompactGUI.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
</PackageReference>
<PackageReference Include="Gameloop.Vdf" Version="0.6.2" />
<PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.122" />
<PackageReference Include="ModernWpfUis" Version="1.4.0" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" PrivateAssets="All" />
<PackageReference Include="System.Management" Version="6.0.0" />
<PackageReference Include="ValueConverters" Version="2.2.10" />
<PackageReference Include="System.Management" Version="8.0.0" />
<PackageReference Include="ValueConverters" Version="3.0.26" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0c43eac

Please sign in to comment.