Skip to content

Commit

Permalink
chore: Adjust netcore validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jul 10, 2021
1 parent 7d1dd49 commit e4fa6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/uno.winui.targets
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@

<Target Name="ValidateUnoUIAndroid" BeforeTargets="Build" Condition="'$(AndroidApplication)'!='' and '$(TargetFrameworkVersion)'!=''">

<PropertyGroup Condition="'$(NETCoreAppMaximumVersion)'&gt;='6.0'">
<PropertyGroup>
<_NETCoreAppMaximumVersion>$(NETCoreAppMaximumVersion)</_NETCoreAppMaximumVersion>
<_NETCoreAppMaximumVersion Condition="'$(NETCoreAppMaximumVersion)'==''">0.0</_NETCoreAppMaximumVersion>
</PropertyGroup>
Expand Down

0 comments on commit e4fa6c3

Please sign in to comment.