Fix TypeLoadException by removing explicit KubernetesClient package reference

Co-authored-by: collinbarrett <6483057+collinbarrett@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-15 03:51:29 +00:00 committed by Collin Barrett
parent c1d217ae1b
commit bbc2b3a061

View file

@ -15,7 +15,6 @@
<ItemGroup>
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.5.2" />
<PackageReference Include="Aspire.Hosting.SqlServer" Version="9.5.2" />
<PackageReference Include="KubernetesClient" Version="18.0.5" />
</ItemGroup>
</Project>