Skip to content

Commit

Permalink
Update KubernetesClient DiagnosticSource dependency (#1561)
Browse files Browse the repository at this point in the history
System.Diagnostics.DiagnosticSource has been included into the framework reference, no need to reference for net8
  • Loading branch information
WeihanLi committed Jun 7, 2024
1 parent 2c2bd6a commit b6315d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KubernetesClient/KubernetesClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="7.0.0" />
<PackageReference Condition="'$(TargetFramework)'=='net6.0'" Include="System.Diagnostics.DiagnosticSource" Version="7.0.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.1.2" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.1" />
<PackageReference Include="Fractions" Version="7.3.0" />
Expand Down

0 comments on commit b6315d8

Please sign in to comment.