* Update the Dockerfiles * Use newer Xcode * Update Blazor WASM Sample * Update Uno Samples
20 lines
684 B
XML
20 lines
684 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net8.0-android</TargetFrameworks>
|
|
<OutputType>Exe</OutputType>
|
|
<RuntimeIdentifiers>android-arm;android-x86;android-arm64;android-x64</RuntimeIdentifiers>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.6.1.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\..\source\SkiaSharp.Views\SkiaSharp.Views\SkiaSharp.Views.csproj" />
|
|
<ProjectReference Include="..\..\..\..\binding\SkiaSharp\SkiaSharp.csproj" />
|
|
</ItemGroup>
|
|
|
|
<Import Project="..\..\..\..\binding\IncludeNativeAssets.SkiaSharp.targets" />
|
|
|
|
</Project>
|