We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c0b50 commit 7591b9bCopy full SHA for 7591b9b
1 file changed
src/LibVLCSharp.Uno/LibVLCSharp.Uno.csproj
@@ -14,6 +14,7 @@ It also contains a VLC MediaPlayerElement for the Uno Platform (UWP, Android, iO
14
<PackageId>LibVLCSharp.Uno</PackageId>
15
<RuntimeIdentifiers Condition="$(TargetFramework.Contains('windows'))">win-x86;win-x64;win-arm64</RuntimeIdentifiers>
16
<EnableDefaultPageItems>false</EnableDefaultPageItems>
17
+ <IsAotCompatible>false</IsAotCompatible>
18
</PropertyGroup>
19
<ItemGroup Condition="'$(TargetFramework)'!='net8.0-windows10.0.19041'">
20
<Page Include="**\*.xaml" Exclude="bin\**\*.xaml;obj\**\*.xaml" />
0 commit comments