* Update the Dockerfiles * Use newer Xcode * Update Blazor WASM Sample * Update Uno Samples
15 lines
404 B
XML
15 lines
404 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\..\binding\SkiaSharp\SkiaSharp.csproj" />
|
|
</ItemGroup>
|
|
|
|
<Import Project="..\..\..\..\binding\IncludeNativeAssets.SkiaSharp.targets" />
|
|
|
|
</Project>
|