diff --git a/Ix.NET/Source/NuSpecs/System.Interactive.Async.nuspec b/Ix.NET/Source/NuSpecs/System.Interactive.Async.nuspec
index ed7e1fc1c3..5927f227dc 100644
--- a/Ix.NET/Source/NuSpecs/System.Interactive.Async.nuspec
+++ b/Ix.NET/Source/NuSpecs/System.Interactive.Async.nuspec
@@ -15,7 +15,10 @@
en-US
Ix Interactive Extensions Enumerable Asynchronous
-
+
+
+
+
diff --git a/Ix.NET/Source/NuSpecs/System.Interactive.nuspec b/Ix.NET/Source/NuSpecs/System.Interactive.nuspec
index 107d6112a4..f98fc83a3c 100644
--- a/Ix.NET/Source/NuSpecs/System.Interactive.nuspec
+++ b/Ix.NET/Source/NuSpecs/System.Interactive.nuspec
@@ -15,7 +15,10 @@
en-US
Ix Interactive Extensions Enumerable
-
+
+
+
+
diff --git a/Ix.NET/Source/System.Interactive.Async/project.json b/Ix.NET/Source/System.Interactive.Async/project.json
index 560d4fa113..b2bc8cf892 100644
--- a/Ix.NET/Source/System.Interactive.Async/project.json
+++ b/Ix.NET/Source/System.Interactive.Async/project.json
@@ -26,10 +26,6 @@
}
},
- "dependencies": {
- "NETStandard.Library": "1.6.0"
- },
-
"frameworks": {
"net45": {
"buildOptions": {
@@ -58,6 +54,9 @@
"CRIPPLED_REFLECTION",
"PLIB"
]
+ },
+ "dependencies": {
+ "NETStandard.Library": "1.6.0"
}
},
"netstandard1.3": {
@@ -67,6 +66,9 @@
"NO_CODE_COVERAGE_ATTRIBUTE",
"PLIB"
]
+ },
+ "dependencies": {
+ "NETStandard.Library": "1.6.0"
}
}
}
diff --git a/Ix.NET/Source/System.Interactive/project.json b/Ix.NET/Source/System.Interactive/project.json
index 092049497b..64fa4667b1 100644
--- a/Ix.NET/Source/System.Interactive/project.json
+++ b/Ix.NET/Source/System.Interactive/project.json
@@ -26,10 +26,6 @@
}
},
- "dependencies": {
- "NETStandard.Library": "1.6.0"
- },
-
"frameworks": {
"net45": {
"buildOptions": {
@@ -46,6 +42,9 @@
"CRIPPLED_REFLECTION",
"PLIB"
]
+ },
+ "dependencies": {
+ "NETStandard.Library": "1.6.0"
}
}
}
diff --git a/Ix.NET/Source/global.json b/Ix.NET/Source/global.json
index b4cf495095..8edbd0f6ba 100644
--- a/Ix.NET/Source/global.json
+++ b/Ix.NET/Source/global.json
@@ -1,3 +1,6 @@
{
- "projects": [ ".", "tests" ]
+ "projects": [ ".", "tests" ],
+ "sdk": {
+ "version": "1.0.0-preview2-003131"
+ }
}
diff --git a/Rx.NET/Source/NuSpecs/System.Reactive.Interfaces.nuspec b/Rx.NET/Source/NuSpecs/System.Reactive.Interfaces.nuspec
index 70ec929d15..c6ad46c8f0 100644
--- a/Rx.NET/Source/NuSpecs/System.Reactive.Interfaces.nuspec
+++ b/Rx.NET/Source/NuSpecs/System.Reactive.Interfaces.nuspec
@@ -15,7 +15,10 @@
en-US
Rx Reactive Extensions Observable LINQ Events
-
+
+
+
+
diff --git a/Rx.NET/Source/System.Reactive.Interfaces/project.json b/Rx.NET/Source/System.Reactive.Interfaces/project.json
index da6e7d334c..ea41bb6a5d 100644
--- a/Rx.NET/Source/System.Reactive.Interfaces/project.json
+++ b/Rx.NET/Source/System.Reactive.Interfaces/project.json
@@ -22,11 +22,7 @@
"includeFiles": [ "../GlobalAssemblyVersion.cs" ]
}
},
-
- "dependencies": {
- "NETStandard.Library": "1.6.0"
- },
-
+
"frameworks": {
"net45": {
"buildOptions": {
@@ -64,6 +60,9 @@
"USE_TIMER_SELF_ROOT",
"PLIB"
]
+ },
+ "dependencies": {
+ "NETStandard.Library": "1.6.0"
}
}
}
diff --git a/Rx.NET/Source/global.json b/Rx.NET/Source/global.json
index 9dbeb16d55..db57af70f3 100644
--- a/Rx.NET/Source/global.json
+++ b/Rx.NET/Source/global.json
@@ -1,3 +1,6 @@
{
- "projects": [ ".", "Tests.System.Reactive" ]
+ "projects": [ ".", "Tests.System.Reactive" ],
+ "sdk": {
+ "version": "1.0.0-preview2-003131"
+ }
}