System.Interactive.Async.nuspec 1.2 KB

123456789101112131415161718192021222324
  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</id>
  5. <version>$version$</version>
  6. <authors>Microsoft</authors>
  7. <owners>Microsoft</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>true</requireLicenseAcceptance>
  12. <description>Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.</description>
  13. <copyright>Copyright (C) Microsoft Corporation</copyright>
  14. <language>en-US</language>
  15. <tags>Ix Interactive Extensions Enumerable Asynchronous</tags>
  16. <frameworkAssemblies>
  17. <frameworkAssembly assemblyName="System" targetFramework="net4" />
  18. <frameworkAssembly assemblyName="System.Core" targetFramework="net4" />
  19. </frameworkAssemblies>
  20. </metadata>
  21. <files>
  22. <file src="..\System.Interactive.Async\bin\$configuration$\**\*.*" target="lib" />
  23. </files>
  24. </package>