Files
csharp/examples/customResource/customResource.csproj
Boshi Lian 01b2aa832c cleanup folders (#792)
* unify folders

* move dep and target outside
2022-03-07 10:06:55 -08:00

12 lines
226 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JsonPatch.Net" Version="1.1.2" />
</ItemGroup>
</Project>