2020-11-22 14:52:09 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-08-03 06:53:42 +02:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2020-11-22 14:52:09 -08:00
|
|
|
|
<TargetFramework>net5</TargetFramework>
|
2020-08-03 06:53:42 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\src\KubernetesClient\KubernetesClient.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|