cleanup folders (#792)

* unify folders

* move dep and target outside
This commit is contained in:
Boshi Lian
2022-03-07 10:06:55 -08:00
committed by GitHub
parent c11e205a01
commit 01b2aa832c
48 changed files with 98 additions and 132 deletions

View File

@@ -1,12 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\src\KubernetesClient\KubernetesClient.csproj" />
</ItemGroup>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5</TargetFramework>
</PropertyGroup>
</Project>