| 123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
- <metadata>
- <id>System.Reactive.Interfaces</id>
- <version>$version$</version>
- <title>Reactive Extensions (Rx) - Interfaces Library</title>
- <authors>.NET Foundation and Contributors</authors>
- <owners>Microsoft,RxTeam</owners>
- <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</licenseUrl>
- <projectUrl>http://go.microsoft.com/fwlink/?LinkId=261273</projectUrl>
- <iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Reactive Extensions (Rx) Interfaces Library containing essential interfaces.</description>
- <copyright>Copyright (c) .NET Foundation and Contributors.</copyright>
- <language>en-US</language>
- <tags>Rx Reactive Extensions Observable LINQ Events</tags>
- <dependencies>
- <group targetFramework="netstandard1.0">
- <dependency id="NETStandard.Library" version="1.6.0" />
- </group>
- <group targetFramework="net45" />
- </dependencies>
- </metadata>
- <files>
- <file src="..\System.Reactive.Interfaces\bin\$configuration$\**\System.Reactive.Interfaces.*" exclude="**\*.deps.json" target="lib" />
- </files>
- </package>
|