Files
Progrart/Progrart.Core/Progrart.Core.csproj

16 lines
403 B
XML
Raw Normal View History

2025-12-14 00:25:51 +11:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jint" />
<PackageReference Include="Microsoft.Maui.Graphics" />
<PackageReference Include="Microsoft.Maui.Graphics.Skia" />
</ItemGroup>
</Project>