| 1234567891011121314151617181920212223 | 
							- <?xml version="1.0" encoding="utf-8"?>
 
- <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
 
-   <metadata>
 
-     <id>System.Interactive</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 Main Library used to 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="NETStandard.Library" version="1.6.0" />
 
-     </dependencies>
 
-   </metadata>
 
-   <files>
 
-     <file src="..\System.Interactive\bin\$configuration$\**\System.Interactive.*" exclude="**\*.deps.json" target="lib" />
 
-   </files>
 
- </package>
 
 
  |