3259071600
Working on the builder. Made a dark-mode-friendly hightlight file for Browser .
16 lines
376 B
XML
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>
|