Skip to content

Commit

Permalink
chore: Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed May 1, 2024
1 parent 7542bdf commit f1117cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Uno.NUnitTransformTool/Uno.NUnitTransformTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<!-- We keep it on the oldest supported TFM -->
<!-- Though we could use UnoTargetFrameworkOverride to choose between NetPrevious and NetCurrent -->
<!-- As of writing this comment, we don't see a need to do that, so we keep it simple -->
<TargetFramework>$(NetPrevious)</TargetFramework>
<TargetFramework Condition="'$(UnoTargetFrameworkOverride)'=='net7.0-ios'">net7.0</TargetFramework>
<!-- Ideally, this should be $(NetPrevious), but as we still build iOS tests on net7.0, we have to match here. -->
<TargetFramework>net7.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RollForward>major</RollForward>
</PropertyGroup>
Expand Down

0 comments on commit f1117cb

Please sign in to comment.