2020-12-19 11:26:25 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2021-10-14 18:02:51 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
</PropertyGroup>
|
2020-12-19 11:26:25 -05:00
|
|
|
|
2021-10-14 18:02:51 +02:00
|
|
|
<ItemGroup>
|
2022-08-22 08:43:43 -07:00
|
|
|
<PackageReference Include="JsonPatch.Net" Version="2.0.4" />
|
2021-10-14 18:02:51 +02:00
|
|
|
</ItemGroup>
|
2020-12-19 11:26:25 -05:00
|
|
|
|
|
|
|
|
</Project>
|