Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Jan 16, 2019
1 parent 6bfe70a commit 20d6b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ImageCircle/ImageCircle.Forms.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.Mac')) ">
<Reference Include="netstandard" />
<Compile Include="*.mac.cs" />
</ItemGroup>

Expand Down

0 comments on commit 20d6b44

Please sign in to comment.