File tree 2 files changed +1
-5
lines changed
src/KubernetesClient.Classic
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 7
7
<PackageVersion Include =" BouncyCastle.Cryptography" Version =" 2.5.0" />
8
8
<PackageVersion Include =" FluentAssertions" Version =" 7.0.0" />
9
9
<PackageVersion Include =" Fractions" Version =" 7.3.0" />
10
- <PackageVersion Include =" IdentityModel.OidcClient" Version =" 6.0.0" />
11
10
<PackageVersion Include =" JsonPatch.Net" Version =" 2.1.0" />
12
11
<PackageVersion Include =" MartinCostello.Logging.XUnit" Version =" 0.5.1" />
13
12
<PackageVersion Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9.0.0" />
24
23
<PackageVersion Include =" SharpZipLib" Version =" 1.4.2" />
25
24
<PackageVersion Include =" Swashbuckle.AspNetCore" Version =" 6.5.0" />
26
25
<PackageVersion Include =" System.Diagnostics.DiagnosticSource" Version =" 9.0.0" />
27
- <PackageVersion Include =" System.IdentityModel.Tokens.Jwt" Version =" 8.3.0" />
28
26
<PackageVersion Include =" System.IO.Abstractions.TestingHelpers" Version =" 21.2.1" />
29
27
<PackageVersion Include =" System.Reactive" Version =" 6.0.1" />
30
28
<PackageVersion Include =" System.Text.Json" Version =" 9.0.0" />
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0;net48</TargetFrameworks >
7
7
8
8
<ItemGroup >
9
9
<PackageReference Include =" BouncyCastle.Cryptography" />
10
- <PackageReference Include =" System.IdentityModel.Tokens.Jwt" />
11
- <PackageReference Include =" IdentityModel.OidcClient" />
12
10
<PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" />
13
11
<PackageReference Include =" Fractions" />
14
12
<PackageReference Include =" YamlDotNet" />
You can’t perform that action at this time.
0 commit comments