| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "version": "2.0.0-*",
- "title": "Interactive Extensions - Providers Library",
- "description":
- "Interactive Extensions Providers Library used to build query providers and express queries over enumerable sequences.",
- "authors": ["Microsoft"],
- "copyright": "Copyright (C) Microsoft Corporation",
- "packOptions": {
- "tags": ["Ix", "Interactive", "Extensions", "Enumerable"],
- "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
- "projectUrl": "https://github.com/Reactive-Extensions/Rx.NET",
- "licenseUrl": "https://raw.githubusercontent.com/Reactive-Extensions/Rx.NET/master/Ix.NET/Source/license.txt",
- "requireLicenseAcceptance": true
- },
- "dependencies": {
- "System.Interactive": { "target": "project" }
- },
- "frameworks": {
- "net40": {
- "buildOptions": {
- "define": [
- "HAS_APTCA",
- "DESKTOPCLR",
- "DESKTOPCLR40"
- ]
- }
- },
- "net45": {
- "buildOptions": {
- "define": [
- "HAS_AWAIT",
- "HAS_APTCA",
- "DESKTOPCLR",
- "DESKTOPCLR45"
- ]
- }
- },
- "netstandard1.0": {
- "buildOptions": {
- "define": [
- "HAS_AWAIT",
- "CRIPPLED_REFLECTION",
- "PLIB"
- ]
- },
- "dependencies": {
- "System.Linq.Expressions": "4.0.11-rc2-24027",
- "System.Linq.Queryable": "4.0.1-rc2-24027"
- }
- },
- "sl5": {
- "buildOptions": {
- "define": [
- "NO_SERIALIZABLE",
- "NO_TPL",
- "NO_REMOTING",
- "NO_SEMAPHORE",
- "NO_RXINTERFACES",
- "SILVERLIGHT",
- "SILVERLIGHT5"
- ]
- },
- "dependencies": {
-
- }
- }
- }
- }
|