Skip to content

Commit 58d7d7b

Browse files
authored
Fix TFM inconsistency in BuildHost (#76354)
1 parent abcb361 commit 58d7d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/targets/TargetFrameworks.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<NetRoslyn>$(NetCurrent)</NetRoslyn>
5656
<NetRoslynSourceBuild>$(NetCurrent);$(NetPrevious)</NetRoslynSourceBuild>
5757
<NetRoslynAll>$(NetCurrent);$(NetPrevious)</NetRoslynAll>
58-
<NetRoslynBuildHostNetCoreVersion>$(NetCurrent)</NetRoslynBuildHostNetCoreVersion>
58+
<NetRoslynBuildHostNetCoreVersion>$(NetPrevious)</NetRoslynBuildHostNetCoreVersion>
5959
<NetRoslynNext>$(NetCurrent)</NetRoslynNext>
6060
</PropertyGroup>
6161
</When>

0 commit comments

Comments
 (0)