From 74ebd295eceefc01261c79ab1855b570c8bddd44 Mon Sep 17 00:00:00 2001 From: Ken Tucker Date: Mon, 27 Jan 2025 10:16:15 -0500 Subject: [PATCH] Update package versions and refactor project references Updated `Microsoft.Maui.Controls` to `9.0.30` and `Microsoft.Maui.Controls.Compatibility` to `9.0.30` in `ClientNoSqlDB.Samples.Maui.csproj`. Updated `Microsoft.Extensions.Logging.Debug` to `9.0.1`. Removed `MauiXaml` reference to `MainPage.xaml`. In `ClientNoSqlDB.Tests.csproj`, replaced `xunit` with `xunit.v3` version `1.0.1` and removed `xunit.abstractions`. --- .../ClientNoSqlDB.Samples.Maui.csproj | 6 +++--- ClientNoSqlDB.Tests/ClientNoSqlDB.Tests.csproj | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ClientNoSqlDB.Samples.Maui/ClientNoSqlDB.Samples.Maui.csproj b/ClientNoSqlDB.Samples.Maui/ClientNoSqlDB.Samples.Maui.csproj index 9344b02..8e2d0a9 100644 --- a/ClientNoSqlDB.Samples.Maui/ClientNoSqlDB.Samples.Maui.csproj +++ b/ClientNoSqlDB.Samples.Maui/ClientNoSqlDB.Samples.Maui.csproj @@ -59,9 +59,9 @@ - - - + + + diff --git a/ClientNoSqlDB.Tests/ClientNoSqlDB.Tests.csproj b/ClientNoSqlDB.Tests/ClientNoSqlDB.Tests.csproj index bf22679..58e6e1e 100644 --- a/ClientNoSqlDB.Tests/ClientNoSqlDB.Tests.csproj +++ b/ClientNoSqlDB.Tests/ClientNoSqlDB.Tests.csproj @@ -10,8 +10,6 @@ - - runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -20,6 +18,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all +