| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "version": "3.0.0-*",
- "title": "Interactive Extensions - Main Library",
- "description": "Interactive Extensions Main Library used to 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
- },
- "buildOptions": {
- "keyFile": "../ReactiveX.snk",
- "define": [ "SIGNED" ],
- "nowarn": [ "CS1591" ],
- "xmlDoc": true,
- "embed": {
- "includeFiles": "Properties/System.Interactive.rd.xml"
- },
- "compile": {
- "includeFiles": [ "../GlobalAssemblyVersion.cs" ]
- }
- },
- "frameworks": {
- "net45": {
- "buildOptions": {
- "define": [
- "HAS_APTCA",
- "DESKTOPCLR",
- "DESKTOPCLR45"
- ]
- }
- },
- "netstandard1.0": {
- "buildOptions": {
- "define": [
- "CRIPPLED_REFLECTION",
- "PLIB"
- ]
- },
- "dependencies": {
- "NETStandard.Library": "1.6.0"
- }
- }
- }
- }
|