File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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;net6.0;net8.0;net9;net10.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;net9.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;net8.0-windows10.0.19041; net9.0-windows10.0.19041;net10 .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('net9.0 -windows10'))" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
40+ <RuntimeIdentifiers Condition =" $(TargetFramework.Contains('-windows10'))" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
4141 <!-- https://github.com/novotnyllc/MSBuildSdkExtras/issues/305 -->
4242 <TargetFrameworkIdentifier Condition =" $([MSBuild]::GetTargetFrameworkIdentifier('$(TargetFramework)')) == '.NETCoreApp' " >.NETCoreApp</TargetFrameworkIdentifier >
4343 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments