From d6379be97e5471a56ea9668da1dbe708ecdb3c94 Mon Sep 17 00:00:00 2001 From: Milkitic Date: Wed, 21 Feb 2024 16:42:28 +0800 Subject: [PATCH] Generic upgrade libs --- KeyAsio.Gui/KeyAsio.Gui.csproj | 2 +- KeyAsio.Sentry/KeyAsio.Sentry.csproj | 2 +- KeyAsio.Shared/KeyAsio.Shared.csproj | 10 +++++----- KeyAsio.Shared/Realtime/RealtimeModeManager.cs | 1 - 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/KeyAsio.Gui/KeyAsio.Gui.csproj b/KeyAsio.Gui/KeyAsio.Gui.csproj index 25ddf94..c35e5d5 100644 --- a/KeyAsio.Gui/KeyAsio.Gui.csproj +++ b/KeyAsio.Gui/KeyAsio.Gui.csproj @@ -35,7 +35,7 @@ - + all diff --git a/KeyAsio.Sentry/KeyAsio.Sentry.csproj b/KeyAsio.Sentry/KeyAsio.Sentry.csproj index 9c4d544..8f810a6 100644 --- a/KeyAsio.Sentry/KeyAsio.Sentry.csproj +++ b/KeyAsio.Sentry/KeyAsio.Sentry.csproj @@ -17,7 +17,7 @@ - + diff --git a/KeyAsio.Shared/KeyAsio.Shared.csproj b/KeyAsio.Shared/KeyAsio.Shared.csproj index cf99281..90d4c89 100644 --- a/KeyAsio.Shared/KeyAsio.Shared.csproj +++ b/KeyAsio.Shared/KeyAsio.Shared.csproj @@ -8,12 +8,12 @@ - - - - - + + + + + diff --git a/KeyAsio.Shared/Realtime/RealtimeModeManager.cs b/KeyAsio.Shared/Realtime/RealtimeModeManager.cs index e20f709..8e8b81f 100644 --- a/KeyAsio.Shared/Realtime/RealtimeModeManager.cs +++ b/KeyAsio.Shared/Realtime/RealtimeModeManager.cs @@ -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;