Skip to content

Commit c11e205

Browse files
authored
Update System.Text.Json dependency (#791)
* Update System.Text.Json dependency * Update System.Text.Json dependency condition
1 parent acc7b4b commit c11e205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KubernetesClient/KubernetesClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<PackageReference Include="IdentityModel.OidcClient" Version="4.0.0" />
4848

4949
<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'" />
50+
<PackageReference Include="System.Text.Json" Version="6.0.0" Condition="'$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'net5'" />
5151

5252
</ItemGroup>
5353

0 commit comments

Comments
 (0)