Kubernetes.Classic: add support for netstandard2.0 and net48 (#808)

* support gh nuget (#11)

* trim to fit net48

* add net48 support

* add very test framework

* add test body

* Revert "support gh nuget (#11)"

This reverts commit 5cdaf59690170be44e4554485fb2e89785a6a1cf.
This commit is contained in:
Boshi Lian
2022-04-03 16:35:42 -07:00
committed by GitHub
parent 92ccac423a
commit 8575548cd9
10 changed files with 225 additions and 5 deletions

View File

@@ -3,5 +3,6 @@
<ProjectReference Include="KubernetesClient.Models/KubernetesClient.Models.csproj" />
<ProjectReference Include="KubernetesClient.Basic/KubernetesClient.Basic.csproj" />
<ProjectReference Include="KubernetesClient/KubernetesClient.csproj" />
<ProjectReference Include="KubernetesClient.Classic/KubernetesClient.Classic.csproj" />
</ItemGroup>
</Project>