Files
csharp/examples/simple/simple.csproj

13 lines
280 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2017-11-16 13:29:01 +08:00
<ItemGroup>
<ProjectReference Include="..\..\src\KubernetesClient\KubernetesClient.csproj" />
2017-11-16 13:29:01 +08:00
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5</TargetFramework>
2017-11-16 13:29:01 +08:00
</PropertyGroup>
</Project>