Files
Progrart/Progrart.Core/Progrart.Core.csproj
Creeper Lv 3259071600 Removed a no-longer needed file.
Working on the builder.
Made a dark-mode-friendly hightlight file for Browser .
2026-01-02 03:24:33 +11:00

16 lines
376 B
XML

<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" />
<PackageReference Include="SkiaSharp" />
</ItemGroup>
</Project>