diff --git a/Media.csproj b/Media.csproj index f0f5015..e25707a 100644 --- a/Media.csproj +++ b/Media.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.Media Zebble Zebble.Media $(AssemblyName) ($(TargetFramework)) - 2.1.1.0 + 2.1.2.0 true en $(DefineConstants) @@ -35,9 +35,9 @@ true true - + win-x86;win-x64;win-arm64 - $(DefineConstants);WINUI + $(DefineConstants);UWP $(DefineConstants);ANDROID @@ -49,11 +49,11 @@ - - + + - + @@ -66,7 +66,7 @@ - + diff --git a/WinUI/Media.cs b/UWP/Media.cs similarity index 100% rename from WinUI/Media.cs rename to UWP/Media.cs