2022-04-05 01:19:36 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-06-16 12:41:28 +08:00
|
|
|
<PackageReference Include="JsonPatch.Net" />
|
2022-04-05 01:19:36 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|