mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Fix TypeLoadException by removing explicit KubernetesClient package reference
Co-authored-by: collinbarrett <6483057+collinbarrett@users.noreply.github.com>
This commit is contained in:
parent
c1d217ae1b
commit
bbc2b3a061
1 changed files with 0 additions and 1 deletions
|
|
@ -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>
|
||||
Loading…
Reference in a new issue