System.Interactive.Async.Providers.nuspec 1.2 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>System.Interactive.Async.Providers</id>
  5. <version>$version$</version>
  6. <authors>.NET Foundation and Contributors</authors>
  7. <owners>Microsoft,RxTeam</owners>
  8. <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</licenseUrl>
  9. <projectUrl>http://go.microsoft.com/fwlink/?LinkId=261273</projectUrl>
  10. <iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <description>Interactive Extensions Providers Library used to build async query providers and express queries over enumerable sequences.</description>
  13. <copyright>Copyright (c) .NET Foundation and Contributors. All Rights Reserved</copyright>
  14. <language>en-US</language>
  15. <tags>Ix Interactive Extensions Enumerable Async</tags>
  16. <dependencies>
  17. <dependency id="System.Interactive.Async" version="$version$" />
  18. </dependencies>
  19. </metadata>
  20. <files>
  21. <file src="..\System.Interactive.Async.Providers\bin\$configuration$\**\System.Interactive.Async.Providers.*" exclude="**\*.deps.json" target="lib" />
  22. </files>
  23. </package>