System.Reactive.Runtime.Remoting.nuspec 1.3 KB

1234567891011121314151617181920212223242526272829
  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.Runtime.Remoting</id>
  5. <version>$version$</version>
  6. <title>Reactive Extensions - .NET Remoting Support</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>false</requireLicenseAcceptance>
  13. <description>Reactive Extensions Remoting Library used to expose observable sequences through .NET Remoting.</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>
  19. <dependency id="System.Reactive" version="$version$" />
  20. </group>
  21. <group targetFramework="net45">
  22. <dependency id="System.Reactive" version="$version$" />
  23. </group>
  24. </dependencies>
  25. </metadata>
  26. <files>
  27. <file src="..\System.Reactive.Runtime.Remoting\bin\$configuration$\**\System.Reactive.Runtime.Remoting.*" exclude="**\*.deps.json" target="lib" />
  28. </files>
  29. </package>