File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments