System.Reactive.Interfaces.nuspec 1.3 KB

123456789101112131415161718192021222324252627
  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 (Rx) - Interfaces Library</title>
  7. <authors>.NET Foundation and Contributors</authors>
  8. <owners>Microsoft,RxTeam</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>false</requireLicenseAcceptance>
  13. <description>Reactive Extensions (Rx) Interfaces Library containing essential interfaces.</description>
  14. <copyright>Copyright (c) .NET Foundation and Contributors.</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.6.0" />
  20. </group>
  21. <group targetFramework="net45" />
  22. </dependencies>
  23. </metadata>
  24. <files>
  25. <file src="..\System.Reactive.Interfaces\bin\$configuration$\**\System.Reactive.Interfaces.*" exclude="**\*.deps.json" target="lib" />
  26. </files>
  27. </package>