| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "version": "2.0.0-*",
- "title": "Interactive Extensions - Tests",
- "description": "Unit Tests",
- "authors": [ "Microsoft" ],
- "copyright": "Copyright (C) Microsoft Corporation",
- "tags": [ ],
- "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,
- "compilationOptions": {
- "emitEntryPoint": true
- },
- "dependencies": {
- "System.Interactive.Providers": { "target": "project" },
- "System.Interactive.Async.Providers": { "target": "project" },
- "xunit": "2.1.0",
- "dotnet-test-xunit": "1.0.0-dev-79755-47"
- },
- "exclude": [
- "App.cs"
- ],
- "testRunner": "xunit",
- "frameworks": {
- "netstandardapp1.5": {
- "imports": [ "dnxcore50", "portable-net45+win8" ],
- "compilationOptions": {
- "define": [
- "HAS_AWAIT"
- ]
- }
- }
- }
- }
|