Files
Ramitta-lib/Ramitta/Ramitta.csproj

15 lines
338 B
XML
Raw Normal View History

2025-08-29 14:57:55 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2025-09-02 18:41:07 +08:00
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
2025-08-29 14:57:55 +08:00
</Project>