|
@@ -9,7 +9,9 @@
|
|
"projectUrl": "http://go.microsoft.com/fwlink/?LinkId=261273",
|
|
"projectUrl": "http://go.microsoft.com/fwlink/?LinkId=261273",
|
|
"licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=261272",
|
|
"licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=261272",
|
|
"requireLicenseAcceptance": true,
|
|
"requireLicenseAcceptance": true,
|
|
-
|
|
|
|
|
|
+ "compilationOptions": {
|
|
|
|
+ "emitEntryPoint": true
|
|
|
|
+ },
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"System.Reactive.Interfaces": { "target": "project" },
|
|
"System.Reactive.Interfaces": { "target": "project" },
|
|
"System.Reactive.Linq": { "target": "project" },
|
|
"System.Reactive.Linq": { "target": "project" },
|
|
@@ -19,11 +21,12 @@
|
|
"System.Reactive.Providers": { "target": "project" },
|
|
"System.Reactive.Providers": { "target": "project" },
|
|
"System.Reactive.Observable.Aliases": { "target": "project" },
|
|
"System.Reactive.Observable.Aliases": { "target": "project" },
|
|
"xunit": "2.1.0",
|
|
"xunit": "2.1.0",
|
|
- "NETStandard.Library": "1.0.0-rc2-23904"
|
|
|
|
|
|
+ "NETStandard.Library": "1.0.0-rc2-23811"
|
|
},
|
|
},
|
|
"testRunner": "xunit",
|
|
"testRunner": "xunit",
|
|
"frameworks": {
|
|
"frameworks": {
|
|
- "net461": {
|
|
|
|
|
|
+ "netstandardapp1.5": {
|
|
|
|
+ "imports": [ "dnxcore50", "portable-net45+win8" ],
|
|
"compilationOptions": {
|
|
"compilationOptions": {
|
|
"define": [
|
|
"define": [
|
|
"NO_EVENTARGS_CONSTRAINT",
|
|
"NO_EVENTARGS_CONSTRAINT",
|
|
@@ -37,22 +40,16 @@
|
|
"NO_SERIALIZABLE",
|
|
"NO_SERIALIZABLE",
|
|
"NO_THREAD",
|
|
"NO_THREAD",
|
|
"CRIPPLED_REFLECTION",
|
|
"CRIPPLED_REFLECTION",
|
|
- "USE_TIMER_SELF_ROOT",
|
|
|
|
- "DESKTOPCLR",
|
|
|
|
- "DESKTOPCLR46"
|
|
|
|
- ]
|
|
|
|
|
|
+ "PLIB",
|
|
|
|
+ "USE_TIMER_SELF_ROOT"
|
|
|
|
+ ],
|
|
|
|
+ "debugType": "full"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "System.Reactive.Windows.Threading": { "target": "project" },
|
|
|
|
- "System.Reactive.Windows.Forms": { "target": "project" },
|
|
|
|
- "System.Reactive.Runtime.Remoting": { "target": "project" }
|
|
|
|
- },
|
|
|
|
- "frameworkAssemblies": {
|
|
|
|
- "System.Threading.Tasks": "4.0.10.0"
|
|
|
|
|
|
+ "dotnet-test-xunit": "1.0.0-dev-79755-47"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "netstandardapp1.5": {
|
|
|
|
- "imports": [ "dnxcore50", "portable-net45+win8" ],
|
|
|
|
|
|
+ "net461": {
|
|
"compilationOptions": {
|
|
"compilationOptions": {
|
|
"define": [
|
|
"define": [
|
|
"NO_EVENTARGS_CONSTRAINT",
|
|
"NO_EVENTARGS_CONSTRAINT",
|
|
@@ -66,12 +63,18 @@
|
|
"NO_SERIALIZABLE",
|
|
"NO_SERIALIZABLE",
|
|
"NO_THREAD",
|
|
"NO_THREAD",
|
|
"CRIPPLED_REFLECTION",
|
|
"CRIPPLED_REFLECTION",
|
|
- "PLIB",
|
|
|
|
- "USE_TIMER_SELF_ROOT"
|
|
|
|
|
|
+ "USE_TIMER_SELF_ROOT",
|
|
|
|
+ "DESKTOPCLR",
|
|
|
|
+ "DESKTOPCLR46"
|
|
]
|
|
]
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "dotnet-test-xunit": "1.0.0-dev-79755-47"
|
|
|
|
|
|
+ "System.Reactive.Windows.Threading": { "target": "project" },
|
|
|
|
+ "System.Reactive.Windows.Forms": { "target": "project" },
|
|
|
|
+ "System.Reactive.Runtime.Remoting": { "target": "project" }
|
|
|
|
+ },
|
|
|
|
+ "frameworkAssemblies": {
|
|
|
|
+ "System.Threading.Tasks": "4.0.10.0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|