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