File tree Expand file tree Collapse file tree
MAUI/LibVLCSharp.MAUI.Sample.MediaElement Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >net9.0-android;net9.0-ios</TargetFrameworks >
5- <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net8 .0-windows10.0.19041.0</TargetFrameworks >
5+ <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net9 .0-windows10.0.19041.0</TargetFrameworks >
66 <OutputType >Exe</OutputType >
77 <RootNamespace >LibVLCSharp.MAUI.Sample</RootNamespace >
88 <UseMaui >true</UseMaui >
Original file line number Diff line number Diff line change 2424 </ItemGroup >
2525
2626 <ItemGroup >
27- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.5.240627000 " />
28- <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.26100.1 " />
27+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.8.251106002 " />
28+ <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.26100.7175 " />
2929 <PackageReference Include =" VideoLAN.LibVLC.Windows" Version =" 3.0.18" />
3030 <Manifest Include =" $(ApplicationManifest)" />
3131 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net9.0-android;net9.0-ios</TargetFrameworks >
4- <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net8 .0-windows10.0.19041</TargetFrameworks >
4+ <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net9 .0-windows10.0.19041</TargetFrameworks >
55 <OutputType >Exe</OutputType >
66 <RootNamespace >LibVLCSharp.MAUI.Sample.MediaElement</RootNamespace >
77 <UseMaui >true</UseMaui >
88 <SingleProject >true</SingleProject >
99 <ImplicitUsings >enable</ImplicitUsings >
1010 <LangVersion >latest</LangVersion >
11- <WindowsPackageType >None</WindowsPackageType >
11+ <WindowsPackageType >None</WindowsPackageType >
12+ <DisableWinAppSDKPriGeneration >true</DisableWinAppSDKPriGeneration >
1213 <!-- Display name -->
1314 <ApplicationTitle >LibVLCSharp.MAUI.Sample.MediaElement</ApplicationTitle >
1415 <!-- App Identifier -->
3738 <MauiAsset Include =" Resources\Raw\**" LogicalName =" %(RecursiveDir)%(Filename)%(Extension)" />
3839 </ItemGroup >
3940 <ItemGroup >
40- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 7.0.0" />
41- <PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
42- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" />
41+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 9.0.0" />
42+ <PackageReference Include =" Microsoft.Maui.Controls" Version =" 8.0.70" />
4343 </ItemGroup >
4444 <ItemGroup Condition =" $(TargetFramework.Contains('-android'))" >
4545 <PackageReference Include =" VideoLAN.LibVLC.Android" Version =" 3.6.5" />
You can’t perform that action at this time.
0 commit comments