Files
csharp/examples/watch/watch.csproj

13 lines
292 B
XML
Raw Normal View History

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