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

16 lines
376 B
XML
Raw Permalink 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="Newtonsoft.Json" />
2025-12-24 22:08:37 +11:00
<PackageReference Include="SkiaSharp" />
2025-12-14 00:25:51 +11:00
</ItemGroup>
</Project>