Skip to content

Commit 6df4f3a

Browse files
authored
Stop building Microsoft.DotNet.XHarness.CLI for NetCurrent (#1371)
We don't need to be on the latest TFM (we already set RollForward=major) and it prevents issues when xharness uses a newer SDK than runtime like in dotnet/runtime#113381 (comment)
1 parent b103963 commit 6df4f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.XHarness.CLI/Microsoft.DotNet.XHarness.CLI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>$(NetCurrent);$(NetPrevious);$(NetMinimum)</TargetFrameworks>
5+
<TargetFrameworks>$(NetPrevious);$(NetMinimum)</TargetFrameworks>
66
<IsPackable>true</IsPackable>
77
<PackAsTool>true</PackAsTool>
88
<ToolCommandName>xharness</ToolCommandName>

0 commit comments

Comments
 (0)