System.Reactive.Interfaces.nuspec 1.6 KB

12345678910111213141516171819202122232425262728293031
  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="System.Linq.Expressions" version="4.0.11-rc2-24027" />
  20. <dependency id="System.Resources.ResourceManager" version="4.0.1-rc2-24027" />
  21. <dependency id="System.Runtime" version="4.1.0-rc2-24027" />
  22. </group>
  23. <group targetFramework="net40" />
  24. <group targetFramework="net45" />
  25. </dependencies>
  26. </metadata>
  27. <files>
  28. <file src="..\System.Reactive.Interfaces\bin\$configuration$\**\System.Reactive.Interfaces.*" exclude="**\*.deps.json" target="lib" />
  29. <file src="..\System.Reactive.Interfaces\bin\$configuration$\netstandard1.0\System.Reactive.Interfaces.*" exclude="**\*.deps.json" target="lib\portable-win8+net45+wp8+wpa81" />
  30. </files>
  31. </package>