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

@@ -0,0 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ProjectReference Include="$(MSBuildThisFileDirectory)\..\src\KubernetesClient\KubernetesClient.csproj" />
</ItemGroup>
</Project>