Hotfix to reduce dependencies for net45
@@ -15,7 +15,10 @@
<language>en-US</language>
<tags>Ix Interactive Extensions Enumerable Asynchronous</tags>
<dependencies>
- <dependency id="NETStandard.Library" version="1.6.0" />
+ <group targetFramework="netstandard1.0">
+ <dependency id="NETStandard.Library" version="1.6.0" />
+ </group>
+ <group targetFramework="net45" />
</dependencies>
</metadata>
<files>
<tags>Ix Interactive Extensions Enumerable</tags>
@@ -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",
@@ -46,6 +42,9 @@
@@ -1,3 +1,6 @@
{
- "projects": [ ".", "tests" ]
+ "projects": [ ".", "tests" ],
+ "sdk": {
+ "version": "1.0.0-preview2-003131"
+ }
<tags>Rx Reactive Extensions Observable LINQ Events</tags>
@@ -22,11 +22,7 @@
"includeFiles": [ "../GlobalAssemblyVersion.cs" ]
+
@@ -64,6 +60,9 @@
"USE_TIMER_SELF_ROOT",
- "projects": [ ".", "Tests.System.Reactive" ]
+ "projects": [ ".", "Tests.System.Reactive" ],