| 1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
- <metadata>
- <id>System.Interactive.Providers</id>
- <version>$version$</version>
- <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>Interactive Extensions Providers Library used to build query providers and express queries over enumerable sequences.</description>
- <copyright>Copyright (c) .NET Foundation and Contributors. All Rights Reserved</copyright>
- <language>en-US</language>
- <tags>Ix Interactive Extensions Enumerable</tags>
- <dependencies>
- <dependency id="System.Interactive" version="$version$" />
- </dependencies>
- </metadata>
- <files>
- <file src="..\System.Interactive.Providers\bin\$configuration$\**\System.Interactive.Providers.*" exclude="**\*.deps.json" target="lib" />
- </files>
- </package>
|