|
|
@@ -1,11 +1,12 @@
|
|
|
{
|
|
|
"version": "3.0.0-*",
|
|
|
- "title": "Reactive Extensions - Core Library",
|
|
|
- "description": "Reactive Extensions Core Library containing base classes and scheduler infrastructure.",
|
|
|
+ "title": "Reactive Extensions - Tests",
|
|
|
+ "description": "Reactive Extensions test project.",
|
|
|
"authors": ["Microsoft"],
|
|
|
"copyright": "Copyright (C) Microsoft Corporation",
|
|
|
+
|
|
|
"packOptions": {
|
|
|
- "tags": ["Rx", "Reactive", "Extensions", "Observable", "LINQ", "Events"],
|
|
|
+ "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",
|
|
|
@@ -21,6 +22,7 @@
|
|
|
"include": [ "xunit.runner.json" ]
|
|
|
}
|
|
|
},
|
|
|
+
|
|
|
"configurations": {
|
|
|
"ReleaseDelaySigned": {
|
|
|
"compibuildOptionslationOptions": {
|
|
|
@@ -31,6 +33,7 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+
|
|
|
"dependencies": {
|
|
|
"System.Reactive.Interfaces": { "target": "project" },
|
|
|
"System.Reactive.Linq": { "target": "project" },
|
|
|
@@ -44,7 +47,9 @@
|
|
|
"System.Reflection.TypeExtensions": "4.1.0-rc2-24027",
|
|
|
"System.Diagnostics.StackTrace": "4.0.1-rc2-24027"
|
|
|
},
|
|
|
+
|
|
|
"testRunner": "xunit",
|
|
|
+
|
|
|
"frameworks": {
|
|
|
"netcoreapp1.0": {
|
|
|
"imports": [ "dnxcore50", "portable-net45+win8" ],
|