From 3003ef043eac838d672aac95d2bf54e37a92521c Mon Sep 17 00:00:00 2001 From: Reza Talebi Date: Mon, 27 Jan 2025 02:10:26 +0330 Subject: [PATCH] Upgrade to .NET 9.0 (Revert WinUI) --- LocalNotification.csproj | 16 ++++++++-------- {WinUI => UWP}/LocalNotification.cs | 0 2 files changed, 8 insertions(+), 8 deletions(-) rename {WinUI => UWP}/LocalNotification.cs (100%) diff --git a/LocalNotification.csproj b/LocalNotification.csproj index a9b8963..e18c98e 100644 --- a/LocalNotification.csproj +++ b/LocalNotification.csproj @@ -1,12 +1,12 @@  - net8.0-android;net8.0-ios - $(TargetFrameworks);net8.0-windows10.0.19041 + net9.0-android;net9.0-ios + $(TargetFrameworks);net9.0-windows10.0.26100 Zebble.LocalNotification Zebble Zebble.LocalNotification $(AssemblyName) ($(TargetFramework)) - 2.1.0.0 + 2.1.1.0 true en $(DefineConstants) @@ -37,9 +37,9 @@ true true - + win-x86;win-x64;win-arm64 - $(DefineConstants);WINUI + $(DefineConstants);UWP $(DefineConstants);ANDROID @@ -51,8 +51,8 @@ - - + + @@ -68,7 +68,7 @@ - + diff --git a/WinUI/LocalNotification.cs b/UWP/LocalNotification.cs similarity index 100% rename from WinUI/LocalNotification.cs rename to UWP/LocalNotification.cs