|
27 | 27 | },
|
28 | 28 |
|
29 | 29 | "dependencies": {
|
30 |
| - "System.Reactive.Interfaces": { "target": "project" }, |
31 |
| - "System.ComponentModel": "4.0.1", |
32 |
| - "System.Diagnostics.Contracts": "4.0.1", |
33 |
| - "System.Dynamic.Runtime": "4.0.11" |
| 30 | + "System.Reactive.Interfaces": { "target": "project" } |
34 | 31 | },
|
35 | 32 |
|
36 | 33 | "frameworks": {
|
|
89 | 86 | "USE_TIMER_SELF_ROOT",
|
90 | 87 | "PLIB"
|
91 | 88 | ]
|
| 89 | + }, |
| 90 | + "dependencies": { |
| 91 | + "System.ComponentModel": "4.0.1", |
| 92 | + "System.Diagnostics.Contracts": "4.0.1", |
| 93 | + "System.Dynamic.Runtime": "4.0.11" |
92 | 94 | }
|
93 | 95 | },
|
94 | 96 | "netstandard1.1": {
|
|
108 | 110 | "USE_TIMER_SELF_ROOT",
|
109 | 111 | "PLIB"
|
110 | 112 | ]
|
| 113 | + }, |
| 114 | + "dependencies": { |
| 115 | + "System.ComponentModel": "4.0.1", |
| 116 | + "System.Diagnostics.Contracts": "4.0.1", |
| 117 | + "System.Dynamic.Runtime": "4.0.11" |
111 | 118 | }
|
112 | 119 | },
|
113 | 120 | "netstandard1.3": {
|
|
128 | 135 | "PLIB",
|
129 | 136 | "USE_TIMER_SELF_ROOT"
|
130 | 137 | ]
|
| 138 | + }, |
| 139 | + "dependencies": { |
| 140 | + "System.ComponentModel": "4.0.1", |
| 141 | + "System.Diagnostics.Contracts": "4.0.1", |
| 142 | + "System.Dynamic.Runtime": "4.0.11" |
131 | 143 | }
|
132 | 144 | },
|
133 | 145 | "netcoreapp1.0": {
|
|
149 | 161 | ]
|
150 | 162 | },
|
151 | 163 | "dependencies": {
|
| 164 | + "System.ComponentModel": "4.0.1", |
| 165 | + "System.Diagnostics.Contracts": "4.0.1", |
| 166 | + "System.Dynamic.Runtime": "4.0.11", |
152 | 167 | "System.Threading.Thread": "4.0.0",
|
153 | 168 | "System.Threading.ThreadPool": "4.0.10"
|
154 | 169 | }
|
|
179 | 194 | "Microsoft.TargetingPack.Private.WindowsPhone.v8.1": {
|
180 | 195 | "version": "1.0.1",
|
181 | 196 | "type": "build"
|
182 |
| - } |
| 197 | + }, |
| 198 | + "System.ComponentModel": "4.0.1", |
| 199 | + "System.Diagnostics.Contracts": "4.0.1", |
| 200 | + "System.Dynamic.Runtime": "4.0.11" |
183 | 201 | }
|
184 | 202 | },
|
185 | 203 | "netcore451": {
|
|
208 | 226 | "Microsoft.TargetingPack.Private.NETCore.v4.5.1": {
|
209 | 227 | "version": "1.0.0",
|
210 | 228 | "type": "build"
|
211 |
| - } |
| 229 | + }, |
| 230 | + "System.ComponentModel": "4.0.1", |
| 231 | + "System.Diagnostics.Contracts": "4.0.1", |
| 232 | + "System.Dynamic.Runtime": "4.0.11" |
212 | 233 | }
|
213 | 234 | },
|
214 | 235 | "uap10.0": {
|
|
240 | 261 | "version": "5.2.0",
|
241 | 262 | "type": "build"
|
242 | 263 | }
|
243 |
| - } |
| 264 | + }, |
| 265 | + "System.ComponentModel": "4.0.1", |
| 266 | + "System.Diagnostics.Contracts": "4.0.1", |
| 267 | + "System.Dynamic.Runtime": "4.0.11" |
244 | 268 | }
|
245 | 269 | }
|
246 | 270 | }
|
0 commit comments