| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "version": "3.0.0-*",
- "title": "Reactive Extensions - Tests",
- "description": "Reactive Extensions test project.",
- "authors": ["Microsoft"],
- "copyright": "Copyright (C) Microsoft Corporation",
-
- "packOptions": {
- "tags": [],
- "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
- "projectUrl": "http://go.microsoft.com/fwlink/?LinkId=261273",
- "licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=261272",
- "requireLicenseAcceptance": true
- },
- "buildOptions": {
- "nowarn": [ "CS0618" ],
- "keyFile": "../ReactiveX.snk",
- "define": [ "SIGNED" ],
- "copyToOutput": {
- "include": [ "xunit.runner.json" ]
- }
- },
- "dependencies": {
- "System.Reactive.Interfaces": { "target": "project" },
- "System.Reactive.Linq": { "target": "project" },
- "System.Reactive.PlatformServices": { "target": "project" },
- "Microsoft.Reactive.Testing": { "target": "project" },
- "System.Reactive.Experimental": { "target": "project" },
- "System.Reactive.Providers": { "target": "project" },
- "System.Reactive.Observable.Aliases": { "target": "project" },
- "xunit": "2.2.0-beta3-build3342",
- "dotnet-test-xunit": "2.2.0-preview3-build1039",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Diagnostics.StackTrace": "4.0.1"
- },
-
- "testRunner": "xunit",
-
- "frameworks": {
- "netcoreapp1.0": {
- "buildOptions": {
- "define": [
- "NO_EVENTARGS_CONSTRAINT",
- "HAS_EDI",
- "HAS_WINRT",
- "HAS_PROGRESS",
- "PREFER_ASYNC",
- "HAS_AWAIT",
- "HAS_APTCA",
- "NO_REMOTING",
- "NO_SERIALIZABLE",
- "CRIPPLED_REFLECTION",
- "PLIB",
- "USE_TIMER_SELF_ROOT",
- "XUNIT"
- ]
- },
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.0.0",
- "type": "platform"
- }
- }
- },
- "net461": {
- "buildOptions": {
- "define": [
- "NO_EVENTARGS_CONSTRAINT",
- "HAS_EDI",
- "HAS_WINRT",
- "HAS_PROGRESS",
- "PREFER_ASYNC",
- "HAS_AWAIT",
- "HAS_APTCA",
- "USE_TIMER_SELF_ROOT",
- "DESKTOPCLR",
- "DESKTOPCLR46",
- "XUNIT"
- ]
- },
- "dependencies": {
- "System.Reactive.Windows.Threading": { "target": "project" },
- "System.Reactive.Windows.Forms": { "target": "project" },
- "System.Reactive.Runtime.Remoting": { "target": "project" }
- },
- "frameworkAssemblies": {
- "System.Threading.Tasks": ""
- }
- }
- }
- }
|