| 123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
- <metadata>
- <id>System.Reactive.Core</id>
- <version>$version$</version>
- <title>Reactive Extensions - Core Library</title>
- <authors>Microsoft</authors>
- <owners>Microsoft</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>true</requireLicenseAcceptance>
- <description>Reactive Extensions Core Library containing base classes and scheduler infrastructure.</description>
- <copyright>Copyright (C) Microsoft Corporation</copyright>
- <language>en-US</language>
- <tags>Rx Reactive Extensions Observable LINQ Events</tags>
- <dependencies>
- <dependency id="System.Reactive.Intefaces" version="$version$" />
- </dependencies>
- </metadata>
- <files>
- <file src="..\System.Reactive.Core\bin\$configuration$\**\*.*" target="lib" />
- </files>
- </package>
|