Skip to content

Commit

Permalink
Tweak csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Apr 30, 2024
1 parent 19c88d1 commit cce9c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/KubernetesClient.Classic/KubernetesClient.Classic.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net48;netstandard2.1;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net48;net6.0</TargetFrameworks>
<RootNamespace>k8s</RootNamespace>
</PropertyGroup>

Expand All @@ -14,7 +14,7 @@
<PackageReference Include="YamlDotNet" Version="15.1.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net48' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1'">
<ItemGroup Condition="'$(TargetFramework)' == 'net48' or '$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Text.Json" Version="7.0.3" />
</ItemGroup>

Expand Down

0 comments on commit cce9c9e

Please sign in to comment.