Skip to content

Commit 7a96a1e

Browse files
committed
OxyPlot.Xamarin.Forms.Platform.MacOS: add reference to netstandard
* trying to fix errors like this in GHA: error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
1 parent acecebf commit 7a96a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/OxyPlot.Xamarin.Forms.Platform.MacOS/OxyPlot.Xamarin.Forms.Platform.MacOS.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<ItemGroup>
6767
<Reference Include="System" />
6868
<Reference Include="System.Core" />
69+
<Reference Include="netstandard" />
6970
</ItemGroup>
7071
<ItemGroup Condition="'$(OS)' != 'Windows_NT'">
7172
<Reference Include="Xamarin.Mac" />

0 commit comments

Comments
 (0)