embed KubernetesClient.Models and KubernetesClient.Basic into client sdk (#1407)

* cleanup using

* cleanup classic

* clean up nuget

* bump ver

* fix pipeline

* remove commit by accident
This commit is contained in:
Boshi Lian
2023-09-26 11:03:12 -07:00
committed by GitHub
parent 80c1315ee0
commit 013fc6e06f
59 changed files with 169 additions and 217 deletions

View File

@@ -11,7 +11,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KubernetesClient.Models\KubernetesClient.Models.csproj" />
<ProjectReference Include="..\KubernetesClient\KubernetesClient.csproj" />
<PackageReference Include="AutoMapper" Version="12.0.1" />
</ItemGroup>
</Project>