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 acc7b4b commit c11e205Copy full SHA for c11e205
src/KubernetesClient/KubernetesClient.csproj
@@ -47,7 +47,7 @@
47
<PackageReference Include="IdentityModel.OidcClient" Version="4.0.0" />
48
49
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
50
- <PackageReference Include="System.Text.Json" Version="6.0.0" Coondition="'$(TargetFramework)' == 'netstandard2.1'" />
+ <PackageReference Include="System.Text.Json" Version="6.0.0" Condition="'$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'net5'" />
51
52
</ItemGroup>
53
0 commit comments