Uh oh!
There was an error while loading. Please reload this page.
addressing some missing feedback Relating to Browser - #38968
Conversation
ghost
commented
Jul 9, 2020
Tagging subscribers to this area: @safern, @ViktorHofer |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jkotas
commented
Jul 9, 2020
Could you please resolve conflicts? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Santiago Fernandez Madero <safern@microsoft.com>
Uh oh!
There was an error while loading. Please reload this page.
Anipik
commented
Jul 9, 2020
@safern@ericstj@akoeplinger can you take another look ? i made some changes. (they are small but no harm in getting an another pair of eyes) |
| </ItemGroup> | ||
| <!-- Unix --> | ||
| <ItemGroup Condition="'$(TargetsUnix)' == 'true' and '$(TargetsAndroid)' != 'true' and '$(TargetsiOS)' != 'true' and '$(TargetstvOS)' != 'true' and '$(TargetsBrowser)' != 'true'"> | ||
| <ItemGroup Condition="'$(TargetsUnix)' == 'true' and '$(TargetsAndroid)' != 'true' and '$(TargetsiOS)' != 'true' and '$(TargetstvOS)' != 'true'"> |
There was a problem hiding this comment.
Nit: you can simplify this with TargetsMobile
There was a problem hiding this comment.
i will make this change in the next follow up pr for browser
Related PR #37944