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>
|
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
2020-12-19 11:26:25 -05:00
|
|
|
|
2021-10-14 18:02:51 +02:00
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
|
|
|
<ProjectReference Include="..\..\src\KubernetesClient\KubernetesClient.csproj" />
|
|
|
|
|
<PackageReference Include="Microsoft.Build" Version="16.11.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="5.0.10" />
|
|
|
|
|
</ItemGroup>
|
2020-12-19 11:26:25 -05:00
|
|
|
|
|
|
|
|
</Project>
|