Files
csharp/examples/simple/simple.csproj

13 lines
286 B
XML
Raw Normal View History

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