Skip to content

Commit

Permalink
Merge pull request #18036 from unoplatform/dev/mazi/uitest-error
Browse files Browse the repository at this point in the history
fix: Avoid TFM error on SamplesApp.UITests
  • Loading branch information
jeromelaban committed Sep 30, 2024
2 parents b6e4604 + 0641657 commit 334581d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SamplesApp/SamplesApp.UITests/SamplesApp.UITests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<NoWarn>$(NoWarn);SYSLIB1045;CS1998</NoWarn>
</PropertyGroup>

<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<Import Project="../../targetframework-override-noplatform.props" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
Expand Down

0 comments on commit 334581d

Please sign in to comment.