|
446 | 446 |
|
447 | 447 | <ItemGroup>
|
448 | 448 | <Reference Include="Microsoft.Win32.Primitives" />
|
449 |
| - <Reference Include="System.Collections" /> |
450 |
| - <Reference Include="System.Collections.Concurrent" /> |
451 | 449 | <Reference Include="System.Collections.NonGeneric" />
|
452 | 450 | <Reference Include="System.Console" Condition="'$(Configuration)' == 'Debug'" />
|
453 | 451 | <Reference Include="System.Diagnostics.DiagnosticSource" />
|
454 |
| - <Reference Include="System.Diagnostics.Tracing" /> |
455 | 452 | <Reference Include="System.IO.Compression" />
|
456 |
| - <Reference Include="System.Memory" /> |
457 | 453 | <Reference Include="System.Net.NameResolution" />
|
458 | 454 | <Reference Include="System.Net.NetworkInformation" />
|
459 | 455 | <Reference Include="System.Net.Primitives" />
|
460 | 456 | <Reference Include="System.Net.Quic" />
|
461 | 457 | <Reference Include="System.Net.Security" />
|
462 | 458 | <Reference Include="System.Net.Sockets" />
|
463 |
| - <Reference Include="System.Runtime" /> |
464 |
| - <Reference Include="System.Runtime.InteropServices" /> |
465 | 459 | <Reference Include="System.Security.Claims" Condition="'$(TargetPlatformIdentifier)' == 'windows'" />
|
466 | 460 | <Reference Include="System.Security.Cryptography" />
|
467 | 461 | <Reference Include="System.Security.Principal.Windows" />
|
468 |
| - <Reference Include="System.Threading" /> |
469 | 462 | <Reference Include="System.Threading.Channels" />
|
470 | 463 | <Reference Include="System.Threading.ThreadPool" />
|
471 | 464 | <Reference Include="System.IO.Compression.Brotli" />
|
472 | 465 | </ItemGroup>
|
473 | 466 |
|
| 467 | + <ItemGroup Condition="'$(TargetPlatformIdentifier)' != 'browser'"> |
| 468 | + <Reference Include="System.Collections" /> |
| 469 | + <Reference Include="System.Collections.Concurrent" /> |
| 470 | + <Reference Include="System.Diagnostics.Tracing" /> |
| 471 | + <Reference Include="System.Memory" /> |
| 472 | + <Reference Include="System.Runtime" /> |
| 473 | + <Reference Include="System.Runtime.InteropServices" /> |
| 474 | + <Reference Include="System.Threading" /> |
| 475 | + </ItemGroup> |
| 476 | + |
474 | 477 | <ItemGroup Condition="'$(TargetPlatformIdentifier)' != '' and '$(TargetPlatformIdentifier)' != 'windows' and '$(TargetPlatformIdentifier)' != 'browser'">
|
475 | 478 | <Reference Include="System.Diagnostics.StackTrace" />
|
476 | 479 | <Reference Include="System.Security.Cryptography" />
|
477 | 480 | </ItemGroup>
|
478 | 481 |
|
479 | 482 | <ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'browser'">
|
| 483 | + <ProjectReference Include="$(CoreLibProject)" /> |
| 484 | + <ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" /> |
| 485 | + <ProjectReference Include="$(LibrariesProjectRoot)System.Threading\src\System.Threading.csproj" /> |
| 486 | + <ProjectReference Include="$(LibrariesProjectRoot)System.Private.Uri\src\System.Private.Uri.csproj" PrivateAssets="all" /> |
| 487 | + <ProjectReference Include="$(LibrariesProjectRoot)System.Collections.Concurrent\src\System.Collections.Concurrent.csproj" /> |
480 | 488 | <ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.InteropServices\gen\Microsoft.Interop.SourceGeneration\Microsoft.Interop.SourceGeneration.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
481 | 489 | <ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.InteropServices.JavaScript\gen\JSImportGenerator\JSImportGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
482 | 490 | <ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.InteropServices.JavaScript\src\System.Runtime.InteropServices.JavaScript.csproj" SkipUseReferenceAssembly="true" />
|
|
0 commit comments