Skip to content

Commit

Permalink
chore: Use NetPrevious for UITests
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Aug 28, 2024
1 parent c1a24f6 commit 43bea68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/SamplesApp/SamplesApp.UITests/SamplesApp.UITests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>$(NetCurrent)</TargetFramework>
<TargetFramework>$(NetPrevious)</TargetFramework>

<DefineConstants Condition="$(UnoTargetFrameworkOverride.ToLowerInvariant().EndsWith('-android'))">$(DefineConstants);TARGET_FRAMEWORK_OVERRIDE_ANDROID</DefineConstants>

Expand All @@ -11,8 +11,6 @@
<NoWarn>$(NoWarn);SYSLIB1045;CS1998</NoWarn>
</PropertyGroup>

<Import Project="../../targetframework-override-noplatform.props" />

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

0 comments on commit 43bea68

Please sign in to comment.