Skip to content

Commit

Permalink
Generic upgrade libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milkitic committed Feb 21, 2024
1 parent deb6933 commit d6379be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion KeyAsio.Gui/KeyAsio.Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HandyControl" Version="3.4.0" />
<PackageReference Include="HandyControl" Version="3.5.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="MinVer" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion KeyAsio.Sentry/KeyAsio.Sentry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Sentry" Version="3.41.3" />
<PackageReference Include="Sentry" Version="4.1.2" />
</ItemGroup>

<Target Condition="$(Configuration) != 'Release'" Name="PreBuild" BeforeTargets="PreBuildEvent">
Expand Down
10 changes: 5 additions & 5 deletions KeyAsio.Shared/KeyAsio.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Coosu.Beatmap" Version="2.3.36" />
<PackageReference Include="Milki.Extensions.Configuration" Version="0.0.36" />
<PackageReference Include="Milki.Extensions.MouseKeyHook" Version="0.0.36" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.7" />
<PackageReference Include="YamlDotNet" Version="13.7.1" />
<PackageReference Include="Coosu.Beatmap" Version="2.3.39" />
<PackageReference Include="Milki.Extensions.Configuration" Version="0.1.0" />
<PackageReference Include="Milki.Extensions.MixPlayer" Version="0.1.0" />
<PackageReference Include="Milki.Extensions.MouseKeyHook" Version="0.1.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.8" />
<PackageReference Include="YamlDotNet" Version="15.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion KeyAsio.Shared/Realtime/RealtimeModeManager.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Collections;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.IO;
using System.Runtime.CompilerServices;
using System.Text;
using Coosu.Beatmap;
Expand Down

0 comments on commit d6379be

Please sign in to comment.