Skip to content

Commit

Permalink
Dont enable wpf on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Apr 8, 2020
1 parent 77cade5 commit c02dd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rg.Plugins.Popup/Rg.Plugins.Popup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageId>Rg.Plugins.Popup</PackageId>
<Description>Plugin for Xamarin forms. Allows you to open any page as a popup.</Description>
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
<UseWPF>true</UseWPF>
<UseWPF Condition=" '$(OS)' == 'Windows_NT' ">true</UseWPF>
</PropertyGroup>

<PropertyGroup Condition="$(TargetFramework.StartsWith('uap')) And '$(OS)' == 'Windows_NT'">
Expand Down

0 comments on commit c02dd85

Please sign in to comment.