Skip to content

Commit acecebf

Browse files
committed
OxyPlot.Xamarin.Mac: add reference to netstandard
* trying to fix errors like this in GHA: error CS0012: The type 'ValueType' 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 53e5420 commit acecebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/OxyPlot.Xamarin.Mac/OxyPlot.Xamarin.Mac.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<ItemGroup>
6969
<Reference Include="System" />
7070
<Reference Include="System.Core" />
71+
<Reference Include="netstandard" />
7172
</ItemGroup>
7273
<ItemGroup Condition="'$(OS)' != 'Windows_NT'">
7374
<Reference Include="Xamarin.Mac" />

0 commit comments

Comments
 (0)