Skip to content

Commit

Permalink
fix: Avoid error on SamplesApp.UITests
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Aug 30, 2024
1 parent 1d6e4f0 commit 0641657
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 0641657

Please sign in to comment.