Skip to content

Commit e53873f

Browse files
authored
Use consistent net6.0 TargetFramework (#1051)
This is the only project that outstands from the rest in this repo.
1 parent 45830f2 commit e53873f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/KubernetesClient.Classic.Tests/KubernetesClient.Classic.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<IsPackable>false</IsPackable>
44
<RootNamespace>k8s.Tests</RootNamespace>
5-
<TargetFramework Condition="'$(OS)' != 'Windows_NT'">net6</TargetFramework>
6-
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net6;net48</TargetFrameworks>
5+
<TargetFramework Condition="'$(OS)' != 'Windows_NT'">net6.0</TargetFramework>
6+
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net6.0;net48</TargetFrameworks>
77
</PropertyGroup>
88

99
<ItemGroup>

0 commit comments

Comments
 (0)