We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5a1b4 commit 7532f2eCopy full SHA for 7532f2e
src/KubernetesClient.Classic/KubernetesClient.Classic.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFrameworks>netstandard2.0;net48</TargetFrameworks>
@@ -7,8 +7,6 @@
7
8
<ItemGroup>
9
<PackageReference Include="BouncyCastle.Cryptography" />
10
- <PackageReference Include="System.IdentityModel.Tokens.Jwt" />
11
- <PackageReference Include="IdentityModel.OidcClient" />
12
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
13
<PackageReference Include="Fractions" />
14
<PackageReference Include="YamlDotNet" />
0 commit comments