| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "version": "3.0.0-*",
- "title": "Interactive Extensions - Async Library",
- "description": "Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.",
- "authors": [ "Microsoft" ],
- "copyright": "Copyright (C) Microsoft Corporation",
- "packOptions": {
- "tags": [ "Ix", "Interactive", "Extensions", "Enumerable", "Asynchronous" ],
- "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.Async.rd.xml"
- },
- "compile": {
- "includeFiles": [ "../GlobalAssemblyVersion.cs" ]
- }
- },
- "dependencies": {
- "NETStandard.Library": "1.6.0"
- },
- "frameworks": {
- "net45": {
- "buildOptions": {
- "define": [
- "HAS_APTCA",
- "NO_ARRAY_EMPTY",
- "DESKTOPCLR",
- "DESKTOPCLR45"
- ]
- }
- },
- "net46": {
- "buildOptions": {
- "define": [
- "HAS_APTCA",
- "DESKTOPCLR",
- "DESKTOPCLR46"
- ]
- }
- },
- "netstandard1.0": {
- "buildOptions": {
- "define": [
- "NO_ARRAY_EMPTY",
- "NO_CODE_COVERAGE_ATTRIBUTE",
- "CRIPPLED_REFLECTION",
- "PLIB"
- ]
- }
- },
- "netstandard1.3": {
- "buildOptions": {
- "define": [
- "CRIPPLED_REFLECTION",
- "NO_CODE_COVERAGE_ATTRIBUTE",
- "PLIB"
- ]
- }
- }
- }
- }
|