@@ -30,14 +30,14 @@ If you need Xamarin.Forms support, see LibVLCSharp.Forms.
3030LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.</Description >
3131 <TargetFrameworks >netstandard2.1;netstandard2.0;netstandard1.1;net40;net471;net8.0;net9;net6.0</TargetFrameworks >
3232 <TargetFrameworks Condition =" !$([MSBuild]::IsOsPlatform('Linux'))" >$(TargetFrameworks);net9.0-android;net9.0-ios;net9.0-macos;net9.0-tvos</TargetFrameworks >
33- <TargetFrameworks Condition =" $([MSBuild]::IsOsPlatform('Windows'))" >$(TargetFrameworks);uap10.0.18362;net6.0-windows10.0.17763.0;net8 .0-windows10.0.19041;monoandroid81;xamarin.ios10;xamarin.mac20</TargetFrameworks >
33+ <TargetFrameworks Condition =" $([MSBuild]::IsOsPlatform('Windows'))" >$(TargetFrameworks);uap10.0.18362;net6.0-windows10.0.17763.0;net9 .0-windows10.0.19041;monoandroid81;xamarin.ios10;xamarin.mac20</TargetFrameworks >
3434 <Configurations >Debug;Release;Win32Debug;Win32Release</Configurations >
3535 <TargetsForTfmSpecificBuildOutput >$(TargetsForTfmSpecificBuildOutput);IncludeAWindow</TargetsForTfmSpecificBuildOutput >
3636 <RootNamespace >LibVLCSharp</RootNamespace >
3737 <PackageId >LibVLCSharp</PackageId >
3838 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
3939 <EnableDefaultPageItems >false</EnableDefaultPageItems >
40- <RuntimeIdentifiers Condition =" $(TargetFramework.Contains('net8 .0-windows10'))" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
40+ <RuntimeIdentifiers Condition =" $(TargetFramework.Contains('net9 .0-windows10'))" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
4141 </PropertyGroup >
4242 <!-- Override TFMs when building from the LVS.Win32 solution-->
4343 <PropertyGroup Condition =" $(Configuration.StartsWith('Win32'))" >
@@ -47,6 +47,9 @@ LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.</Descri
4747 <GenerateLibraryLayout >true</GenerateLibraryLayout >
4848 <TargetPlatformVersion >10.0.19041.0</TargetPlatformVersion >
4949 </PropertyGroup >
50+ <PropertyGroup Condition =" $(TargetFramework.Contains('windows10'))" >
51+ <DisableWinAppSDKPriGeneration >true</DisableWinAppSDKPriGeneration >
52+ </PropertyGroup >
5053 <ItemGroup >
5154 <Compile Remove =" Platforms\**\*.cs" />
5255 <None Include =" Platforms\**\*.cs" />
@@ -84,7 +87,7 @@ LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.</Descri
8487 </ItemGroup >
8588
8689 <ItemGroup Condition =" $(TargetFramework.Contains('windows10')) " >
87- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.5.240627000 " />
90+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.8.251106002 " />
8891 </ItemGroup >
8992
9093 <ItemGroup Condition =" $(DefineConstants.Contains('UWP'))" >
0 commit comments