From f1df11983b8f86a5d9ab870818595ba828740f07 Mon Sep 17 00:00:00 2001 From: jerrry08 Date: Sat, 17 Feb 2024 19:17:34 -0400 Subject: [PATCH] Update NuGet packages --- Yosu.Youtube.Converter/Yosu.Youtube.Converter.csproj | 8 ++++++++ Yosu/MauiProgram.cs | 3 ++- Yosu/Yosu.csproj | 10 +++++----- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Yosu.Youtube.Converter/Yosu.Youtube.Converter.csproj b/Yosu.Youtube.Converter/Yosu.Youtube.Converter.csproj index e4db79d..b1122e0 100644 --- a/Yosu.Youtube.Converter/Yosu.Youtube.Converter.csproj +++ b/Yosu.Youtube.Converter/Yosu.Youtube.Converter.csproj @@ -32,6 +32,14 @@ + + + + + + + + diff --git a/Yosu/MauiProgram.cs b/Yosu/MauiProgram.cs index 58e3f54..2433d10 100644 --- a/Yosu/MauiProgram.cs +++ b/Yosu/MauiProgram.cs @@ -13,11 +13,12 @@ using Yosu.Handlers; using Yosu.Services; using Yosu.Services.AlertDialog; -using Yosu.Utils; using Yosu.ViewModels; using Yosu.ViewModels.Settings; using Yosu.Views; using Yosu.Views.Settings; +using IStatusBarStyleManager = Yosu.Utils.IStatusBarStyleManager; +using StatusBarStyleManager = Yosu.Utils.StatusBarStyleManager; namespace Yosu; diff --git a/Yosu/Yosu.csproj b/Yosu/Yosu.csproj index cc03fc6..f32d3fa 100644 --- a/Yosu/Yosu.csproj +++ b/Yosu/Yosu.csproj @@ -53,16 +53,16 @@ - + - + - - - + + +