Skip to content

Commit 06cc4b9

Browse files
committed
chore(deps): update kubeclient to v2.3.15
1 parent 70356d1 commit 06cc4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PSKubectl.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<ItemGroup>
77
<!-- <ProjectReference Include="../../dotnet-kube-client/src/KubeClient/KubeClient.csproj" /> -->
88
<!-- <ProjectReference Include="../../dotnet-kube-client/src/KubeClient.Extensions.KubeConfig/KubeClient.Extensions.KubeConfig.csproj" /> -->
9-
<PackageReference Include="KubeClient" Version="2.3.9" />
10-
<PackageReference Include="KubeClient.Extensions.KubeConfig" Version="2.3.9" />
9+
<PackageReference Include="KubeClient" Version="2.3.15" />
10+
<PackageReference Include="KubeClient.Extensions.KubeConfig" Version="2.3.15" />
1111
<PackageReference Include="System.Management.Automation" Version="6.1.1">
1212
<!-- Inclue all private assets to prevent 'dotnet publish' from publishing all the unneeded DLLs that PowerShell ships with already -->
1313
<PrivateAssets>All</PrivateAssets>

0 commit comments

Comments
 (0)