Skip to content

Commit 7532f2e

Browse files
committed
Remove IdentityModel references from KubernetesClient.Classic.
1 parent 3c5a1b4 commit 7532f2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/KubernetesClient.Classic/KubernetesClient.Classic.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net48</TargetFrameworks>
@@ -7,8 +7,6 @@
77

88
<ItemGroup>
99
<PackageReference Include="BouncyCastle.Cryptography" />
10-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
11-
<PackageReference Include="IdentityModel.OidcClient" />
1210
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
1311
<PackageReference Include="Fractions" />
1412
<PackageReference Include="YamlDotNet" />

0 commit comments

Comments
 (0)