Skip to content

Commit 65496d9

Browse files
committed
fix references (2)
1 parent 8673890 commit 65496d9

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

src/fsharp/FSharp.Core/FSharp.Core.fsproj

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,17 @@
219219
<ItemGroup Condition="'$(TargetFramework)' != 'portable7' and '$(TargetFramework)' != 'coreclr'">
220220
<Reference Include="mscorlib" />
221221
<Reference Include="System" />
222-
<Reference Include="System.Numerics" Condition="'$(TargetFramework)' == 'net40'" />
223-
<Reference Include="System.Net" Condition="'$(TargetFramework)' == 'portable47' OR
224-
'$(TargetFramework)' == 'portable7' OR
225-
'$(TargetFramework)' == 'xamarinmacmobile' OR
226-
'$(TargetFramework)' == 'xamarinmacfull'" >
222+
<Reference Include="System.Numerics" Condition="'$(TargetFramework)' == 'net40' OR
223+
'$(TargetFramework)' == 'monotouch' OR
224+
'$(TargetFramework)' == 'xamarinwatchos' OR
225+
'$(TargetFramework)' == 'xamarintvos' OR
226+
'$(TargetFramework)' == 'monodroid' OR
227+
'$(TargetFramework)' == 'xamarinmacmobile' OR
228+
'$(TargetFramework)' == 'xamarinmacfull'" >
229+
<Private>false</Private>
230+
</Reference>
231+
<Reference Include="System.Net" Condition="'$(TargetFramework)' == 'portable47' OR
232+
'$(TargetFramework)' == 'portable7'" >
227233
<Private>false</Private>
228234
</Reference>
229235
<Reference Include="System.Core" Condition="'$(TargetFramework)' == 'monotouch' OR

0 commit comments

Comments
 (0)