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 45830f2 commit e53873fCopy full SHA for e53873f
tests/KubernetesClient.Classic.Tests/KubernetesClient.Classic.Tests.csproj
@@ -2,8 +2,8 @@
2
<PropertyGroup>
3
<IsPackable>false</IsPackable>
4
<RootNamespace>k8s.Tests</RootNamespace>
5
- <TargetFramework Condition="'$(OS)' != 'Windows_NT'">net6</TargetFramework>
6
- <TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net6;net48</TargetFrameworks>
+ <TargetFramework Condition="'$(OS)' != 'Windows_NT'">net6.0</TargetFramework>
+ <TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net6.0;net48</TargetFrameworks>
7
</PropertyGroup>
8
9
<ItemGroup>
0 commit comments