From 331805791e1a8d3149d6f2ab42c19159ad8b95af Mon Sep 17 00:00:00 2001 From: GreemDev Date: Thu, 19 Jun 2025 04:26:22 -0500 Subject: [PATCH] infra: [ci skip] fix inconsistent namespaces from update library --- Directory.Packages.props | 4 ++-- src/Ryujinx/Systems/Updater/Updater.GitLab.cs | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index ce2a152d1..602295d15 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -42,8 +42,8 @@ - - + + diff --git a/src/Ryujinx/Systems/Updater/Updater.GitLab.cs b/src/Ryujinx/Systems/Updater/Updater.GitLab.cs index dce3fb3c1..3411daa5d 100644 --- a/src/Ryujinx/Systems/Updater/Updater.GitLab.cs +++ b/src/Ryujinx/Systems/Updater/Updater.GitLab.cs @@ -6,7 +6,6 @@ using Ryujinx.Common.Helper; using Ryujinx.Common.Logging; using Ryujinx.Systems.Update.Client; using Ryujinx.Systems.Update.Common; -using Ryujinx.Systems.Updater.Common; using System; using System.Threading.Tasks;