Add a logs example. (#117)

This commit is contained in:
Brendan Burns
2018-03-26 12:49:38 -07:00
committed by GitHub
parent d0c17ee2d5
commit 4046256472
2 changed files with 41 additions and 0 deletions

13
examples/logs/logs.csproj Executable file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\src\KubernetesClient.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
</Project>