Add an 'exec' example. Clean up some websockets code. (#114)

This commit is contained in:
Brendan Burns
2018-03-23 21:47:40 -07:00
committed by GitHub
parent 2eaf506b42
commit fcc08bc457
5 changed files with 68 additions and 35 deletions

13
examples/exec/exec.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.1</TargetFramework>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
</Project>