System.Reactive.Interfaces.nuspec 1.2 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  3. <metadata>
  4. <id>System.Reactive.Interfaces</id>
  5. <version>$version$</version>
  6. <title>Reactive Extensions - Interfaces Library</title>
  7. <authors>Microsoft</authors>
  8. <owners>Microsoft</owners>
  9. <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</licenseUrl>
  10. <projectUrl>http://go.microsoft.com/fwlink/?LinkId=261273</projectUrl>
  11. <iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
  12. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  13. <description>Reactive Extensions Interfaces Library containing essential interfaces.</description>
  14. <copyright>Copyright (C) Microsoft Corporation</copyright>
  15. <language>en-US</language>
  16. <tags>Rx Reactive Extensions Observable LINQ Events</tags>
  17. <dependencies>
  18. <group targetFramework="netstandard1.0">
  19. <dependency id="NETStandard.Library" version="1.5.0-rc2-24027" />
  20. </group>
  21. </dependencies>
  22. </metadata>
  23. <files>
  24. <file src="..\System.Reactive.Interfaces\bin\$configuration$\**\*.*" target="lib" />
  25. </files>
  26. </package>