| 123456789101112131415161718 | <Project Sdk="Microsoft.NET.Sdk">  <PropertyGroup>    <TargetFramework>netstandard2.1</TargetFramework>  </PropertyGroup>  <ItemGroup>    <ProjectReference Include="..\System.Reactive.Async.Concurrency\System.Reactive.Async.Concurrency.csproj" />    <ProjectReference Include="..\System.Reactive.Async.Core\System.Reactive.Async.Core.csproj" />    <ProjectReference Include="..\System.Reactive.Async.Disposables\System.Reactive.Async.Disposables.csproj" />    <ProjectReference Include="..\System.Reactive.Async.Interfaces\System.Reactive.Async.Interfaces.csproj" />    <ProjectReference Include="..\System.Reactive.Async.Linq\System.Reactive.Async.Linq.csproj" />    <ProjectReference Include="..\System.Reactive.Async.Subjects\System.Reactive.Async.Subjects.csproj" />    <ProjectReference Include="..\System.Reactive.Bcl\System.Reactive.Bcl.csproj" />    <ProjectReference Include="..\System.Reactive.Shared\System.Reactive.Shared.csproj" />  </ItemGroup></Project>
 |