Skip to content

Commit

Permalink
Remove workaround (dotnet#97335)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing authored and tmds committed Jan 23, 2024
1 parent 7efd98b commit 7ee2ac3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<TargetsCurrent Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionEquals('$(TargetFrameworkVersion)', '9.0'))">true</TargetsCurrent>
<!-- force net8 to use the current targets until the SDK can target net9 -->
<ForceNet8Current Condition="'$(ForceNet8Current)' == ''">true</ForceNet8Current>
<ForceNet8Current Condition="'$(ForceNet8Current)' == ''">false</ForceNet8Current>
<TargetsCurrent Condition="'$(ForceNet8Current)' == 'true' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals('$(TargetFrameworkVersion)', '8.0'))">true</TargetsCurrent>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetsCurrent)' != 'true'">
Expand Down

0 comments on commit 7ee2ac3

Please sign in to comment.