System.Interactive.Async.csproj 565 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <Description>Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.</Description>
  4. <AssemblyTitle>Interactive Extensions - Async Library</AssemblyTitle>
  5. <TargetFrameworks>net45;net46;netstandard1.0;netstandard1.3</TargetFrameworks>
  6. <PackageTags>Ix;Interactive;Extensions;Enumerable;Asynchronous</PackageTags>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <EmbeddedResource Include="Properties\System.Interactive.Async.rd.xml" />
  10. </ItemGroup>
  11. </Project>