project.lock.json 220.2 KB
Newer Older
1 2 3 4 5
{
  "locked": false,
  "version": 1,
  "targets": {
    "DNXCore,Version=v5.0": {
6
      "Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
      "Microsoft.NETCore.Platforms/1.0.1-beta-23321": {},
      "Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23321": {
        "dependencies": {
          "Microsoft.NETCore.Windows.ApiSets": "[1.0.1-beta-23321, )",
          "System.Collections": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Diagnostics.Contracts": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Diagnostics.Debug": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Diagnostics.StackTrace": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Diagnostics.Tools": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Diagnostics.Tracing": "[4.0.21-beta-23321, 4.0.21-beta-23321]",
          "System.Globalization": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Globalization.Calendars": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.IO": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.ObjectModel": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Private.Uri": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Reflection": "[4.1.0-beta-23321, 4.1.0-beta-23321]",
          "System.Reflection.Extensions": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Reflection.Primitives": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Resources.ResourceManager": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Runtime": "[4.0.21-beta-23321, 4.0.21-beta-23321]",
          "System.Runtime.Extensions": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Runtime.Handles": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Runtime.InteropServices": "[4.0.21-beta-23321, 4.0.21-beta-23321]",
          "System.Text.Encoding": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Text.Encoding.Extensions": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Threading": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Threading.Tasks": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Threading.Timer": "[4.0.1-beta-23321, 4.0.1-beta-23321]"
        }
      },
      "Microsoft.NETCore.TestHost-x64/1.0.0-beta-23213": {},
      "Microsoft.NETCore.Windows.ApiSets/1.0.1-beta-23321": {},
      "System.AppContext/4.0.1-beta-23321": {
40
        "dependencies": {
41
          "System.Runtime": "[4.0.0, )"
42 43
        },
        "compile": {
44
          "ref/dotnet/System.AppContext.dll": {}
45 46
        },
        "runtime": {
47
          "lib/DNXCore50/System.AppContext.dll": {}
48 49
        }
      },
50
      "System.Collections/4.0.11-beta-23321": {
51
        "dependencies": {
52
          "System.Runtime": "[4.0.21-beta-23321, )"
53 54
        },
        "compile": {
55
          "ref/dotnet/System.Collections.dll": {}
56 57
        },
        "runtime": {
58
          "lib/DNXCore50/System.Collections.dll": {}
59 60 61 62 63 64 65 66 67 68
        }
      },
      "System.Collections.Immutable/1.1.36": {
        "compile": {
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
        }
      },
69
      "System.Console/4.0.0-beta-23321": {
70
        "dependencies": {
71 72
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
73 74 75 76 77
        },
        "compile": {
          "ref/dotnet/System.Console.dll": {}
        }
      },
78
      "System.Diagnostics.Contracts/4.0.1-beta-23321": {
79 80 81 82 83 84 85 86 87 88
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Contracts.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Contracts.dll": {}
        }
      },
89
      "System.Diagnostics.Debug/4.0.11-beta-23321": {
90 91 92 93 94
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Debug.dll": {}
95 96 97 98 99
        }
      },
      "System.Diagnostics.FileVersionInfo/4.0.0-beta-23321": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
100
        },
101 102
        "compile": {
          "ref/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
103 104
        }
      },
105
      "System.Diagnostics.Process/4.1.0-beta-23321": {
106
        "dependencies": {
107 108
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
109
          "System.Runtime.Handles": "[4.0.0, )",
110
          "System.Text.Encoding": "[4.0.0, )"
111 112 113 114 115
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Process.dll": {}
        }
      },
116
      "System.Diagnostics.StackTrace/4.0.1-beta-23321": {
117
        "dependencies": {
118 119
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
120 121 122 123 124 125 126 127
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.StackTrace.dll": {}
        }
      },
128
      "System.Diagnostics.Tools/4.0.1-beta-23321": {
129 130 131 132 133 134 135 136 137 138
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Tools.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Tools.dll": {}
        }
      },
139
      "System.Diagnostics.Tracing/4.0.21-beta-23321": {
140 141 142 143 144 145 146 147 148 149
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Tracing.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
        }
      },
150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
      "System.Dynamic.Runtime/4.0.11-beta-23321": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.Linq": "[4.0.0, )",
          "System.Linq.Expressions": "[4.0.10, )",
          "System.ObjectModel": "[4.0.10, )",
          "System.Reflection": "[4.0.10, )",
          "System.Reflection.Emit": "[4.0.0, )",
          "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Reflection.TypeExtensions": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Dynamic.Runtime.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Dynamic.Runtime.dll": {}
        }
      },
      "System.Globalization/4.0.11-beta-23321": {
176 177 178 179 180 181 182 183 184 185
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Globalization.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Globalization.dll": {}
        }
      },
186
      "System.Globalization.Calendars/4.0.1-beta-23321": {
187
        "dependencies": {
188 189
          "System.Globalization": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
190 191 192 193 194 195 196 197
        },
        "compile": {
          "ref/dotnet/System.Globalization.Calendars.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Globalization.Calendars.dll": {}
        }
      },
198
      "System.IO/4.0.11-beta-23321": {
199 200 201 202 203 204 205 206 207 208 209 210
        "dependencies": {
          "System.Runtime": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.IO.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.IO.dll": {}
        }
      },
211
      "System.IO.FileSystem/4.0.1-beta-23321": {
212
        "dependencies": {
213
          "System.IO": "[4.0.0, )",
214
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
215
          "System.Runtime": "[4.0.0, )",
216
          "System.Runtime.Handles": "[4.0.0, )",
217 218
          "System.Text.Encoding": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
219 220 221 222 223
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.dll": {}
        }
      },
224
      "System.IO.FileSystem.Primitives/4.0.0": {
225 226 227 228 229 230 231 232 233 234
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
        }
      },
235
      "System.IO.Pipes/4.0.0-beta-23321": {
236
        "dependencies": {
237 238
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
239 240
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Security.Principal": "[4.0.0, )",
241
          "System.Threading.Tasks": "[4.0.0, )"
242 243 244 245 246
        },
        "compile": {
          "ref/dotnet/System.IO.Pipes.dll": {}
        }
      },
247
      "System.Linq/4.0.1-beta-23321": {
248 249 250
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
251 252
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
253 254 255 256 257 258 259 260 261
          "System.Runtime.Extensions": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Linq.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Linq.dll": {}
        }
      },
262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287
      "System.Linq.Expressions/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.0, )",
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.Globalization": "[4.0.0, )",
          "System.IO": "[4.0.0, )",
          "System.Linq": "[4.0.0, )",
          "System.ObjectModel": "[4.0.0, )",
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Emit": "[4.0.0, )",
          "System.Reflection.Extensions": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Reflection.TypeExtensions": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.0, )",
          "System.Threading": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Linq.Expressions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Linq.Expressions.dll": {}
        }
      },
      "System.ObjectModel/4.0.11-beta-23321": {
288 289
        "dependencies": {
          "System.Collections": "[4.0.10, )",
290 291 292
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
293 294 295 296 297 298 299 300 301
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.ObjectModel.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.ObjectModel.dll": {}
        }
      },
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331
      "System.Private.DataContractSerialization/4.0.1-beta-23321": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Linq": "[4.0.0, )",
          "System.Reflection": "[4.0.10, )",
          "System.Reflection.Extensions": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Reflection.TypeExtensions": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Runtime.Serialization.Primitives": "[4.0.11-beta-23321, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Text.Encoding.Extensions": "[4.0.10, )",
          "System.Text.RegularExpressions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )",
          "System.Xml.ReaderWriter": "[4.0.10, )",
          "System.Xml.XmlSerializer": "[4.0.10, )"
        },
        "compile": {
          "ref/dnxcore50/_._": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Private.DataContractSerialization.dll": {}
        }
      },
332
      "System.Private.Uri/4.0.1-beta-23321": {
333 334 335 336
        "compile": {
          "ref/dnxcore50/_._": {}
        }
      },
337
      "System.Reflection/4.1.0-beta-23321": {
338 339
        "dependencies": {
          "System.IO": "[4.0.0, )",
340 341
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )"
342 343 344 345 346 347 348 349
        },
        "compile": {
          "ref/dotnet/System.Reflection.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.dll": {}
        }
      },
350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378
      "System.Reflection.Emit/4.0.0": {
        "dependencies": {
          "System.IO": "[4.0.0, )",
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Emit.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Emit.dll": {}
        }
      },
      "System.Reflection.Emit.ILGeneration/4.0.0": {
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {}
        }
      },
      "System.Reflection.Extensions/4.0.1-beta-23321": {
379
        "dependencies": {
380 381
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
382 383 384 385 386 387 388 389
        },
        "compile": {
          "ref/dotnet/System.Reflection.Extensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Extensions.dll": {}
        }
      },
A
Andy Gocke 已提交
390
      "System.Reflection.Metadata/1.1.0-alpha-00014": {
391
        "dependencies": {
A
Andy Gocke 已提交
392
          "System.Collections.Immutable": "[1.1.36, )"
393 394 395 396 397 398 399 400
        },
        "compile": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        }
      },
401
      "System.Reflection.Primitives/4.0.1-beta-23321": {
402 403 404 405 406 407 408 409 410 411
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Primitives.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Primitives.dll": {}
        }
      },
412 413 414 415 416 417 418 419 420 421 422 423 424
      "System.Reflection.TypeExtensions/4.0.0": {
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {}
        }
      },
      "System.Resources.ResourceManager/4.0.1-beta-23321": {
425
        "dependencies": {
426
          "System.Globalization": "[4.0.0, )",
427
          "System.Reflection": "[4.0.0, )",
428
          "System.Runtime": "[4.0.0, )"
429 430 431 432 433 434 435 436
        },
        "compile": {
          "ref/dotnet/System.Resources.ResourceManager.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Resources.ResourceManager.dll": {}
        }
      },
437
      "System.Runtime/4.0.21-beta-23321": {
438
        "dependencies": {
439
          "System.Private.Uri": "[4.0.1-beta-23321, )"
440 441 442 443 444 445 446 447
        },
        "compile": {
          "ref/dotnet/System.Runtime.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.dll": {}
        }
      },
448
      "System.Runtime.Extensions/4.0.11-beta-23321": {
449 450 451 452 453 454 455
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Extensions.dll": {}
        }
      },
456
      "System.Runtime.Handles/4.0.1-beta-23321": {
457 458 459 460 461 462 463 464 465 466
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Handles.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Handles.dll": {}
        }
      },
467
      "System.Runtime.InteropServices/4.0.21-beta-23321": {
468 469 470
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
471
          "System.Runtime": "[4.0.0, )",
472 473 474 475 476 477 478 479 480
          "System.Runtime.Handles": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.InteropServices.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.InteropServices.dll": {}
        }
      },
481 482 483 484 485 486 487 488 489 490 491 492 493
      "System.Runtime.Loader/4.0.0-beta-23321": {
        "dependencies": {
          "System.IO": "[4.0.0, )",
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Loader.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Loader.dll": {}
        }
      },
494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516
      "System.Runtime.Serialization.Json/4.0.1-beta-23321": {
        "dependencies": {
          "System.Private.DataContractSerialization": "[4.0.1-beta-23321, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Serialization.Json.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Serialization.Json.dll": {}
        }
      },
      "System.Runtime.Serialization.Primitives/4.0.11-beta-23321": {
        "dependencies": {
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {}
        }
      },
517
      "System.Security.Cryptography.Algorithms/4.0.0-beta-23311": {
518
        "dependencies": {
519
          "System.IO": "[4.0.10, )",
520
          "System.Resources.ResourceManager": "[4.0.0, )",
521
          "System.Runtime": "[4.0.20, )",
522
          "System.Runtime.Handles": "[4.0.0, )",
523
          "System.Security.Cryptography.Primitives": "[4.0.0-beta-23311, )",
524
          "System.Text.Encoding": "[4.0.0, )",
525
          "System.Text.Encoding.Extensions": "[4.0.0, )"
526 527
        },
        "compile": {
528
          "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {}
529 530
        },
        "runtime": {
531
          "lib/DNXCore50/System.Security.Cryptography.Algorithms.dll": {}
532 533
        }
      },
534
      "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23311": {
535 536
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
537
          "System.Security.Cryptography.Algorithms": "[4.0.0-beta-23311, )"
538 539
        },
        "compile": {
540
          "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {}
541 542 543 544 545
        },
        "runtime": {
          "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {}
        }
      },
546
      "System.Security.Cryptography.Primitives/4.0.0-beta-23311": {
547
        "dependencies": {
548 549
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.Globalization": "[4.0.0, )",
550 551 552 553 554
          "System.IO": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Threading": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
555 556
        },
        "compile": {
557
          "ref/dotnet/System.Security.Cryptography.Primitives.dll": {}
558 559
        },
        "runtime": {
560
          "lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {}
561 562 563 564 565 566 567 568 569 570 571 572 573
        }
      },
      "System.Security.Principal/4.0.0": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Security.Principal.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Security.Principal.dll": {}
        }
      },
574
      "System.Text.Encoding/4.0.11-beta-23321": {
575 576 577 578 579 580 581 582 583 584
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Text.Encoding.dll": {}
        }
      },
585 586 587 588 589 590 591 592 593
      "System.Text.Encoding.CodePages/4.0.1-beta-23321": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Text.Encoding": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.CodePages.dll": {}
        }
      },
594
      "System.Text.Encoding.Extensions/4.0.11-beta-23321": {
595 596 597 598 599 600 601 602 603 604 605
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Text.Encoding": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.Extensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {}
        }
      },
606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621
      "System.Text.RegularExpressions/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Text.RegularExpressions.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Text.RegularExpressions.dll": {}
        }
      },
622
      "System.Threading/4.0.11-beta-23321": {
623 624 625 626 627 628 629 630
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.dll": {}
        }
      },
631
      "System.Threading.Tasks/4.0.11-beta-23321": {
632
        "dependencies": {
633
          "System.Runtime": "[4.0.0, )"
634 635
        },
        "compile": {
636
          "ref/dotnet/System.Threading.Tasks.dll": {}
637 638
        },
        "runtime": {
639
          "lib/DNXCore50/System.Threading.Tasks.dll": {}
640 641
        }
      },
642
      "System.Threading.Thread/4.0.0-beta-23321": {
643
        "dependencies": {
644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Thread.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Thread.dll": {}
        }
      },
      "System.Threading.Timer/4.0.1-beta-23321": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Timer.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Timer.dll": {}
        }
      },
      "System.Xml.ReaderWriter/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
667
          "System.Diagnostics.Debug": "[4.0.10, )",
668 669 670 671
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem": "[4.0.0, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
672 673 674
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
675 676 677 678
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Text.Encoding.Extensions": "[4.0.10, )",
          "System.Text.RegularExpressions": "[4.0.10, )",
679
          "System.Threading.Tasks": "[4.0.10, )"
680 681
        },
        "compile": {
682
          "ref/dotnet/System.Xml.ReaderWriter.dll": {}
683 684
        },
        "runtime": {
685
          "lib/dotnet/System.Xml.ReaderWriter.dll": {}
686 687
        }
      },
688
      "System.Xml.XDocument/4.0.11-beta-23321": {
689
        "dependencies": {
690 691 692 693 694 695 696 697 698 699 700 701
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Diagnostics.Tools": "[4.0.0, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Reflection": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Xml.ReaderWriter": "[4.0.10, )"
702 703
        },
        "compile": {
704
          "ref/dotnet/System.Xml.XDocument.dll": {}
705 706
        },
        "runtime": {
707
          "lib/dotnet/System.Xml.XDocument.dll": {}
708 709
        }
      },
710
      "System.Xml.XmlDocument/4.0.1-beta-23321": {
711
        "dependencies": {
712 713 714 715 716 717 718 719 720 721
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Xml.ReaderWriter": "[4.0.10, )"
722 723
        },
        "compile": {
724
          "ref/dotnet/System.Xml.XmlDocument.dll": {}
725 726
        },
        "runtime": {
727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753
          "lib/dotnet/System.Xml.XmlDocument.dll": {}
        }
      },
      "System.Xml.XmlSerializer/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Linq": "[4.0.0, )",
          "System.Reflection": "[4.0.10, )",
          "System.Reflection.Extensions": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Reflection.TypeExtensions": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Text.RegularExpressions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Xml.ReaderWriter": "[4.0.10, )",
          "System.Xml.XmlDocument": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Xml.XmlSerializer.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Xml.XmlSerializer.dll": {}
754
        }
755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791
      }
    },
    "DNXCore,Version=v5.0/ubuntu.14.04-x64": {
      "Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
      "Microsoft.NETCore.Platforms/1.0.1-beta-23321": {},
      "Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23321": {
        "dependencies": {
          "Microsoft.NETCore.Windows.ApiSets": "[1.0.1-beta-23321, )",
          "System.Collections": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Diagnostics.Contracts": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Diagnostics.Debug": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Diagnostics.StackTrace": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Diagnostics.Tools": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Diagnostics.Tracing": "[4.0.21-beta-23321, 4.0.21-beta-23321]",
          "System.Globalization": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Globalization.Calendars": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.IO": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.ObjectModel": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Private.Uri": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Reflection": "[4.1.0-beta-23321, 4.1.0-beta-23321]",
          "System.Reflection.Extensions": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Reflection.Primitives": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Resources.ResourceManager": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Runtime": "[4.0.21-beta-23321, 4.0.21-beta-23321]",
          "System.Runtime.Extensions": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Runtime.Handles": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Runtime.InteropServices": "[4.0.21-beta-23321, 4.0.21-beta-23321]",
          "System.Text.Encoding": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Text.Encoding.Extensions": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Threading": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Threading.Tasks": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Threading.Timer": "[4.0.1-beta-23321, 4.0.1-beta-23321]"
        }
      },
      "Microsoft.NETCore.TestHost-x64/1.0.0-beta-23213": {},
      "Microsoft.NETCore.Windows.ApiSets/1.0.1-beta-23321": {},
      "Microsoft.Win32.Primitives/4.0.0": {
792
        "dependencies": {
793 794
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.InteropServices": "[4.0.20, )"
795 796
        },
        "compile": {
797
          "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
798 799
        },
        "runtime": {
800
          "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
801 802
        }
      },
803
      "runtime.linux.System.Diagnostics.Process/4.1.0-beta-23321": {
804
        "dependencies": {
805
          "Microsoft.Win32.Primitives": "[4.0.0, )",
806 807 808
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
809 810 811
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem": "[4.0.0, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
812 813
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
814
          "System.Runtime.Extensions": "[4.0.10, )",
815
          "System.Runtime.Handles": "[4.0.0, )",
816 817 818
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Text.Encoding.Extensions": "[4.0.10, )",
819 820 821
          "System.Threading": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )",
          "System.Threading.ThreadPool": "[4.0.10-beta-23321, )"
822 823
        },
        "compile": {
824
          "ref/dotnet/_._": {}
825 826
        },
        "runtime": {
827
          "lib/dotnet/System.Diagnostics.Process.dll": {}
828 829
        }
      },
830
      "runtime.linux.System.IO.FileSystem/4.0.1-beta-23321": {
831
        "dependencies": {
832
          "System.Collections": "[4.0.10, )",
833
          "System.Diagnostics.Debug": "[4.0.10, )",
834
          "System.IO": "[4.0.10, )",
835
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
836 837 838
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
839 840
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
841
          "System.Text.Encoding": "[4.0.10, )",
842
          "System.Text.Encoding.Extensions": "[4.0.10, )",
843
          "System.Threading": "[4.0.10, )",
844 845 846 847 848 849 850 851 852 853 854 855
          "System.Threading.Tasks": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "runtimes/linux/lib/dotnet/System.IO.FileSystem.dll": {}
        }
      },
      "runtime.linux.System.Runtime.Extensions/4.0.11-beta-23321": {
        "compile": {
          "ref/dotnet/_._": {}
856
        },
857 858 859 860 861
        "runtime": {
          "lib/dotnet/System.Runtime.Extensions.dll": {}
        }
      },
      "runtime.ubuntu.14.04-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23321": {
862
        "compile": {
863
          "ref/dotnet/_._": {}
864 865
        },
        "runtime": {
866 867 868 869 870 871 872 873 874 875 876 877
          "runtimes/ubuntu.14.04-x64/lib/dotnet/mscorlib.dll": {}
        },
        "native": {
          "runtimes/ubuntu.14.04-x64/native/libcoreclr.so": {},
          "runtimes/ubuntu.14.04-x64/native/libdbgshim.so": {},
          "runtimes/ubuntu.14.04-x64/native/libmscordaccore.so": {},
          "runtimes/ubuntu.14.04-x64/native/libmscordbi.so": {},
          "runtimes/ubuntu.14.04-x64/native/libsos.so": {},
          "runtimes/ubuntu.14.04-x64/native/libsosplugin.so": {},
          "runtimes/ubuntu.14.04-x64/native/System.Native.so": {},
          "runtimes/ubuntu.14.04-x64/native/System.Net.Http.Native.so": {},
          "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.so": {}
878 879
        }
      },
880
      "runtime.unix.System.Console/4.0.0-beta-23321": {
881
        "dependencies": {
882
          "System.IO": "[4.0.10, )",
883
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
884 885 886
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
887 888
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
889
          "System.Text.Encoding": "[4.0.10, )",
890
          "System.Text.Encoding.Extensions": "[4.0.10, )",
891
          "System.Threading": "[4.0.10, )",
892
          "System.Threading.Tasks": "[4.0.10, )"
893 894
        },
        "compile": {
895
          "ref/dotnet/_._": {}
896 897
        },
        "runtime": {
898
          "lib/dotnet/System.Console.dll": {}
899
        }
900 901 902 903 904 905 906 907 908 909
      },
      "runtime.unix.System.Diagnostics.Debug/4.0.11-beta-23321": {
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "lib/dotnet/System.Diagnostics.Debug.dll": {}
        }
      },
      "runtime.unix.System.Diagnostics.FileVersionInfo/4.0.0-beta-23321": {
910
        "dependencies": {
911 912 913
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem": "[4.0.0, )",
          "System.Reflection.Metadata": "[1.0.22, )",
914
          "System.Runtime": "[4.0.20, )",
915
          "System.Runtime.Extensions": "[4.0.10, )"
916 917
        },
        "compile": {
918
          "ref/dotnet/_._": {}
919 920
        },
        "runtime": {
921
          "lib/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
922 923
        }
      },
924
      "runtime.unix.System.IO.Pipes/4.0.0-beta-23321": {
925
        "dependencies": {
926 927
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
928 929
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
930
          "System.Runtime.Extensions": "[4.0.10, )",
931
          "System.Runtime.Handles": "[4.0.0, )",
932 933 934 935
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Security.Principal": "[4.0.0, )",
          "System.Threading": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )"
936 937
        },
        "compile": {
938
          "ref/dotnet/_._": {}
939 940
        },
        "runtime": {
941 942 943 944 945 946 947 948 949
          "lib/dotnet/System.IO.Pipes.dll": {}
        }
      },
      "runtime.unix.System.Private.Uri/4.0.1-beta-23321": {
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "lib/dotnet/System.Private.Uri.dll": {}
950 951
        }
      },
952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972
      "runtime.unix.System.Text.Encoding.CodePages/4.0.1-beta-23321": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Reflection": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "lib/dotnet/System.Text.Encoding.CodePages.dll": {}
        }
      },
973 974 975 976 977 978 979 980 981
      "runtime.unix.System.Threading/4.0.11-beta-23321": {
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "lib/dotnet/System.Threading.dll": {}
        }
      },
      "System.AppContext/4.0.1-beta-23321": {
982 983 984 985 986 987 988 989 990 991
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.AppContext.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.AppContext.dll": {}
        }
      },
992
      "System.Collections/4.0.11-beta-23321": {
993
        "dependencies": {
994
          "System.Runtime": "[4.0.21-beta-23321, )"
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010
        },
        "compile": {
          "ref/dotnet/System.Collections.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Collections.dll": {}
        }
      },
      "System.Collections.Immutable/1.1.36": {
        "compile": {
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
        }
      },
1011
      "System.Console/4.0.0-beta-23321": {
1012
        "dependencies": {
1013 1014
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
1015 1016 1017 1018 1019
        },
        "compile": {
          "ref/dotnet/System.Console.dll": {}
        }
      },
1020
      "System.Diagnostics.Contracts/4.0.1-beta-23321": {
1021 1022 1023 1024 1025 1026 1027 1028 1029 1030
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Contracts.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Contracts.dll": {}
        }
      },
1031
      "System.Diagnostics.Debug/4.0.11-beta-23321": {
1032 1033 1034 1035 1036
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Debug.dll": {}
1037 1038 1039 1040 1041
        }
      },
      "System.Diagnostics.FileVersionInfo/4.0.0-beta-23321": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
1042
        },
1043 1044
        "compile": {
          "ref/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
1045 1046
        }
      },
1047
      "System.Diagnostics.Process/4.1.0-beta-23321": {
1048
        "dependencies": {
1049 1050
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
1051
          "System.Runtime.Handles": "[4.0.0, )",
1052
          "System.Text.Encoding": "[4.0.0, )"
1053 1054 1055 1056 1057
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Process.dll": {}
        }
      },
1058
      "System.Diagnostics.StackTrace/4.0.1-beta-23321": {
1059
        "dependencies": {
1060 1061
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
1062 1063 1064 1065 1066 1067 1068 1069
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.StackTrace.dll": {}
        }
      },
1070
      "System.Diagnostics.Tools/4.0.1-beta-23321": {
1071 1072 1073 1074 1075 1076 1077 1078 1079 1080
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Tools.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Tools.dll": {}
        }
      },
1081
      "System.Diagnostics.Tracing/4.0.21-beta-23321": {
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Tracing.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
        }
      },
1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117
      "System.Dynamic.Runtime/4.0.11-beta-23321": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.Linq": "[4.0.0, )",
          "System.Linq.Expressions": "[4.0.10, )",
          "System.ObjectModel": "[4.0.10, )",
          "System.Reflection": "[4.0.10, )",
          "System.Reflection.Emit": "[4.0.0, )",
          "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Reflection.TypeExtensions": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Dynamic.Runtime.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Dynamic.Runtime.dll": {}
        }
      },
      "System.Globalization/4.0.11-beta-23321": {
1118 1119 1120 1121 1122 1123 1124 1125 1126 1127
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Globalization.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Globalization.dll": {}
        }
      },
1128
      "System.Globalization.Calendars/4.0.1-beta-23321": {
1129
        "dependencies": {
1130 1131
          "System.Globalization": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
1132 1133 1134 1135 1136 1137 1138 1139
        },
        "compile": {
          "ref/dotnet/System.Globalization.Calendars.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Globalization.Calendars.dll": {}
        }
      },
1140
      "System.IO/4.0.11-beta-23321": {
1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152
        "dependencies": {
          "System.Runtime": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.IO.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.IO.dll": {}
        }
      },
1153
      "System.IO.FileSystem/4.0.1-beta-23321": {
1154
        "dependencies": {
1155
          "System.IO": "[4.0.0, )",
1156
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
1157
          "System.Runtime": "[4.0.0, )",
1158
          "System.Runtime.Handles": "[4.0.0, )",
1159 1160
          "System.Text.Encoding": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
1161 1162 1163 1164 1165
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.dll": {}
        }
      },
1166
      "System.IO.FileSystem.Primitives/4.0.0": {
1167 1168 1169 1170 1171 1172 1173 1174 1175 1176
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
        }
      },
1177
      "System.IO.Pipes/4.0.0-beta-23321": {
1178
        "dependencies": {
1179 1180
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
1181 1182
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Security.Principal": "[4.0.0, )",
1183
          "System.Threading.Tasks": "[4.0.0, )"
1184 1185 1186 1187 1188
        },
        "compile": {
          "ref/dotnet/System.IO.Pipes.dll": {}
        }
      },
1189
      "System.Linq/4.0.1-beta-23321": {
1190 1191 1192
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
1193 1194
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
1195 1196 1197 1198 1199 1200 1201 1202 1203
          "System.Runtime.Extensions": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Linq.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Linq.dll": {}
        }
      },
1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229
      "System.Linq.Expressions/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.0, )",
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.Globalization": "[4.0.0, )",
          "System.IO": "[4.0.0, )",
          "System.Linq": "[4.0.0, )",
          "System.ObjectModel": "[4.0.0, )",
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Emit": "[4.0.0, )",
          "System.Reflection.Extensions": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Reflection.TypeExtensions": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.0, )",
          "System.Threading": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Linq.Expressions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Linq.Expressions.dll": {}
        }
      },
      "System.ObjectModel/4.0.11-beta-23321": {
1230 1231
        "dependencies": {
          "System.Collections": "[4.0.10, )",
1232 1233 1234
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
1235 1236 1237 1238 1239 1240 1241 1242 1243
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.ObjectModel.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.ObjectModel.dll": {}
        }
      },
1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273
      "System.Private.DataContractSerialization/4.0.1-beta-23321": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Linq": "[4.0.0, )",
          "System.Reflection": "[4.0.10, )",
          "System.Reflection.Extensions": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Reflection.TypeExtensions": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Runtime.Serialization.Primitives": "[4.0.11-beta-23321, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Text.Encoding.Extensions": "[4.0.10, )",
          "System.Text.RegularExpressions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )",
          "System.Xml.ReaderWriter": "[4.0.10, )",
          "System.Xml.XmlSerializer": "[4.0.10, )"
        },
        "compile": {
          "ref/dnxcore50/_._": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Private.DataContractSerialization.dll": {}
        }
      },
1274
      "System.Private.Uri/4.0.1-beta-23321": {
1275 1276 1277 1278
        "compile": {
          "ref/dnxcore50/_._": {}
        }
      },
1279
      "System.Reflection/4.1.0-beta-23321": {
1280 1281
        "dependencies": {
          "System.IO": "[4.0.0, )",
1282 1283
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )"
1284 1285 1286 1287 1288 1289 1290 1291
        },
        "compile": {
          "ref/dotnet/System.Reflection.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.dll": {}
        }
      },
1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334
      "System.Reflection.Emit/4.0.0": {
        "dependencies": {
          "System.IO": "[4.0.0, )",
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Emit.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Emit.dll": {}
        }
      },
      "System.Reflection.Emit.ILGeneration/4.0.0": {
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {}
        }
      },
      "System.Reflection.Emit.Lightweight/4.0.0": {
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {}
        }
      },
      "System.Reflection.Extensions/4.0.1-beta-23321": {
1335
        "dependencies": {
1336 1337
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
1338 1339 1340 1341 1342 1343 1344 1345
        },
        "compile": {
          "ref/dotnet/System.Reflection.Extensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Extensions.dll": {}
        }
      },
A
Andy Gocke 已提交
1346
      "System.Reflection.Metadata/1.1.0-alpha-00014": {
1347
        "dependencies": {
A
Andy Gocke 已提交
1348
          "System.Collections.Immutable": "[1.1.36, )"
1349 1350 1351 1352 1353 1354 1355 1356
        },
        "compile": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        }
      },
1357
      "System.Reflection.Primitives/4.0.1-beta-23321": {
1358 1359 1360 1361 1362 1363 1364 1365 1366 1367
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Primitives.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Primitives.dll": {}
        }
      },
1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380
      "System.Reflection.TypeExtensions/4.0.0": {
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {}
        }
      },
      "System.Resources.ResourceManager/4.0.1-beta-23321": {
1381
        "dependencies": {
1382
          "System.Globalization": "[4.0.0, )",
1383
          "System.Reflection": "[4.0.0, )",
1384
          "System.Runtime": "[4.0.0, )"
1385 1386 1387 1388 1389 1390 1391 1392
        },
        "compile": {
          "ref/dotnet/System.Resources.ResourceManager.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Resources.ResourceManager.dll": {}
        }
      },
1393
      "System.Runtime/4.0.21-beta-23321": {
1394
        "dependencies": {
1395
          "System.Private.Uri": "[4.0.1-beta-23321, )"
1396 1397 1398 1399 1400 1401 1402 1403
        },
        "compile": {
          "ref/dotnet/System.Runtime.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.dll": {}
        }
      },
1404
      "System.Runtime.Extensions/4.0.11-beta-23321": {
1405 1406 1407 1408 1409 1410 1411
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Extensions.dll": {}
        }
      },
1412
      "System.Runtime.Handles/4.0.1-beta-23321": {
1413 1414 1415 1416 1417 1418 1419 1420 1421 1422
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Handles.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Handles.dll": {}
        }
      },
1423
      "System.Runtime.InteropServices/4.0.21-beta-23321": {
1424 1425 1426
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
1427
          "System.Runtime": "[4.0.0, )",
1428 1429 1430 1431 1432 1433 1434 1435 1436
          "System.Runtime.Handles": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.InteropServices.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.InteropServices.dll": {}
        }
      },
1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449
      "System.Runtime.Loader/4.0.0-beta-23321": {
        "dependencies": {
          "System.IO": "[4.0.0, )",
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Loader.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Loader.dll": {}
        }
      },
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472
      "System.Runtime.Serialization.Json/4.0.1-beta-23321": {
        "dependencies": {
          "System.Private.DataContractSerialization": "[4.0.1-beta-23321, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Serialization.Json.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Serialization.Json.dll": {}
        }
      },
      "System.Runtime.Serialization.Primitives/4.0.11-beta-23321": {
        "dependencies": {
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {}
        }
      },
1473
      "System.Security.Cryptography.Algorithms/4.0.0-beta-23311": {
1474
        "dependencies": {
1475
          "System.IO": "[4.0.10, )",
1476
          "System.Resources.ResourceManager": "[4.0.0, )",
1477
          "System.Runtime": "[4.0.20, )",
1478
          "System.Runtime.Handles": "[4.0.0, )",
1479
          "System.Security.Cryptography.Primitives": "[4.0.0-beta-23311, )",
1480
          "System.Text.Encoding": "[4.0.0, )",
1481
          "System.Text.Encoding.Extensions": "[4.0.0, )"
1482 1483
        },
        "compile": {
1484
          "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {}
1485 1486
        },
        "runtime": {
1487
          "lib/DNXCore50/System.Security.Cryptography.Algorithms.dll": {}
1488 1489
        }
      },
1490
      "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23311": {
1491 1492
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
1493
          "System.Security.Cryptography.Algorithms": "[4.0.0-beta-23311, )"
1494 1495
        },
        "compile": {
1496
          "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {}
1497 1498 1499 1500 1501
        },
        "runtime": {
          "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {}
        }
      },
1502
      "System.Security.Cryptography.Primitives/4.0.0-beta-23311": {
1503
        "dependencies": {
1504 1505
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.Globalization": "[4.0.0, )",
1506 1507 1508 1509 1510
          "System.IO": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Threading": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
1511 1512
        },
        "compile": {
1513
          "ref/dotnet/System.Security.Cryptography.Primitives.dll": {}
1514 1515
        },
        "runtime": {
1516
          "lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {}
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529
        }
      },
      "System.Security.Principal/4.0.0": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Security.Principal.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Security.Principal.dll": {}
        }
      },
1530
      "System.Text.Encoding/4.0.11-beta-23321": {
1531 1532 1533 1534 1535 1536 1537 1538 1539 1540
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Text.Encoding.dll": {}
        }
      },
1541 1542 1543 1544 1545 1546 1547 1548 1549
      "System.Text.Encoding.CodePages/4.0.1-beta-23321": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Text.Encoding": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.CodePages.dll": {}
        }
      },
1550
      "System.Text.Encoding.Extensions/4.0.11-beta-23321": {
1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Text.Encoding": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.Extensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {}
        }
      },
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577
      "System.Text.RegularExpressions/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Text.RegularExpressions.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Text.RegularExpressions.dll": {}
        }
      },
1578
      "System.Threading/4.0.11-beta-23321": {
1579 1580 1581 1582 1583 1584 1585 1586
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.dll": {}
        }
      },
1587
      "System.Threading.Tasks/4.0.11-beta-23321": {
1588
        "dependencies": {
1589
          "System.Runtime": "[4.0.0, )"
1590 1591
        },
        "compile": {
1592
          "ref/dotnet/System.Threading.Tasks.dll": {}
1593 1594
        },
        "runtime": {
1595
          "lib/DNXCore50/System.Threading.Tasks.dll": {}
1596 1597
        }
      },
1598
      "System.Threading.Thread/4.0.0-beta-23321": {
1599 1600 1601 1602 1603 1604 1605 1606 1607 1608
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Thread.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Thread.dll": {}
        }
      },
1609
      "System.Threading.ThreadPool/4.0.10-beta-23321": {
1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.ThreadPool.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.ThreadPool.dll": {}
        }
      },
1621
      "System.Threading.Timer/4.0.1-beta-23321": {
1622 1623 1624 1625 1626 1627 1628 1629 1630
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Timer.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Timer.dll": {}
        }
1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722
      },
      "System.Xml.ReaderWriter/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem": "[4.0.0, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Text.Encoding.Extensions": "[4.0.10, )",
          "System.Text.RegularExpressions": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Xml.ReaderWriter.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Xml.ReaderWriter.dll": {}
        }
      },
      "System.Xml.XDocument/4.0.11-beta-23321": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Diagnostics.Tools": "[4.0.0, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Reflection": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Xml.ReaderWriter": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Xml.XDocument.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Xml.XDocument.dll": {}
        }
      },
      "System.Xml.XmlDocument/4.0.1-beta-23321": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Xml.ReaderWriter": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Xml.XmlDocument.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Xml.XmlDocument.dll": {}
        }
      },
      "System.Xml.XmlSerializer/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Linq": "[4.0.0, )",
          "System.Reflection": "[4.0.10, )",
          "System.Reflection.Extensions": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Reflection.TypeExtensions": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Text.RegularExpressions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Xml.ReaderWriter": "[4.0.10, )",
          "System.Xml.XmlDocument": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Xml.XmlSerializer.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Xml.XmlSerializer.dll": {}
        }
1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765
      }
    },
    "DNXCore,Version=v5.0/win7-x64": {
      "Microsoft.DiaSymReader.Native/1.1.0-alpha2": {
        "native": {
          "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll": {},
          "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll": {}
        }
      },
      "Microsoft.NETCore.Platforms/1.0.1-beta-23321": {},
      "Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23321": {
        "dependencies": {
          "Microsoft.NETCore.Windows.ApiSets": "[1.0.1-beta-23321, )",
          "System.Collections": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Diagnostics.Contracts": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Diagnostics.Debug": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Diagnostics.StackTrace": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Diagnostics.Tools": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Diagnostics.Tracing": "[4.0.21-beta-23321, 4.0.21-beta-23321]",
          "System.Globalization": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Globalization.Calendars": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.IO": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.ObjectModel": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Private.Uri": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Reflection": "[4.1.0-beta-23321, 4.1.0-beta-23321]",
          "System.Reflection.Extensions": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Reflection.Primitives": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Resources.ResourceManager": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Runtime": "[4.0.21-beta-23321, 4.0.21-beta-23321]",
          "System.Runtime.Extensions": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Runtime.Handles": "[4.0.1-beta-23321, 4.0.1-beta-23321]",
          "System.Runtime.InteropServices": "[4.0.21-beta-23321, 4.0.21-beta-23321]",
          "System.Text.Encoding": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Text.Encoding.Extensions": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Threading": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Threading.Tasks": "[4.0.11-beta-23321, 4.0.11-beta-23321]",
          "System.Threading.Timer": "[4.0.1-beta-23321, 4.0.1-beta-23321]"
        }
      },
      "Microsoft.NETCore.TestHost-x64/1.0.0-beta-23213": {
        "native": {
          "runtimes/win7-x64/native/CoreRun.exe": {}
        }
1766
      },
1767 1768
      "Microsoft.NETCore.Windows.ApiSets/1.0.1-beta-23321": {},
      "Microsoft.Win32.Primitives/4.0.0": {
1769
        "dependencies": {
1770
          "System.Runtime": "[4.0.20, )",
1771
          "System.Runtime.InteropServices": "[4.0.20, )"
1772 1773
        },
        "compile": {
1774
          "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
1775 1776
        },
        "runtime": {
1777
          "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
1778 1779
        }
      },
1780
      "Microsoft.Win32.Registry/4.0.0-beta-23321": {
1781
        "dependencies": {
1782
          "System.Collections": "[4.0.10, )",
1783
          "System.Globalization": "[4.0.10, )",
1784 1785 1786
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/Microsoft.Win32.Registry.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/Microsoft.Win32.Registry.dll": {}
        }
      },
      "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23321": {
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "runtimes/win7-x64/lib/dotnet/mscorlib.ni.dll": {}
        },
        "native": {
          "runtimes/win7-x64/native/clretwrc.dll": {},
          "runtimes/win7-x64/native/coreclr.dll": {},
          "runtimes/win7-x64/native/dbgshim.dll": {},
          "runtimes/win7-x64/native/mscordaccore.dll": {},
          "runtimes/win7-x64/native/mscordbi.dll": {},
          "runtimes/win7-x64/native/mscorrc.debug.dll": {},
          "runtimes/win7-x64/native/mscorrc.dll": {}
        }
      },
      "runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets/1.0.1-beta-23321": {
        "native": {
          "runtimes/win7-x64/native/API-MS-Win-Base-Util-L1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-com-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-comm-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-com-private-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-console-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-console-l2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-delayload-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-file-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-handle-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-heap-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-heap-obsolete-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-interlocked-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-localization-l2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-2.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-3.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-normalization-l1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-PrivateProfile-L1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-processsecurity-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-2.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-profile-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-psapi-ansi-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-psapi-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-psapi-obsolete-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-realtime-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-registry-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-registry-l2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-rtlsupport-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-shlwapi-legacy-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-1.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-StringAnsi-L1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-string-l1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-String-L2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-synch-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-synch-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-threadpool-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-threadpool-legacy-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-threadpool-private-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-timezone-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-url-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-util-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-version-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-registration-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-robuffer-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-string-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-wow64-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-xstate-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-xstate-l2-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-1.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Eventing-Consumer-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Eventing-Controller-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Eventing-Legacy-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Eventing-Provider-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-EventLog-Legacy-L1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-ro-typeresolution-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-base-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-cpwl-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Security-LsaPolicy-L1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-provider-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-sddl-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-management-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-management-l2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-winsvc-l1-1-0.dll": {},
          "runtimes/win7-x64/native/ext-ms-win-advapi32-encryptedfile-l1-1-0.dll": {}
        }
      },
      "runtime.win7.System.Console/4.0.0-beta-23321": {
        "dependencies": {
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
1947
          "System.Text.Encoding": "[4.0.10, )",
1948
          "System.Text.Encoding.Extensions": "[4.0.10, )",
1949
          "System.Threading": "[4.0.10, )",
1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972
          "System.Threading.Tasks": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "runtimes/win7/lib/dotnet/System.Console.dll": {}
        }
      },
      "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23321": {
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "runtimes/win7/lib/dotnet/System.Diagnostics.Debug.dll": {}
        }
      },
      "runtime.win7.System.Diagnostics.FileVersionInfo/4.0.0-beta-23321": {
        "dependencies": {
          "System.Globalization": "[4.0.10, )",
          "System.IO.FileSystem": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.InteropServices": "[4.0.20, )"
1973 1974
        },
        "compile": {
1975
          "ref/dotnet/_._": {}
1976 1977
        },
        "runtime": {
1978
          "runtimes/win7/lib/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
1979 1980
        }
      },
1981
      "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23321": {
1982
        "dependencies": {
1983 1984
          "Microsoft.Win32.Primitives": "[4.0.0, )",
          "Microsoft.Win32.Registry": "[4.0.0-beta-23321, )",
1985 1986 1987
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
1988
          "System.IO": "[4.0.10, )",
1989 1990
          "System.IO.FileSystem": "[4.0.0, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
1991 1992 1993
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
1994 1995
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
1996
          "System.Text.Encoding": "[4.0.10, )",
1997
          "System.Text.Encoding.Extensions": "[4.0.10, )",
1998
          "System.Threading": "[4.0.10, )",
1999 2000 2001
          "System.Threading.Tasks": "[4.0.10, )",
          "System.Threading.Thread": "[4.0.0-beta-23321, )",
          "System.Threading.ThreadPool": "[4.0.10-beta-23321, )"
2002 2003
        },
        "compile": {
2004
          "ref/dotnet/_._": {}
2005 2006
        },
        "runtime": {
2007
          "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {}
2008 2009
        }
      },
2010
      "runtime.win7.System.IO.FileSystem/4.0.1-beta-23321": {
2011
        "dependencies": {
2012 2013 2014 2015
          "System.Collections": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
2016
          "System.Runtime": "[4.0.20, )",
2017 2018 2019 2020 2021 2022 2023 2024
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Text.Encoding.Extensions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Threading.Overlapped": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.10, )"
2025 2026
        },
        "compile": {
2027
          "ref/dotnet/_._": {}
2028 2029
        },
        "runtime": {
2030
          "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {}
2031 2032
        }
      },
2033
      "runtime.win7.System.IO.Pipes/4.0.0-beta-23321": {
2034
        "dependencies": {
2035 2036
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
2037 2038
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
2039
          "System.Runtime.Extensions": "[4.0.10, )",
2040
          "System.Runtime.Handles": "[4.0.0, )",
2041 2042 2043 2044 2045
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Security.Principal": "[4.0.0, )",
          "System.Threading": "[4.0.10, )",
          "System.Threading.Overlapped": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.10, )"
2046 2047
        },
        "compile": {
2048
          "ref/dotnet/_._": {}
2049 2050
        },
        "runtime": {
2051
          "runtimes/win7/lib/dotnet/System.IO.Pipes.dll": {}
2052 2053
        }
      },
2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069
      "runtime.win7.System.Private.Uri/4.0.1-beta-23321": {
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "runtimes/win7/lib/dotnet/System.Private.Uri.dll": {}
        }
      },
      "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23321": {
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Extensions.dll": {}
        }
      },
2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090
      "runtime.win7.System.Text.Encoding.CodePages/4.0.1-beta-23321": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Reflection": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "runtimes/win7/lib/dotnet/System.Text.Encoding.CodePages.dll": {}
        }
      },
2091 2092 2093 2094 2095 2096 2097 2098 2099
      "runtime.win7.System.Threading/4.0.11-beta-23321": {
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "runtimes/win7/lib/dotnet/System.Threading.dll": {}
        }
      },
      "System.AppContext/4.0.1-beta-23321": {
2100 2101 2102 2103 2104 2105 2106 2107 2108 2109
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.AppContext.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.AppContext.dll": {}
        }
      },
2110
      "System.Collections/4.0.11-beta-23321": {
2111
        "dependencies": {
2112
          "System.Runtime": "[4.0.21-beta-23321, )"
2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128
        },
        "compile": {
          "ref/dotnet/System.Collections.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Collections.dll": {}
        }
      },
      "System.Collections.Immutable/1.1.36": {
        "compile": {
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
        }
      },
2129
      "System.Console/4.0.0-beta-23321": {
2130
        "dependencies": {
2131 2132
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
2133 2134 2135
        },
        "compile": {
          "ref/dotnet/System.Console.dll": {}
2136 2137
        }
      },
2138
      "System.Diagnostics.Contracts/4.0.1-beta-23321": {
2139 2140 2141 2142 2143 2144 2145 2146 2147 2148
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Contracts.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Contracts.dll": {}
        }
      },
2149
      "System.Diagnostics.Debug/4.0.11-beta-23321": {
2150 2151 2152 2153 2154
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Debug.dll": {}
2155 2156 2157 2158 2159
        }
      },
      "System.Diagnostics.FileVersionInfo/4.0.0-beta-23321": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
2160
        },
2161 2162
        "compile": {
          "ref/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
2163 2164
        }
      },
2165
      "System.Diagnostics.Process/4.1.0-beta-23321": {
2166
        "dependencies": {
2167 2168
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
2169
          "System.Runtime.Handles": "[4.0.0, )",
2170
          "System.Text.Encoding": "[4.0.0, )"
2171 2172 2173 2174 2175
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Process.dll": {}
        }
      },
2176
      "System.Diagnostics.StackTrace/4.0.1-beta-23321": {
2177
        "dependencies": {
2178 2179
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
2180 2181 2182 2183 2184 2185 2186 2187
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.StackTrace.dll": {}
        }
      },
2188
      "System.Diagnostics.Tools/4.0.1-beta-23321": {
2189 2190 2191 2192 2193 2194 2195 2196
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Tools.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Tools.dll": {}
2197 2198
        }
      },
2199
      "System.Diagnostics.Tracing/4.0.21-beta-23321": {
2200 2201 2202 2203
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
2204
          "ref/dotnet/System.Diagnostics.Tracing.dll": {}
2205 2206
        },
        "runtime": {
2207
          "lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
2208 2209
        }
      },
2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235
      "System.Dynamic.Runtime/4.0.11-beta-23321": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.Linq": "[4.0.0, )",
          "System.Linq.Expressions": "[4.0.10, )",
          "System.ObjectModel": "[4.0.10, )",
          "System.Reflection": "[4.0.10, )",
          "System.Reflection.Emit": "[4.0.0, )",
          "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Reflection.TypeExtensions": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Dynamic.Runtime.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Dynamic.Runtime.dll": {}
        }
      },
      "System.Globalization/4.0.11-beta-23321": {
2236
        "dependencies": {
2237
          "System.Runtime": "[4.0.0, )"
2238 2239
        },
        "compile": {
2240
          "ref/dotnet/System.Globalization.dll": {}
2241 2242
        },
        "runtime": {
2243
          "lib/DNXCore50/System.Globalization.dll": {}
2244 2245
        }
      },
2246
      "System.Globalization.Calendars/4.0.1-beta-23321": {
2247
        "dependencies": {
2248 2249
          "System.Globalization": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
2250 2251
        },
        "compile": {
2252
          "ref/dotnet/System.Globalization.Calendars.dll": {}
2253 2254
        },
        "runtime": {
2255
          "lib/DNXCore50/System.Globalization.Calendars.dll": {}
2256 2257
        }
      },
2258
      "System.IO/4.0.11-beta-23321": {
2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270
        "dependencies": {
          "System.Runtime": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.IO.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.IO.dll": {}
        }
      },
2271
      "System.IO.FileSystem/4.0.1-beta-23321": {
2272
        "dependencies": {
2273
          "System.IO": "[4.0.0, )",
2274
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
2275
          "System.Runtime": "[4.0.0, )",
2276
          "System.Runtime.Handles": "[4.0.0, )",
2277 2278
          "System.Text.Encoding": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
2279 2280 2281 2282 2283
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.dll": {}
        }
      },
2284
      "System.IO.FileSystem.Primitives/4.0.0": {
2285 2286 2287 2288 2289 2290 2291 2292 2293 2294
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
        }
      },
2295
      "System.IO.Pipes/4.0.0-beta-23321": {
2296
        "dependencies": {
2297 2298
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
2299 2300
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Security.Principal": "[4.0.0, )",
2301
          "System.Threading.Tasks": "[4.0.0, )"
2302 2303 2304 2305 2306
        },
        "compile": {
          "ref/dotnet/System.IO.Pipes.dll": {}
        }
      },
2307
      "System.Linq/4.0.1-beta-23321": {
2308 2309 2310
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
2311 2312
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
2313 2314 2315 2316 2317 2318 2319 2320 2321
          "System.Runtime.Extensions": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Linq.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Linq.dll": {}
        }
      },
2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347
      "System.Linq.Expressions/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.0, )",
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.Globalization": "[4.0.0, )",
          "System.IO": "[4.0.0, )",
          "System.Linq": "[4.0.0, )",
          "System.ObjectModel": "[4.0.0, )",
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Emit": "[4.0.0, )",
          "System.Reflection.Extensions": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Reflection.TypeExtensions": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.0, )",
          "System.Threading": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Linq.Expressions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Linq.Expressions.dll": {}
        }
      },
      "System.ObjectModel/4.0.11-beta-23321": {
2348 2349
        "dependencies": {
          "System.Collections": "[4.0.10, )",
2350 2351 2352
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
2353 2354 2355 2356 2357 2358 2359 2360 2361
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.ObjectModel.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.ObjectModel.dll": {}
        }
      },
2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391
      "System.Private.DataContractSerialization/4.0.1-beta-23321": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Linq": "[4.0.0, )",
          "System.Reflection": "[4.0.10, )",
          "System.Reflection.Extensions": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Reflection.TypeExtensions": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Runtime.Serialization.Primitives": "[4.0.11-beta-23321, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Text.Encoding.Extensions": "[4.0.10, )",
          "System.Text.RegularExpressions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )",
          "System.Xml.ReaderWriter": "[4.0.10, )",
          "System.Xml.XmlSerializer": "[4.0.10, )"
        },
        "compile": {
          "ref/dnxcore50/_._": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Private.DataContractSerialization.dll": {}
        }
      },
2392
      "System.Private.Uri/4.0.1-beta-23321": {
2393 2394 2395 2396
        "compile": {
          "ref/dnxcore50/_._": {}
        }
      },
2397
      "System.Reflection/4.1.0-beta-23321": {
2398 2399
        "dependencies": {
          "System.IO": "[4.0.0, )",
2400 2401
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )"
2402 2403 2404 2405 2406 2407 2408 2409
        },
        "compile": {
          "ref/dotnet/System.Reflection.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.dll": {}
        }
      },
2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452
      "System.Reflection.Emit/4.0.0": {
        "dependencies": {
          "System.IO": "[4.0.0, )",
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Emit.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Emit.dll": {}
        }
      },
      "System.Reflection.Emit.ILGeneration/4.0.0": {
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {}
        }
      },
      "System.Reflection.Emit.Lightweight/4.0.0": {
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {}
        }
      },
      "System.Reflection.Extensions/4.0.1-beta-23321": {
2453
        "dependencies": {
2454 2455
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
2456 2457 2458 2459 2460 2461 2462 2463
        },
        "compile": {
          "ref/dotnet/System.Reflection.Extensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Extensions.dll": {}
        }
      },
A
Andy Gocke 已提交
2464
      "System.Reflection.Metadata/1.1.0-alpha-00014": {
2465
        "dependencies": {
A
Andy Gocke 已提交
2466
          "System.Collections.Immutable": "[1.1.36, )"
2467 2468 2469 2470 2471 2472 2473 2474
        },
        "compile": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        }
      },
2475
      "System.Reflection.Primitives/4.0.1-beta-23321": {
2476 2477 2478 2479 2480 2481 2482 2483 2484 2485
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Primitives.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Primitives.dll": {}
        }
      },
2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498
      "System.Reflection.TypeExtensions/4.0.0": {
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {}
        }
      },
      "System.Resources.ResourceManager/4.0.1-beta-23321": {
2499
        "dependencies": {
2500
          "System.Globalization": "[4.0.0, )",
2501
          "System.Reflection": "[4.0.0, )",
2502
          "System.Runtime": "[4.0.0, )"
2503 2504 2505 2506 2507 2508 2509 2510
        },
        "compile": {
          "ref/dotnet/System.Resources.ResourceManager.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Resources.ResourceManager.dll": {}
        }
      },
2511
      "System.Runtime/4.0.21-beta-23321": {
2512
        "dependencies": {
2513
          "System.Private.Uri": "[4.0.1-beta-23321, )"
2514 2515 2516 2517 2518 2519 2520 2521
        },
        "compile": {
          "ref/dotnet/System.Runtime.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.dll": {}
        }
      },
2522
      "System.Runtime.Extensions/4.0.11-beta-23321": {
2523 2524 2525 2526 2527 2528 2529
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Extensions.dll": {}
        }
      },
2530
      "System.Runtime.Handles/4.0.1-beta-23321": {
2531 2532 2533 2534
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554
          "ref/dotnet/System.Runtime.Handles.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Handles.dll": {}
        }
      },
      "System.Runtime.InteropServices/4.0.21-beta-23321": {
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
          "System.Runtime.Handles": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.InteropServices.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.InteropServices.dll": {}
        }
      },
2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567
      "System.Runtime.Loader/4.0.0-beta-23321": {
        "dependencies": {
          "System.IO": "[4.0.0, )",
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Loader.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Loader.dll": {}
        }
      },
2568 2569 2570 2571 2572 2573
      "System.Runtime.Serialization.Json/4.0.1-beta-23321": {
        "dependencies": {
          "System.Private.DataContractSerialization": "[4.0.1-beta-23321, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Serialization.Json.dll": {}
2574 2575
        },
        "runtime": {
2576
          "lib/DNXCore50/System.Runtime.Serialization.Json.dll": {}
2577 2578
        }
      },
2579
      "System.Runtime.Serialization.Primitives/4.0.11-beta-23321": {
2580
        "dependencies": {
2581 2582
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )"
2583 2584
        },
        "compile": {
2585
          "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {}
2586 2587
        },
        "runtime": {
2588
          "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {}
2589 2590
        }
      },
2591
      "System.Security.Cryptography.Algorithms/4.0.0-beta-23311": {
2592
        "dependencies": {
2593
          "System.IO": "[4.0.10, )",
2594
          "System.Resources.ResourceManager": "[4.0.0, )",
2595
          "System.Runtime": "[4.0.20, )",
2596
          "System.Runtime.Handles": "[4.0.0, )",
2597
          "System.Security.Cryptography.Primitives": "[4.0.0-beta-23311, )",
2598
          "System.Text.Encoding": "[4.0.0, )",
2599
          "System.Text.Encoding.Extensions": "[4.0.0, )"
2600 2601
        },
        "compile": {
2602
          "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {}
2603 2604
        },
        "runtime": {
2605
          "lib/DNXCore50/System.Security.Cryptography.Algorithms.dll": {}
2606 2607
        }
      },
2608
      "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23311": {
2609 2610
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
2611
          "System.Security.Cryptography.Algorithms": "[4.0.0-beta-23311, )"
2612 2613
        },
        "compile": {
2614
          "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {}
2615 2616 2617 2618 2619
        },
        "runtime": {
          "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {}
        }
      },
2620
      "System.Security.Cryptography.Primitives/4.0.0-beta-23311": {
2621
        "dependencies": {
2622 2623
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.Globalization": "[4.0.0, )",
2624 2625 2626 2627 2628
          "System.IO": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Threading": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
2629 2630
        },
        "compile": {
2631
          "ref/dotnet/System.Security.Cryptography.Primitives.dll": {}
2632 2633
        },
        "runtime": {
2634
          "lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {}
2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647
        }
      },
      "System.Security.Principal/4.0.0": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Security.Principal.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Security.Principal.dll": {}
        }
      },
2648
      "System.Text.Encoding/4.0.11-beta-23321": {
2649 2650 2651 2652 2653 2654 2655 2656 2657 2658
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Text.Encoding.dll": {}
        }
      },
2659 2660 2661 2662 2663 2664 2665 2666 2667
      "System.Text.Encoding.CodePages/4.0.1-beta-23321": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Text.Encoding": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.CodePages.dll": {}
        }
      },
2668
      "System.Text.Encoding.Extensions/4.0.11-beta-23321": {
2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Text.Encoding": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.Extensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {}
        }
      },
2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695
      "System.Text.RegularExpressions/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Text.RegularExpressions.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Text.RegularExpressions.dll": {}
        }
      },
2696
      "System.Threading/4.0.11-beta-23321": {
2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.dll": {}
        }
      },
      "System.Threading.Overlapped/4.0.0": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Runtime.Handles": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Overlapped.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Overlapped.dll": {}
        }
      },
2717
      "System.Threading.Tasks/4.0.11-beta-23321": {
2718 2719 2720 2721 2722 2723 2724 2725 2726 2727
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Tasks.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Tasks.dll": {}
        }
      },
2728
      "System.Threading.Thread/4.0.0-beta-23321": {
2729 2730 2731 2732 2733 2734 2735 2736 2737 2738
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Thread.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Thread.dll": {}
        }
      },
2739
      "System.Threading.ThreadPool/4.0.10-beta-23321": {
2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.ThreadPool.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.ThreadPool.dll": {}
        }
      },
2751
      "System.Threading.Timer/4.0.1-beta-23321": {
2752 2753 2754 2755 2756 2757 2758 2759 2760
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Timer.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Timer.dll": {}
        }
2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852
      },
      "System.Xml.ReaderWriter/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem": "[4.0.0, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Text.Encoding.Extensions": "[4.0.10, )",
          "System.Text.RegularExpressions": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Xml.ReaderWriter.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Xml.ReaderWriter.dll": {}
        }
      },
      "System.Xml.XDocument/4.0.11-beta-23321": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Diagnostics.Tools": "[4.0.0, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Reflection": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Xml.ReaderWriter": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Xml.XDocument.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Xml.XDocument.dll": {}
        }
      },
      "System.Xml.XmlDocument/4.0.1-beta-23321": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Xml.ReaderWriter": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Xml.XmlDocument.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Xml.XmlDocument.dll": {}
        }
      },
      "System.Xml.XmlSerializer/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Linq": "[4.0.0, )",
          "System.Reflection": "[4.0.10, )",
          "System.Reflection.Extensions": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Reflection.TypeExtensions": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Text.RegularExpressions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Xml.ReaderWriter": "[4.0.10, )",
          "System.Xml.XmlDocument": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Xml.XmlSerializer.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Xml.XmlSerializer.dll": {}
        }
2853 2854 2855 2856
      }
    }
  },
  "libraries": {
2857 2858 2859 2860 2861 2862
    "Microsoft.DiaSymReader.Native/1.1.0-alpha2": {
      "sha512": "D9bGkcO1+s5c0jn4R/9BD3pw4gqyaFzC7XdlYBVDTqYMqVITMDpF8xxMXN0F3nZRl1dE54RGWp5k8GVAnMhpgQ==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085
        "Microsoft.DiaSymReader.Native.nuspec",
        "package/services/metadata/core-properties/e2e1c0f9faac4ddb951a90d33184740b.psmdcp",
        "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll",
        "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll"
      ]
    },
    "Microsoft.NETCore.Platforms/1.0.1-beta-23321": {
      "sha512": "lKmkPSHwJJofKodv616I5e9B3IjapVIZd1F/XAMWnNAaRSc8PMBvVwnQ2fTgH9xIFnXoTAYLjoTrynF/1RoxkA==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "Microsoft.NETCore.Platforms.nuspec",
        "package/services/metadata/core-properties/a896c08c81124cdab52a9d4c4c8ae1d9.psmdcp",
        "runtime.json"
      ]
    },
    "Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23321": {
      "sha512": "zKcosHNyizG5bd6etmmGl7TPQ1JZ7+NCULxAmXacspM/+cJiQorNNuAiaJf8nEbLhdq36OhLrgRzhzlx576yrQ==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "Microsoft.NETCore.Runtime.CoreCLR.nuspec",
        "package/services/metadata/core-properties/00010a5e797f475fab17d46bb28d34fa.psmdcp",
        "runtime.json"
      ]
    },
    "Microsoft.NETCore.TestHost-x64/1.0.0-beta-23213": {
      "sha512": "9ewco27jElurDDETH+6SltNecKAJE+ZVzMVNCvb0Ju0gkJEm7B+dOqIvSgtOymHtpyfkko/hwm+PHXjP1CLkCg==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "Microsoft.NETCore.TestHost-x64.nuspec",
        "package/services/metadata/core-properties/dd955bfbc91347b4a3ef1ab48f8d4700.psmdcp",
        "runtimes/win7-x64/native/CoreRun.exe"
      ]
    },
    "Microsoft.NETCore.Windows.ApiSets/1.0.1-beta-23321": {
      "sha512": "KAkWVwJ1cIzjw8ZLVxxVDUz/EYxoNNrYRYLD6JhFOkP5B8e+/AcKP2t8ainf2792ifWCy/Wv7w4G9YG1HkDcvA==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "Microsoft.NETCore.Windows.ApiSets.nuspec",
        "package/services/metadata/core-properties/a44f497e174744bd87ee88a376ab34cf.psmdcp",
        "runtime.json"
      ]
    },
    "Microsoft.Win32.Primitives/4.0.0": {
      "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/Microsoft.Win32.Primitives.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/Microsoft.Win32.Primitives.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "Microsoft.Win32.Primitives.nuspec",
        "package/services/metadata/core-properties/1d4eb9d0228b48b88d2df3822fba2d86.psmdcp",
        "ref/dotnet/de/Microsoft.Win32.Primitives.xml",
        "ref/dotnet/es/Microsoft.Win32.Primitives.xml",
        "ref/dotnet/fr/Microsoft.Win32.Primitives.xml",
        "ref/dotnet/it/Microsoft.Win32.Primitives.xml",
        "ref/dotnet/ja/Microsoft.Win32.Primitives.xml",
        "ref/dotnet/ko/Microsoft.Win32.Primitives.xml",
        "ref/dotnet/Microsoft.Win32.Primitives.dll",
        "ref/dotnet/Microsoft.Win32.Primitives.xml",
        "ref/dotnet/ru/Microsoft.Win32.Primitives.xml",
        "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml",
        "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/Microsoft.Win32.Primitives.dll",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._"
      ]
    },
    "Microsoft.Win32.Registry/4.0.0-beta-23321": {
      "sha512": "CgQojFhkkhN/v3W3/kqre1KHc8oq3/7CgZ6GkMaCC/AVRq8Me0N+PKFXNz4L9c/QDL2cGoOnmPejLPXVvTEfmA==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/de/Microsoft.Win32.Registry.xml",
        "lib/DNXCore50/es/Microsoft.Win32.Registry.xml",
        "lib/DNXCore50/fr/Microsoft.Win32.Registry.xml",
        "lib/DNXCore50/it/Microsoft.Win32.Registry.xml",
        "lib/DNXCore50/ja/Microsoft.Win32.Registry.xml",
        "lib/DNXCore50/ko/Microsoft.Win32.Registry.xml",
        "lib/DNXCore50/Microsoft.Win32.Registry.dll",
        "lib/DNXCore50/Microsoft.Win32.Registry.xml",
        "lib/DNXCore50/ru/Microsoft.Win32.Registry.xml",
        "lib/DNXCore50/zh-hans/Microsoft.Win32.Registry.xml",
        "lib/DNXCore50/zh-hant/Microsoft.Win32.Registry.xml",
        "lib/net46/Microsoft.Win32.Registry.dll",
        "Microsoft.Win32.Registry.nuspec",
        "package/services/metadata/core-properties/c39bd9e439b441eaa21395fb60284134.psmdcp",
        "ref/dotnet/Microsoft.Win32.Registry.dll",
        "ref/net46/Microsoft.Win32.Registry.dll"
      ]
    },
    "runtime.linux.System.Diagnostics.Process/4.1.0-beta-23321": {
      "sha512": "aEXE8aYQVKUug4zOJacWl2PC6q6cKrS23zJAr1aeXeWPt8g8ndoPx+tlIHdBW6IItLjVGo5kuO3EIF3ksLrP4A==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Diagnostics.Process.dll",
        "package/services/metadata/core-properties/06b44f6775674cc082eb395669104637.psmdcp",
        "ref/dotnet/_._",
        "runtime.linux.System.Diagnostics.Process.nuspec"
      ]
    },
    "runtime.linux.System.IO.FileSystem/4.0.1-beta-23321": {
      "sha512": "CqYBb5voBHI1cJqj9REHvHaBCbXzmPZ2Ar1QvuYjBiNt+OxUHqKvTDstj/L+Oz4jozhbxNY5cgJ19TmhVdDckg==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "package/services/metadata/core-properties/a58ac09a8468422cb7ae02c78383a133.psmdcp",
        "ref/dotnet/_._",
        "runtime.linux.System.IO.FileSystem.nuspec",
        "runtimes/linux/lib/dotnet/System.IO.FileSystem.dll"
      ]
    },
    "runtime.linux.System.Runtime.Extensions/4.0.11-beta-23321": {
      "sha512": "FBpCttqvczJDMN36u3gYAtbBxUGPdIQ8IdRJYI/M4syPFgvG+wJPcMSNMKkTzeCynhPlBERvX+PkO6c5RncPtg==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Runtime.Extensions.dll",
        "package/services/metadata/core-properties/f69a35a4730b4622940e9ce65e22cb15.psmdcp",
        "ref/dotnet/_._",
        "runtime.linux.System.Runtime.Extensions.nuspec"
      ]
    },
    "runtime.ubuntu.14.04-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23321": {
      "sha512": "utiFbeU7toM0VRG4D6A5qPM7gfeHHdSPeMhKRamOQu3R/T471TsyXqNPZkje8/W/gJMTVLmbQHtmWmVj/kJSxQ==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "package/services/metadata/core-properties/1814a50aaaae4fe8b715f56bc36719fd.psmdcp",
        "ref/dotnet/_._",
        "runtime.ubuntu.14.04-x64.Microsoft.NETCore.Runtime.CoreCLR.nuspec",
        "runtimes/ubuntu.14.04-x64/lib/dotnet/mscorlib.dll",
        "runtimes/ubuntu.14.04-x64/native/libcoreclr.so",
        "runtimes/ubuntu.14.04-x64/native/libdbgshim.so",
        "runtimes/ubuntu.14.04-x64/native/libmscordaccore.so",
        "runtimes/ubuntu.14.04-x64/native/libmscordbi.so",
        "runtimes/ubuntu.14.04-x64/native/libsos.so",
        "runtimes/ubuntu.14.04-x64/native/libsosplugin.so",
        "runtimes/ubuntu.14.04-x64/native/System.Native.so",
        "runtimes/ubuntu.14.04-x64/native/System.Net.Http.Native.so",
        "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.so"
      ]
    },
    "runtime.unix.System.Console/4.0.0-beta-23321": {
      "sha512": "TUJgivTxXatDZ9tnF34ABKJkechD4W0n+JWdTHukMyCX2n8RRZiMh0gC3Vb7TniiBpx/GLr/l1vK05PtxAZ05Q==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Console.dll",
        "package/services/metadata/core-properties/4632c1dc3d9f4f46a5f7939edd1f7623.psmdcp",
        "ref/dotnet/_._",
        "runtime.unix.System.Console.nuspec"
      ]
    },
    "runtime.unix.System.Diagnostics.Debug/4.0.11-beta-23321": {
      "sha512": "vjTPBgCbNSSiffP2RoLaCMmnT884Cs0D6depxOounJ0c6ZQlYzVf8T3+bVTuyQgWMfcV7kPlKjQT9cZHb26NKA==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Diagnostics.Debug.dll",
        "package/services/metadata/core-properties/af09835e71cb460faa6852fc97e3abe5.psmdcp",
        "ref/dotnet/_._",
        "runtime.unix.System.Diagnostics.Debug.nuspec"
      ]
    },
    "runtime.unix.System.Diagnostics.FileVersionInfo/4.0.0-beta-23321": {
      "sha512": "brH89dbxg7LhqNaP4xTIGmrB7mGAmrjQWeXaX4h4Zb4/qcd5ucJYem+0Grrd1cGxF4djyn8iaAL2zcxxzoWFJw==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Diagnostics.FileVersionInfo.dll",
        "package/services/metadata/core-properties/d8e107b846a0445d8d90c9227858737e.psmdcp",
        "ref/dotnet/_._",
        "runtime.unix.System.Diagnostics.FileVersionInfo.nuspec"
      ]
    },
    "runtime.unix.System.IO.Pipes/4.0.0-beta-23321": {
      "sha512": "6YWi8a3vxEvB3aShy8oBS1r3rX+T3dKeoK5pSgJD3dLgjAcghqPFAVUxjPfkFS3OAdODfjwqinzylTx5yL3/KQ==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.IO.Pipes.dll",
        "package/services/metadata/core-properties/e8d7e18b3f994a43a4479e27ad668cbf.psmdcp",
        "ref/dotnet/_._",
        "runtime.unix.System.IO.Pipes.nuspec"
      ]
    },
    "runtime.unix.System.Private.Uri/4.0.1-beta-23321": {
      "sha512": "TsR8+getuxEne+tsMJEIUlkG4NpY5zsegUla+1o9BRyxcz6nFCZtuuj777rdGnDBMDaRphixfhDJgHRhFZvnLw==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Private.Uri.dll",
        "package/services/metadata/core-properties/52f0a42066af4157bac8d4eaf35dbecd.psmdcp",
        "ref/dotnet/_._",
        "runtime.unix.System.Private.Uri.nuspec"
      ]
    },
3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097
    "runtime.unix.System.Text.Encoding.CodePages/4.0.1-beta-23321": {
      "sha512": "ZZS7hqjzl5l0xtJzr/WmK+4Q2Vrr3RcI0KjCNARH2GT2Zcj0Hsnm1Fd+5M9eOg36YbSjy3ZNVn7JbH/Q7ioPEA==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Text.Encoding.CodePages.dll",
        "package/services/metadata/core-properties/3da52d6f11ac4de8b21b1c4988e87d14.psmdcp",
        "ref/dotnet/_._",
        "runtime.unix.System.Text.Encoding.CodePages.nuspec"
      ]
    },
3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317
    "runtime.unix.System.Threading/4.0.11-beta-23321": {
      "sha512": "QlIzt08mk+SpmK8PuZJA+H0UfgAurvw5vRcAQImrVxKezS+ILuQ3YTkwQ/Q79koGHfgeFjWMdjYCSGY2KrfVDQ==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Threading.dll",
        "package/services/metadata/core-properties/f9f7805c8f264906b426357403f30393.psmdcp",
        "ref/dotnet/_._",
        "runtime.unix.System.Threading.nuspec"
      ]
    },
    "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23321": {
      "sha512": "Pk2hUQvi2iXY6pZtXI+U0YQqq3ojZaGrb0pBtYkcbRu9WgvzPmXTy0Ye2+h0v0THc1sQd4ySKR7IZomDK1yfGA==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "package/services/metadata/core-properties/09538cc4484247bf90cdf0b934cdc771.psmdcp",
        "ref/dotnet/_._",
        "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR.nuspec",
        "runtimes/win7-x64/lib/dotnet/mscorlib.ni.dll",
        "runtimes/win7-x64/native/clretwrc.dll",
        "runtimes/win7-x64/native/coreclr.dll",
        "runtimes/win7-x64/native/dbgshim.dll",
        "runtimes/win7-x64/native/mscordaccore.dll",
        "runtimes/win7-x64/native/mscordbi.dll",
        "runtimes/win7-x64/native/mscorrc.debug.dll",
        "runtimes/win7-x64/native/mscorrc.dll",
        "tools/crossgen.exe",
        "tools/sos.dll"
      ]
    },
    "runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets/1.0.1-beta-23321": {
      "sha512": "A1/dGg9TpjOgGKkvS1nkaI68CKwiyUjzIKxZJBIhcCg9CZ/b1VoKmbTBYli+GpWd+ERzsX6soh1qi29k+Tfh8g==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "package/services/metadata/core-properties/1927df1a54284e1e810bbe1163926010.psmdcp",
        "runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets.nuspec",
        "runtimes/win10-x64/native/_._",
        "runtimes/win7-x64/native/API-MS-Win-Base-Util-L1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-com-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-comm-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-com-private-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-console-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-console-l2-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-delayload-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-file-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-handle-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-heap-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-heap-obsolete-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-interlocked-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll",
        "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll",
        "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll",
        "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll",
        "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-localization-l2-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-2.dll",
        "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-3.dll",
        "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-normalization-l1-1-0.dll",
        "runtimes/win7-x64/native/API-MS-Win-Core-PrivateProfile-L1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-2-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-processsecurity-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-2.dll",
        "runtimes/win7-x64/native/API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-profile-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-psapi-ansi-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-psapi-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-psapi-obsolete-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-realtime-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-registry-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-registry-l2-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-rtlsupport-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-shlwapi-legacy-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-1.dll",
        "runtimes/win7-x64/native/API-MS-Win-Core-StringAnsi-L1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-string-l1-1-0.dll",
        "runtimes/win7-x64/native/API-MS-Win-Core-String-L2-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-synch-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-synch-l1-2-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll",
        "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll",
        "runtimes/win7-x64/native/api-ms-win-core-threadpool-l1-2-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-threadpool-legacy-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-threadpool-private-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-timezone-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-url-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-util-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-version-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-core-winrt-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-winrt-registration-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-winrt-robuffer-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-winrt-string-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-wow64-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-xstate-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-core-xstate-l2-1-0.dll",
        "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-0.dll",
        "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-1.dll",
        "runtimes/win7-x64/native/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll",
        "runtimes/win7-x64/native/API-MS-Win-Eventing-Consumer-L1-1-0.dll",
        "runtimes/win7-x64/native/API-MS-Win-Eventing-Controller-L1-1-0.dll",
        "runtimes/win7-x64/native/API-MS-Win-Eventing-Legacy-L1-1-0.dll",
        "runtimes/win7-x64/native/API-MS-Win-Eventing-Provider-L1-1-0.dll",
        "runtimes/win7-x64/native/API-MS-Win-EventLog-Legacy-L1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-ro-typeresolution-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-security-base-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-security-cpwl-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll",
        "runtimes/win7-x64/native/API-MS-Win-Security-LsaPolicy-L1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-security-provider-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-security-sddl-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-service-management-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-service-management-l2-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-0.dll",
        "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-1.dll",
        "runtimes/win7-x64/native/api-ms-win-service-winsvc-l1-1-0.dll",
        "runtimes/win7-x64/native/ext-ms-win-advapi32-encryptedfile-l1-1-0.dll",
        "runtimes/win81-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll",
        "runtimes/win81-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll",
        "runtimes/win81-x64/native/api-ms-win-core-memory-l1-1-3.dll",
        "runtimes/win81-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll",
        "runtimes/win81-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll",
        "runtimes/win81-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll",
        "runtimes/win81-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll",
        "runtimes/win81-x64/native/api-ms-win-security-cpwl-l1-1-0.dll",
        "runtimes/win8-x64/native/api-ms-win-core-file-l1-2-1.dll",
        "runtimes/win8-x64/native/api-ms-win-core-file-l2-1-1.dll",
        "runtimes/win8-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll",
        "runtimes/win8-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll",
        "runtimes/win8-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll",
        "runtimes/win8-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll",
        "runtimes/win8-x64/native/api-ms-win-core-localization-l1-2-1.dll",
        "runtimes/win8-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll",
        "runtimes/win8-x64/native/api-ms-win-core-memory-l1-1-2.dll",
        "runtimes/win8-x64/native/api-ms-win-core-memory-l1-1-3.dll",
        "runtimes/win8-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll",
        "runtimes/win8-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll",
        "runtimes/win8-x64/native/api-ms-win-core-processthreads-l1-1-2.dll",
        "runtimes/win8-x64/native/api-ms-win-core-shutdown-l1-1-1.dll",
        "runtimes/win8-x64/native/api-ms-win-core-stringloader-l1-1-1.dll",
        "runtimes/win8-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll",
        "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll",
        "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll",
        "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll",
        "runtimes/win8-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll",
        "runtimes/win8-x64/native/api-ms-win-core-xstate-l2-1-0.dll",
        "runtimes/win8-x64/native/API-MS-Win-devices-config-L1-1-1.dll",
        "runtimes/win8-x64/native/api-ms-win-security-cpwl-l1-1-0.dll",
        "runtimes/win8-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll",
        "runtimes/win8-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll",
        "runtimes/win8-x64/native/api-ms-win-service-private-l1-1-1.dll"
      ]
    },
    "runtime.win7.System.Console/4.0.0-beta-23321": {
      "sha512": "61kioyGlIDh/KZloIbeJETeH/c+kayHx3//siet6tBshxPJCmzK06co0jSIeTzPoVJ3rQ6eASExWBqk4A+K92w==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "package/services/metadata/core-properties/e3528864aa2e41f29dd268b751116144.psmdcp",
        "ref/dotnet/_._",
        "runtime.win7.System.Console.nuspec",
        "runtimes/win7/lib/dotnet/de/System.Console.xml",
        "runtimes/win7/lib/dotnet/es/System.Console.xml",
        "runtimes/win7/lib/dotnet/fr/System.Console.xml",
        "runtimes/win7/lib/dotnet/it/System.Console.xml",
        "runtimes/win7/lib/dotnet/ja/System.Console.xml",
        "runtimes/win7/lib/dotnet/ko/System.Console.xml",
        "runtimes/win7/lib/dotnet/ru/System.Console.xml",
        "runtimes/win7/lib/dotnet/System.Console.dll",
        "runtimes/win7/lib/dotnet/System.Console.xml",
        "runtimes/win7/lib/dotnet/zh-hans/System.Console.xml",
        "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml"
3318 3319
      ]
    },
3320 3321
    "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23321": {
      "sha512": "6hIunPrq23p51PBBtGDeyK8/+bM0eycsM8l5UDr1uKTccHe/xeaO1Cy19m4CqJMaSp6nKmhZHw0O0OgUOPaUdw==",
3322 3323
      "type": "Package",
      "files": [
3324
        "[Content_Types].xml",
3325
        "_rels/.rels",
3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339
        "package/services/metadata/core-properties/f16c0f762ed84e2cbc7c7af7705153c8.psmdcp",
        "ref/dotnet/_._",
        "runtime.win7.System.Diagnostics.Debug.nuspec",
        "runtimes/win7/lib/dotnet/de/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/dotnet/es/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/dotnet/fr/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/dotnet/it/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/dotnet/ja/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/dotnet/ko/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/dotnet/ru/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/dotnet/System.Diagnostics.Debug.dll",
        "runtimes/win7/lib/dotnet/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.Debug.xml"
3340 3341
      ]
    },
3342 3343
    "runtime.win7.System.Diagnostics.FileVersionInfo/4.0.0-beta-23321": {
      "sha512": "yjiDgct3XkdLvpBiDjHQie3XPrwGthzAGoGPuHylWs+/Sw364dh5e/MpdcgGzlkVI/5sJ3tO2pFBrfIomMqQwA==",
3344 3345
      "type": "Package",
      "files": [
3346
        "[Content_Types].xml",
3347
        "_rels/.rels",
3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364
        "lib/win8/_._",
        "lib/wp8/_._",
        "lib/wpa81/_._",
        "package/services/metadata/core-properties/757e18660fac492c91941935efb59ad2.psmdcp",
        "ref/dotnet/_._",
        "runtime.win7.System.Diagnostics.FileVersionInfo.nuspec",
        "runtimes/win7/lib/dotnet/de/System.Diagnostics.FileVersionInfo.xml",
        "runtimes/win7/lib/dotnet/es/System.Diagnostics.FileVersionInfo.xml",
        "runtimes/win7/lib/dotnet/fr/System.Diagnostics.FileVersionInfo.xml",
        "runtimes/win7/lib/dotnet/it/System.Diagnostics.FileVersionInfo.xml",
        "runtimes/win7/lib/dotnet/ja/System.Diagnostics.FileVersionInfo.xml",
        "runtimes/win7/lib/dotnet/ko/System.Diagnostics.FileVersionInfo.xml",
        "runtimes/win7/lib/dotnet/ru/System.Diagnostics.FileVersionInfo.xml",
        "runtimes/win7/lib/dotnet/System.Diagnostics.FileVersionInfo.dll",
        "runtimes/win7/lib/dotnet/System.Diagnostics.FileVersionInfo.xml",
        "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.FileVersionInfo.xml",
        "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.FileVersionInfo.xml"
3365 3366
      ]
    },
3367 3368
    "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23321": {
      "sha512": "OgeiMQV9/NWtqIUpKYJA7GAFB4q4PJ65giL4RrsYiXS/kYxwbNU20g4wxFyCSTT2nhcGFdQf/pPZPS7RPzNGag==",
3369 3370
      "type": "Package",
      "files": [
3371
        "[Content_Types].xml",
3372
        "_rels/.rels",
3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389
        "lib/win8/_._",
        "lib/wp8/_._",
        "lib/wpa81/_._",
        "package/services/metadata/core-properties/8c4fba688b414c778d3fdc1d0f5d1c25.psmdcp",
        "ref/dotnet/_._",
        "runtime.win7.System.Diagnostics.Process.nuspec",
        "runtimes/win7/lib/dotnet/de/System.Diagnostics.Process.xml",
        "runtimes/win7/lib/dotnet/es/System.Diagnostics.Process.xml",
        "runtimes/win7/lib/dotnet/fr/System.Diagnostics.Process.xml",
        "runtimes/win7/lib/dotnet/it/System.Diagnostics.Process.xml",
        "runtimes/win7/lib/dotnet/ja/System.Diagnostics.Process.xml",
        "runtimes/win7/lib/dotnet/ko/System.Diagnostics.Process.xml",
        "runtimes/win7/lib/dotnet/ru/System.Diagnostics.Process.xml",
        "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll",
        "runtimes/win7/lib/dotnet/System.Diagnostics.Process.xml",
        "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.Process.xml",
        "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.Process.xml"
3390 3391
      ]
    },
3392 3393
    "runtime.win7.System.IO.FileSystem/4.0.1-beta-23321": {
      "sha512": "v7sZCxZ1yir0t801C3CdX1niwiWeMJ9iBs5UL86pkAwSfXar2IXoI5IwJAUZ7xuSijP4py4dYuYHjSSWHbjSBg==",
3394 3395
      "type": "Package",
      "files": [
3396
        "[Content_Types].xml",
3397
        "_rels/.rels",
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427
        "lib/net/_._",
        "lib/win8/_._",
        "lib/wp8/_._",
        "lib/wpa81/_._",
        "package/services/metadata/core-properties/5de37bc108fe403399721b60f192e2d3.psmdcp",
        "ref/dotnet/_._",
        "ref/netcore50/_._",
        "runtime.win7.System.IO.FileSystem.nuspec",
        "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml",
        "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml",
        "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml",
        "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml",
        "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml",
        "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml",
        "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml",
        "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll",
        "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml",
        "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml",
        "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml",
        "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml",
        "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml",
        "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml",
        "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml",
        "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml",
        "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml",
        "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml",
        "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll",
        "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml",
        "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml",
        "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml"
3428 3429
      ]
    },
3430 3431
    "runtime.win7.System.IO.Pipes/4.0.0-beta-23321": {
      "sha512": "+1eLipbqbm6CrEM7xPCdZLPRaSMgq/9+jeEPPIS3nwrWD62qWObqxGFPS8ZVdQjHeaq8rBn05BOUZf2o4R0qIw==",
3432 3433
      "type": "Package",
      "files": [
3434
        "[Content_Types].xml",
3435
        "_rels/.rels",
3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507
        "package/services/metadata/core-properties/c1d50fff21d04456a75242c130484e53.psmdcp",
        "ref/dotnet/_._",
        "runtime.win7.System.IO.Pipes.nuspec",
        "runtimes/win7/lib/dotnet/de/System.IO.Pipes.xml",
        "runtimes/win7/lib/dotnet/es/System.IO.Pipes.xml",
        "runtimes/win7/lib/dotnet/fr/System.IO.Pipes.xml",
        "runtimes/win7/lib/dotnet/it/System.IO.Pipes.xml",
        "runtimes/win7/lib/dotnet/ja/System.IO.Pipes.xml",
        "runtimes/win7/lib/dotnet/ko/System.IO.Pipes.xml",
        "runtimes/win7/lib/dotnet/ru/System.IO.Pipes.xml",
        "runtimes/win7/lib/dotnet/System.IO.Pipes.dll",
        "runtimes/win7/lib/dotnet/System.IO.Pipes.xml",
        "runtimes/win7/lib/dotnet/zh-hans/System.IO.Pipes.xml",
        "runtimes/win7/lib/dotnet/zh-hant/System.IO.Pipes.xml"
      ]
    },
    "runtime.win7.System.Private.Uri/4.0.1-beta-23321": {
      "sha512": "WfIDK5opKq/WZLTWFrtv85nOP7pOB+w5pPUHGeD6IxKop1avsk00Le/yu3oU4YEhp3b88isVLvDC1CaEeg90Rg==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "package/services/metadata/core-properties/70f1c36b41174679b9a1462b84124f6f.psmdcp",
        "ref/dotnet/_._",
        "runtime.win7.System.Private.Uri.nuspec",
        "runtimes/win7/lib/dotnet/System.Private.Uri.dll"
      ]
    },
    "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23321": {
      "sha512": "jMQn6PkMslU56xyId0aeJ0u+GhRFd8KCensMIC1eIgLDNb4RviMVCcro3off7jSNGjn26/7jCBgzxlca9DT1og==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/de/System.Runtime.Extensions.xml",
        "lib/DNXCore50/es/System.Runtime.Extensions.xml",
        "lib/DNXCore50/fr/System.Runtime.Extensions.xml",
        "lib/DNXCore50/it/System.Runtime.Extensions.xml",
        "lib/DNXCore50/ja/System.Runtime.Extensions.xml",
        "lib/DNXCore50/ko/System.Runtime.Extensions.xml",
        "lib/DNXCore50/ru/System.Runtime.Extensions.xml",
        "lib/DNXCore50/System.Runtime.Extensions.dll",
        "lib/DNXCore50/System.Runtime.Extensions.xml",
        "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml",
        "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml",
        "lib/netcore50/de/System.Runtime.Extensions.xml",
        "lib/netcore50/es/System.Runtime.Extensions.xml",
        "lib/netcore50/fr/System.Runtime.Extensions.xml",
        "lib/netcore50/it/System.Runtime.Extensions.xml",
        "lib/netcore50/ja/System.Runtime.Extensions.xml",
        "lib/netcore50/ko/System.Runtime.Extensions.xml",
        "lib/netcore50/ru/System.Runtime.Extensions.xml",
        "lib/netcore50/System.Runtime.Extensions.dll",
        "lib/netcore50/System.Runtime.Extensions.xml",
        "lib/netcore50/zh-hans/System.Runtime.Extensions.xml",
        "lib/netcore50/zh-hant/System.Runtime.Extensions.xml",
        "package/services/metadata/core-properties/5fe9fdfb2e8c42af98299ffeba9362f2.psmdcp",
        "ref/dotnet/_._",
        "runtime.win7.System.Runtime.Extensions.nuspec",
        "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll",
        "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml"
      ]
    },
3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532
    "runtime.win7.System.Text.Encoding.CodePages/4.0.1-beta-23321": {
      "sha512": "0XPZ3FG5C/jV/uzM7YY9ZcdbBMyU3Bh1VmT3v0/EaTQllb9r7+oTy2egWyCdgiFDDKpdfiERVw9EJGQQA3nTDA==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/win8/_._",
        "lib/wp8/_._",
        "lib/wpa81/_._",
        "package/services/metadata/core-properties/b4379f524aba4b37927aad12501a01d3.psmdcp",
        "ref/dotnet/_._",
        "runtime.win7.System.Text.Encoding.CodePages.nuspec",
        "runtimes/win7/lib/dotnet/de/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/es/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/fr/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/it/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/ja/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/ko/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/ru/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/System.Text.Encoding.CodePages.dll",
        "runtimes/win7/lib/dotnet/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/zh-hans/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/zh-hant/System.Text.Encoding.CodePages.xml"
      ]
    },
3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552
    "runtime.win7.System.Threading/4.0.11-beta-23321": {
      "sha512": "9S9vqzTsHTp59g7TSJEBUbG7fgZoSM9i1bbP7QWzksILC+ga7Uw8cgg6G/TSgYoCDc8m0gylokUJRFevDyQJbg==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "package/services/metadata/core-properties/fbfb81aeaff0453488443fc63880a207.psmdcp",
        "ref/dotnet/_._",
        "runtime.win7.System.Threading.nuspec",
        "runtimes/win7/lib/dotnet/de/System.Threading.xml",
        "runtimes/win7/lib/dotnet/es/System.Threading.xml",
        "runtimes/win7/lib/dotnet/fr/System.Threading.xml",
        "runtimes/win7/lib/dotnet/it/System.Threading.xml",
        "runtimes/win7/lib/dotnet/ja/System.Threading.xml",
        "runtimes/win7/lib/dotnet/ko/System.Threading.xml",
        "runtimes/win7/lib/dotnet/ru/System.Threading.xml",
        "runtimes/win7/lib/dotnet/System.Threading.dll",
        "runtimes/win7/lib/dotnet/System.Threading.xml",
        "runtimes/win7/lib/dotnet/zh-hans/System.Threading.xml",
        "runtimes/win7/lib/dotnet/zh-hant/System.Threading.xml"
3553 3554
      ]
    },
3555 3556
    "System.AppContext/4.0.1-beta-23321": {
      "sha512": "zgHil87pNujqxKijXCLe86T2wWu5cgXScY01WTbbJomJhTy79RWK7Xf+nK8V2AYowhZduMICjPjT7//D+5Os9g==",
3557 3558
      "type": "Package",
      "files": [
3559
        "[Content_Types].xml",
3560 3561 3562 3563
        "_rels/.rels",
        "lib/DNXCore50/System.AppContext.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
3564
        "lib/net46/System.AppContext.dll",
3565 3566 3567 3568 3569 3570 3571
        "lib/netcore50/de/System.AppContext.xml",
        "lib/netcore50/es/System.AppContext.xml",
        "lib/netcore50/fr/System.AppContext.xml",
        "lib/netcore50/it/System.AppContext.xml",
        "lib/netcore50/ja/System.AppContext.xml",
        "lib/netcore50/ko/System.AppContext.xml",
        "lib/netcore50/ru/System.AppContext.xml",
3572
        "lib/netcore50/System.AppContext.dll",
3573 3574 3575
        "lib/netcore50/System.AppContext.xml",
        "lib/netcore50/zh-hans/System.AppContext.xml",
        "lib/netcore50/zh-hant/System.AppContext.xml",
3576 3577
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3578
        "package/services/metadata/core-properties/9f60e94389c84a7a89692aa1ff8863bb.psmdcp",
3579 3580 3581
        "ref/dotnet/System.AppContext.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
3582
        "ref/net46/System.AppContext.dll",
3583 3584
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3585
        "System.AppContext.nuspec"
3586 3587
      ]
    },
3588 3589
    "System.Collections/4.0.11-beta-23321": {
      "sha512": "ShjDeJqXRSn2uiTsLq5xDpI9bQcp3petLDf9VlbGxla6BmPb/jiEQa7ljbYMdAuPH70epGItEPW6wS6ql0bXUQ==",
3590 3591
      "type": "Package",
      "files": [
3592
        "[Content_Types].xml",
3593
        "_rels/.rels",
3594 3595 3596 3597 3598 3599 3600
        "lib/DNXCore50/de/System.Collections.xml",
        "lib/DNXCore50/es/System.Collections.xml",
        "lib/DNXCore50/fr/System.Collections.xml",
        "lib/DNXCore50/it/System.Collections.xml",
        "lib/DNXCore50/ja/System.Collections.xml",
        "lib/DNXCore50/ko/System.Collections.xml",
        "lib/DNXCore50/ru/System.Collections.xml",
3601
        "lib/DNXCore50/System.Collections.dll",
3602 3603 3604
        "lib/DNXCore50/System.Collections.xml",
        "lib/DNXCore50/zh-hans/System.Collections.xml",
        "lib/DNXCore50/zh-hant/System.Collections.xml",
3605 3606 3607
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
3608 3609 3610 3611 3612 3613 3614
        "lib/netcore50/de/System.Collections.xml",
        "lib/netcore50/es/System.Collections.xml",
        "lib/netcore50/fr/System.Collections.xml",
        "lib/netcore50/it/System.Collections.xml",
        "lib/netcore50/ja/System.Collections.xml",
        "lib/netcore50/ko/System.Collections.xml",
        "lib/netcore50/ru/System.Collections.xml",
3615
        "lib/netcore50/System.Collections.dll",
3616 3617 3618
        "lib/netcore50/System.Collections.xml",
        "lib/netcore50/zh-hans/System.Collections.xml",
        "lib/netcore50/zh-hant/System.Collections.xml",
3619 3620
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3621
        "package/services/metadata/core-properties/f833fc65fe5247d2b8974961da40e893.psmdcp",
3622 3623 3624 3625 3626 3627
        "ref/dotnet/System.Collections.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3628 3629 3630 3631 3632 3633 3634
        "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml",
        "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml",
        "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml",
        "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml",
        "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml",
        "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml",
        "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml",
3635
        "runtimes/win8-aot/lib/netcore50/System.Collections.dll",
3636 3637 3638 3639 3640 3641
        "runtimes/win8-aot/lib/netcore50/System.Collections.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml",
        "System.Collections.nuspec"
      ]
    },
3642 3643 3644 3645
    "System.Collections.Immutable/1.1.36": {
      "sha512": "MOlivTIeAIQPPMUPWIIoMCvZczjFRLYUWSYwqi1szu8QPyeIbsaPeI+hpXe1DzTxNwnRnmfYaoToi6kXIfSPNg==",
      "type": "Package",
      "files": [
3646
        "[Content_Types].xml",
3647 3648 3649
        "_rels/.rels",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
3650
        "License-Stable.rtf",
3651
        "package/services/metadata/core-properties/c8b7b781850445db852bd2d848380ca6.psmdcp",
3652
        "System.Collections.Immutable.nuspec"
3653 3654
      ]
    },
3655 3656
    "System.Console/4.0.0-beta-23321": {
      "sha512": "T+3GU5sqNEY6FQrcBq+OxgGmR3iocoyCIaH486/jrHvYiDI2fJYuIQQMFfDom7lK9ALuyGQo6DHtIP8gvPtU4w==",
3657 3658
      "type": "Package",
      "files": [
3659
        "[Content_Types].xml",
3660 3661 3662
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
3663
        "lib/net46/System.Console.dll",
3664 3665
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3666
        "package/services/metadata/core-properties/a6484cacbf364fb1bc265b95a9c5ee1e.psmdcp",
3667 3668 3669
        "ref/dotnet/System.Console.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
3670
        "ref/net46/System.Console.dll",
3671 3672
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3673
        "runtime.json",
3674
        "System.Console.nuspec"
3675 3676
      ]
    },
3677 3678
    "System.Diagnostics.Contracts/4.0.1-beta-23321": {
      "sha512": "uQBLdUyCPp0fwVdlmDb002cVwqDfgdwZOKyAMCQFIaYVvgrDc5LVhBdUC5DbTnD9yoNmKaudN4wphEUZc7UmKw==",
3679 3680
      "type": "Package",
      "files": [
3681
        "[Content_Types].xml",
3682 3683 3684
        "_rels/.rels",
        "lib/DNXCore50/System.Diagnostics.Contracts.dll",
        "lib/net45/_._",
3685
        "lib/netcore50/System.Diagnostics.Contracts.dll",
3686 3687 3688
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
3689
        "package/services/metadata/core-properties/aa4cbb3734984eeabf9662196665c772.psmdcp",
3690 3691 3692
        "ref/dotnet/System.Diagnostics.Contracts.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Diagnostics.Contracts.dll",
3693
        "ref/win8/_._",
3694 3695
        "ref/wp80/_._",
        "ref/wpa81/_._",
3696 3697
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll",
        "System.Diagnostics.Contracts.nuspec"
3698 3699
      ]
    },
3700 3701
    "System.Diagnostics.Debug/4.0.11-beta-23321": {
      "sha512": "4R6FjkoZEnCFNFG7RX7bgugxyLt7K4AMoeM9pobL31WRK7G3l/8AjAArAIxStTP0mYOQBDfnuzEy7A6GtPPVrQ==",
3702 3703
      "type": "Package",
      "files": [
3704
        "[Content_Types].xml",
3705 3706 3707 3708 3709 3710
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3711
        "package/services/metadata/core-properties/d09b3b4ae77f4521a143a18383509727.psmdcp",
3712 3713 3714 3715 3716 3717
        "ref/dotnet/System.Diagnostics.Debug.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3718
        "runtime.json",
3719
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll",
3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742
        "System.Diagnostics.Debug.nuspec"
      ]
    },
    "System.Diagnostics.FileVersionInfo/4.0.0-beta-23321": {
      "sha512": "8A1yWiMTN/rrxg8u+10hFGLf94zZa/AorhYoVviuRPbl+UeYd6wPjAYt8RVlm05X2iB10MM7H0JgNjgJeCC5Ig==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Diagnostics.FileVersionInfo.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/7e9bd4814bac467ea31b75a1c4b2eaab.psmdcp",
        "ref/dotnet/System.Diagnostics.FileVersionInfo.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Diagnostics.FileVersionInfo.dll",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "runtime.json",
        "System.Diagnostics.FileVersionInfo.nuspec"
3743 3744
      ]
    },
3745 3746
    "System.Diagnostics.Process/4.1.0-beta-23321": {
      "sha512": "uyJkM1sHuj25J1MCwgWkrtDzj8zDQFf5Lq81MMcuiTN5vPro5OFch6mS1OQeQwh4rMhcuEab56xz+nKWFBpDuA==",
3747 3748
      "type": "Package",
      "files": [
3749
        "[Content_Types].xml",
3750 3751 3752
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
3753 3754 3755 3756 3757 3758 3759
        "lib/net46/de/System.Diagnostics.Process.xml",
        "lib/net46/es/System.Diagnostics.Process.xml",
        "lib/net46/fr/System.Diagnostics.Process.xml",
        "lib/net46/it/System.Diagnostics.Process.xml",
        "lib/net46/ja/System.Diagnostics.Process.xml",
        "lib/net46/ko/System.Diagnostics.Process.xml",
        "lib/net46/ru/System.Diagnostics.Process.xml",
3760
        "lib/net46/System.Diagnostics.Process.dll",
3761 3762 3763
        "lib/net46/System.Diagnostics.Process.xml",
        "lib/net46/zh-hans/System.Diagnostics.Process.xml",
        "lib/net46/zh-hant/System.Diagnostics.Process.xml",
3764 3765
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3766
        "package/services/metadata/core-properties/9f8bf204da1b44bebe5820c2a2f46af0.psmdcp",
3767 3768 3769
        "ref/dotnet/System.Diagnostics.Process.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
3770 3771 3772 3773 3774 3775 3776
        "ref/net46/de/System.Diagnostics.Process.xml",
        "ref/net46/es/System.Diagnostics.Process.xml",
        "ref/net46/fr/System.Diagnostics.Process.xml",
        "ref/net46/it/System.Diagnostics.Process.xml",
        "ref/net46/ja/System.Diagnostics.Process.xml",
        "ref/net46/ko/System.Diagnostics.Process.xml",
        "ref/net46/ru/System.Diagnostics.Process.xml",
3777
        "ref/net46/System.Diagnostics.Process.dll",
3778 3779 3780
        "ref/net46/System.Diagnostics.Process.xml",
        "ref/net46/zh-hans/System.Diagnostics.Process.xml",
        "ref/net46/zh-hant/System.Diagnostics.Process.xml",
3781 3782
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3783 3784
        "runtime.json",
        "System.Diagnostics.Process.nuspec"
3785 3786
      ]
    },
3787 3788
    "System.Diagnostics.StackTrace/4.0.1-beta-23321": {
      "sha512": "Z6ISAYpE/EFWjHKlKHIwaYKmJdQfTNGFg/It2XXZnVC0iK9wU6n3nCJEQQPtNGCsUFOuS1lR4IcZ1DJg2zOcDw==",
3789 3790
      "type": "Package",
      "files": [
3791
        "[Content_Types].xml",
3792
        "_rels/.rels",
3793 3794 3795 3796 3797 3798 3799
        "lib/DNXCore50/de/System.Diagnostics.StackTrace.xml",
        "lib/DNXCore50/es/System.Diagnostics.StackTrace.xml",
        "lib/DNXCore50/fr/System.Diagnostics.StackTrace.xml",
        "lib/DNXCore50/it/System.Diagnostics.StackTrace.xml",
        "lib/DNXCore50/ja/System.Diagnostics.StackTrace.xml",
        "lib/DNXCore50/ko/System.Diagnostics.StackTrace.xml",
        "lib/DNXCore50/ru/System.Diagnostics.StackTrace.xml",
3800
        "lib/DNXCore50/System.Diagnostics.StackTrace.dll",
3801 3802 3803
        "lib/DNXCore50/System.Diagnostics.StackTrace.xml",
        "lib/DNXCore50/zh-hans/System.Diagnostics.StackTrace.xml",
        "lib/DNXCore50/zh-hant/System.Diagnostics.StackTrace.xml",
3804 3805
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
3806 3807 3808 3809 3810 3811 3812
        "lib/net46/de/System.Diagnostics.StackTrace.xml",
        "lib/net46/es/System.Diagnostics.StackTrace.xml",
        "lib/net46/fr/System.Diagnostics.StackTrace.xml",
        "lib/net46/it/System.Diagnostics.StackTrace.xml",
        "lib/net46/ja/System.Diagnostics.StackTrace.xml",
        "lib/net46/ko/System.Diagnostics.StackTrace.xml",
        "lib/net46/ru/System.Diagnostics.StackTrace.xml",
3813
        "lib/net46/System.Diagnostics.StackTrace.dll",
3814 3815 3816 3817 3818 3819 3820 3821 3822 3823
        "lib/net46/System.Diagnostics.StackTrace.xml",
        "lib/net46/zh-hans/System.Diagnostics.StackTrace.xml",
        "lib/net46/zh-hant/System.Diagnostics.StackTrace.xml",
        "lib/netcore50/de/System.Diagnostics.StackTrace.xml",
        "lib/netcore50/es/System.Diagnostics.StackTrace.xml",
        "lib/netcore50/fr/System.Diagnostics.StackTrace.xml",
        "lib/netcore50/it/System.Diagnostics.StackTrace.xml",
        "lib/netcore50/ja/System.Diagnostics.StackTrace.xml",
        "lib/netcore50/ko/System.Diagnostics.StackTrace.xml",
        "lib/netcore50/ru/System.Diagnostics.StackTrace.xml",
3824
        "lib/netcore50/System.Diagnostics.StackTrace.dll",
3825 3826 3827
        "lib/netcore50/System.Diagnostics.StackTrace.xml",
        "lib/netcore50/zh-hans/System.Diagnostics.StackTrace.xml",
        "lib/netcore50/zh-hant/System.Diagnostics.StackTrace.xml",
3828 3829
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3830
        "package/services/metadata/core-properties/fbc1a675ca0e44bf800a7de202099cfa.psmdcp",
3831 3832 3833
        "ref/dotnet/System.Diagnostics.StackTrace.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
3834 3835 3836 3837 3838 3839 3840
        "ref/net46/de/System.Diagnostics.StackTrace.xml",
        "ref/net46/es/System.Diagnostics.StackTrace.xml",
        "ref/net46/fr/System.Diagnostics.StackTrace.xml",
        "ref/net46/it/System.Diagnostics.StackTrace.xml",
        "ref/net46/ja/System.Diagnostics.StackTrace.xml",
        "ref/net46/ko/System.Diagnostics.StackTrace.xml",
        "ref/net46/ru/System.Diagnostics.StackTrace.xml",
3841
        "ref/net46/System.Diagnostics.StackTrace.dll",
3842 3843 3844
        "ref/net46/System.Diagnostics.StackTrace.xml",
        "ref/net46/zh-hans/System.Diagnostics.StackTrace.xml",
        "ref/net46/zh-hant/System.Diagnostics.StackTrace.xml",
3845 3846
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3847 3848 3849 3850 3851 3852 3853
        "runtimes/win8-aot/lib/netcore50/de/System.Diagnostics.StackTrace.xml",
        "runtimes/win8-aot/lib/netcore50/es/System.Diagnostics.StackTrace.xml",
        "runtimes/win8-aot/lib/netcore50/fr/System.Diagnostics.StackTrace.xml",
        "runtimes/win8-aot/lib/netcore50/it/System.Diagnostics.StackTrace.xml",
        "runtimes/win8-aot/lib/netcore50/ja/System.Diagnostics.StackTrace.xml",
        "runtimes/win8-aot/lib/netcore50/ko/System.Diagnostics.StackTrace.xml",
        "runtimes/win8-aot/lib/netcore50/ru/System.Diagnostics.StackTrace.xml",
3854
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll",
3855 3856 3857 3858
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hans/System.Diagnostics.StackTrace.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hant/System.Diagnostics.StackTrace.xml",
        "System.Diagnostics.StackTrace.nuspec"
3859 3860
      ]
    },
3861 3862
    "System.Diagnostics.Tools/4.0.1-beta-23321": {
      "sha512": "xoM7gy0T1QBgDeMvoMkOdCKlWvgQofBFVaFkMNfCKNC57L/ri4zZG5bDmhnkO9LXkjQ+rfbBBU/nwRpXGNBXMg==",
3863 3864
      "type": "Package",
      "files": [
3865
        "[Content_Types].xml",
3866
        "_rels/.rels",
3867 3868 3869 3870 3871 3872 3873
        "lib/DNXCore50/de/System.Diagnostics.Tools.xml",
        "lib/DNXCore50/es/System.Diagnostics.Tools.xml",
        "lib/DNXCore50/fr/System.Diagnostics.Tools.xml",
        "lib/DNXCore50/it/System.Diagnostics.Tools.xml",
        "lib/DNXCore50/ja/System.Diagnostics.Tools.xml",
        "lib/DNXCore50/ko/System.Diagnostics.Tools.xml",
        "lib/DNXCore50/ru/System.Diagnostics.Tools.xml",
3874
        "lib/DNXCore50/System.Diagnostics.Tools.dll",
3875 3876 3877
        "lib/DNXCore50/System.Diagnostics.Tools.xml",
        "lib/DNXCore50/zh-hans/System.Diagnostics.Tools.xml",
        "lib/DNXCore50/zh-hant/System.Diagnostics.Tools.xml",
3878
        "lib/net45/_._",
3879 3880 3881 3882 3883 3884 3885
        "lib/netcore50/de/System.Diagnostics.Tools.xml",
        "lib/netcore50/es/System.Diagnostics.Tools.xml",
        "lib/netcore50/fr/System.Diagnostics.Tools.xml",
        "lib/netcore50/it/System.Diagnostics.Tools.xml",
        "lib/netcore50/ja/System.Diagnostics.Tools.xml",
        "lib/netcore50/ko/System.Diagnostics.Tools.xml",
        "lib/netcore50/ru/System.Diagnostics.Tools.xml",
3886
        "lib/netcore50/System.Diagnostics.Tools.dll",
3887 3888 3889
        "lib/netcore50/System.Diagnostics.Tools.xml",
        "lib/netcore50/zh-hans/System.Diagnostics.Tools.xml",
        "lib/netcore50/zh-hant/System.Diagnostics.Tools.xml",
3890 3891 3892
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
3893
        "package/services/metadata/core-properties/96b131cbd7b7440b802f9771a0027282.psmdcp",
3894 3895 3896
        "ref/dotnet/System.Diagnostics.Tools.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Diagnostics.Tools.dll",
3897
        "ref/win8/_._",
3898 3899
        "ref/wp80/_._",
        "ref/wpa81/_._",
3900 3901 3902 3903 3904 3905 3906
        "runtimes/win8-aot/lib/netcore50/de/System.Diagnostics.Tools.xml",
        "runtimes/win8-aot/lib/netcore50/es/System.Diagnostics.Tools.xml",
        "runtimes/win8-aot/lib/netcore50/fr/System.Diagnostics.Tools.xml",
        "runtimes/win8-aot/lib/netcore50/it/System.Diagnostics.Tools.xml",
        "runtimes/win8-aot/lib/netcore50/ja/System.Diagnostics.Tools.xml",
        "runtimes/win8-aot/lib/netcore50/ko/System.Diagnostics.Tools.xml",
        "runtimes/win8-aot/lib/netcore50/ru/System.Diagnostics.Tools.xml",
3907
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll",
3908 3909 3910 3911
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hans/System.Diagnostics.Tools.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hant/System.Diagnostics.Tools.xml",
        "System.Diagnostics.Tools.nuspec"
3912 3913
      ]
    },
3914 3915
    "System.Diagnostics.Tracing/4.0.21-beta-23321": {
      "sha512": "OiIKj+DaWak1aN8M61SWIUniknrOV5WWhJy5pP1kwcFQ4JkCDWe+yTIXn2EfQdvzAfkLBNqr8u5wa1fVK9OwLg==",
3916 3917
      "type": "Package",
      "files": [
3918
        "[Content_Types].xml",
3919 3920 3921 3922 3923
        "_rels/.rels",
        "lib/DNXCore50/System.Diagnostics.Tracing.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
3924
        "lib/netcore50/System.Diagnostics.Tracing.dll",
3925 3926
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3927
        "package/services/metadata/core-properties/0cf13c4ba4f740cba9eb61b4514f6bbd.psmdcp",
3928 3929 3930 3931 3932 3933
        "ref/dotnet/System.Diagnostics.Tracing.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3934 3935 3936 3937 3938 3939 3940
        "runtimes/win8-aot/lib/netcore50/de/System.Diagnostics.Tracing.xml",
        "runtimes/win8-aot/lib/netcore50/es/System.Diagnostics.Tracing.xml",
        "runtimes/win8-aot/lib/netcore50/fr/System.Diagnostics.Tracing.xml",
        "runtimes/win8-aot/lib/netcore50/it/System.Diagnostics.Tracing.xml",
        "runtimes/win8-aot/lib/netcore50/ja/System.Diagnostics.Tracing.xml",
        "runtimes/win8-aot/lib/netcore50/ko/System.Diagnostics.Tracing.xml",
        "runtimes/win8-aot/lib/netcore50/ru/System.Diagnostics.Tracing.xml",
3941
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll",
3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hans/System.Diagnostics.Tracing.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hant/System.Diagnostics.Tracing.xml",
        "System.Diagnostics.Tracing.nuspec"
      ]
    },
    "System.Dynamic.Runtime/4.0.11-beta-23321": {
      "sha512": "nLFraVth0r3h7zEizl4mNafksP3NHGJxEX8vl+Rbs41yvs5+6XUw/xeOhySxkjHoUZBp6Y9d6GrU0raP54vhFQ==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/de/System.Dynamic.Runtime.xml",
        "lib/DNXCore50/es/System.Dynamic.Runtime.xml",
        "lib/DNXCore50/fr/System.Dynamic.Runtime.xml",
        "lib/DNXCore50/it/System.Dynamic.Runtime.xml",
        "lib/DNXCore50/ja/System.Dynamic.Runtime.xml",
        "lib/DNXCore50/ko/System.Dynamic.Runtime.xml",
        "lib/DNXCore50/ru/System.Dynamic.Runtime.xml",
        "lib/DNXCore50/System.Dynamic.Runtime.dll",
        "lib/DNXCore50/System.Dynamic.Runtime.xml",
        "lib/DNXCore50/zh-hans/System.Dynamic.Runtime.xml",
        "lib/DNXCore50/zh-hant/System.Dynamic.Runtime.xml",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/netcore50/de/System.Dynamic.Runtime.xml",
        "lib/netcore50/es/System.Dynamic.Runtime.xml",
        "lib/netcore50/fr/System.Dynamic.Runtime.xml",
        "lib/netcore50/it/System.Dynamic.Runtime.xml",
        "lib/netcore50/ja/System.Dynamic.Runtime.xml",
        "lib/netcore50/ko/System.Dynamic.Runtime.xml",
        "lib/netcore50/ru/System.Dynamic.Runtime.xml",
        "lib/netcore50/System.Dynamic.Runtime.dll",
        "lib/netcore50/System.Dynamic.Runtime.xml",
        "lib/netcore50/zh-hans/System.Dynamic.Runtime.xml",
        "lib/netcore50/zh-hant/System.Dynamic.Runtime.xml",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/800b57cff91d4981b9f0ba8129029f78.psmdcp",
        "ref/dotnet/System.Dynamic.Runtime.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "runtimes/win8-aot/lib/netcore50/de/System.Dynamic.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/es/System.Dynamic.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/fr/System.Dynamic.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/it/System.Dynamic.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/ja/System.Dynamic.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/ko/System.Dynamic.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/ru/System.Dynamic.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll",
        "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hans/System.Dynamic.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hant/System.Dynamic.Runtime.xml",
        "System.Dynamic.Runtime.nuspec"
4000 4001
      ]
    },
4002 4003
    "System.Globalization/4.0.11-beta-23321": {
      "sha512": "x2xt0ZWdRlG2HdyTCE2Nw5rVvCVAB/VUwQdD51MN/ymGIQpqgrijiMCaqY3NA2sCFdViTuJOwBOaOjd02PKquQ==",
4004 4005
      "type": "Package",
      "files": [
4006
        "[Content_Types].xml",
4007 4008 4009 4010 4011
        "_rels/.rels",
        "lib/DNXCore50/System.Globalization.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4012
        "lib/netcore50/System.Globalization.dll",
4013 4014
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4015
        "package/services/metadata/core-properties/fbfb4b8becac4cf6b73f30cb91af51e0.psmdcp",
4016 4017 4018 4019 4020 4021
        "ref/dotnet/System.Globalization.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4022 4023
        "runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
        "System.Globalization.nuspec"
4024 4025
      ]
    },
4026 4027
    "System.Globalization.Calendars/4.0.1-beta-23321": {
      "sha512": "nPrmcTQHZGygVw8njyFVXDMNyHDyA5YLrfnBR8Do0vR02OmWAkfLA8jETZIiroIBHfynPda56GVVyUxHjXDhoQ==",
4028 4029
      "type": "Package",
      "files": [
4030
        "[Content_Types].xml",
4031 4032 4033 4034
        "_rels/.rels",
        "lib/DNXCore50/System.Globalization.Calendars.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4035 4036
        "lib/net46/System.Globalization.Calendars.dll",
        "lib/netcore50/System.Globalization.Calendars.dll",
4037 4038
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4039
        "package/services/metadata/core-properties/2a5ed4057ec745739a290228c7436f53.psmdcp",
4040 4041 4042
        "ref/dotnet/System.Globalization.Calendars.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4043
        "ref/net46/System.Globalization.Calendars.dll",
4044 4045
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4046 4047
        "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll",
        "System.Globalization.Calendars.nuspec"
4048 4049
      ]
    },
4050 4051
    "System.IO/4.0.11-beta-23321": {
      "sha512": "HozIN1RtKBRBNLePHGKUkvaLDs3d2ytO7jYD0PJEjfprB5tEapX69hEH8MpWu8a2JtuWH4n8Sqb2MJ4I0whQ6Q==",
4052 4053
      "type": "Package",
      "files": [
4054
        "[Content_Types].xml",
4055
        "_rels/.rels",
4056 4057 4058 4059 4060 4061 4062
        "lib/DNXCore50/de/System.IO.xml",
        "lib/DNXCore50/es/System.IO.xml",
        "lib/DNXCore50/fr/System.IO.xml",
        "lib/DNXCore50/it/System.IO.xml",
        "lib/DNXCore50/ja/System.IO.xml",
        "lib/DNXCore50/ko/System.IO.xml",
        "lib/DNXCore50/ru/System.IO.xml",
4063
        "lib/DNXCore50/System.IO.dll",
4064 4065 4066
        "lib/DNXCore50/System.IO.xml",
        "lib/DNXCore50/zh-hans/System.IO.xml",
        "lib/DNXCore50/zh-hant/System.IO.xml",
4067 4068 4069
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4070 4071 4072 4073 4074 4075 4076
        "lib/netcore50/de/System.IO.xml",
        "lib/netcore50/es/System.IO.xml",
        "lib/netcore50/fr/System.IO.xml",
        "lib/netcore50/it/System.IO.xml",
        "lib/netcore50/ja/System.IO.xml",
        "lib/netcore50/ko/System.IO.xml",
        "lib/netcore50/ru/System.IO.xml",
4077
        "lib/netcore50/System.IO.dll",
4078 4079 4080
        "lib/netcore50/System.IO.xml",
        "lib/netcore50/zh-hans/System.IO.xml",
        "lib/netcore50/zh-hant/System.IO.xml",
4081 4082
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4083
        "package/services/metadata/core-properties/56ba00f750f24a5da2376c4023582747.psmdcp",
4084 4085 4086 4087 4088 4089
        "ref/dotnet/System.IO.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4090 4091 4092 4093 4094 4095 4096
        "runtimes/win8-aot/lib/netcore50/de/System.IO.xml",
        "runtimes/win8-aot/lib/netcore50/es/System.IO.xml",
        "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml",
        "runtimes/win8-aot/lib/netcore50/it/System.IO.xml",
        "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml",
        "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml",
        "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml",
4097
        "runtimes/win8-aot/lib/netcore50/System.IO.dll",
4098 4099 4100 4101
        "runtimes/win8-aot/lib/netcore50/System.IO.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml",
        "System.IO.nuspec"
4102 4103
      ]
    },
4104 4105
    "System.IO.FileSystem/4.0.1-beta-23321": {
      "sha512": "4HrW5zPva1J19l/g1a5tDfm35fGV98sSgT1dDr/DQcxBA4njuzWdML3dU6NAWZw0lTlmLedd1qNc9emAzMGUaw==",
4106 4107
      "type": "Package",
      "files": [
4108
        "[Content_Types].xml",
4109 4110 4111
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4112
        "lib/net46/System.IO.FileSystem.dll",
4113 4114
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4115
        "package/services/metadata/core-properties/51d437692fb84181b0a8db020860cea9.psmdcp",
4116 4117 4118
        "ref/dotnet/System.IO.FileSystem.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4119
        "ref/net46/System.IO.FileSystem.dll",
4120 4121
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4122
        "runtime.json",
4123
        "System.IO.FileSystem.nuspec"
4124 4125
      ]
    },
4126 4127
    "System.IO.FileSystem.Primitives/4.0.0": {
      "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==",
4128 4129
      "type": "Package",
      "files": [
4130
        "[Content_Types].xml",
4131 4132 4133 4134
        "_rels/.rels",
        "lib/dotnet/System.IO.FileSystem.Primitives.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4135
        "lib/net46/System.IO.FileSystem.Primitives.dll",
4136 4137
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4138 4139 4140 4141 4142 4143 4144 4145
        "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp",
        "ref/dotnet/de/System.IO.FileSystem.Primitives.xml",
        "ref/dotnet/es/System.IO.FileSystem.Primitives.xml",
        "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml",
        "ref/dotnet/it/System.IO.FileSystem.Primitives.xml",
        "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml",
        "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml",
        "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml",
4146
        "ref/dotnet/System.IO.FileSystem.Primitives.dll",
4147 4148 4149
        "ref/dotnet/System.IO.FileSystem.Primitives.xml",
        "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml",
        "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml",
4150 4151
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4152
        "ref/net46/System.IO.FileSystem.Primitives.dll",
4153 4154
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4155
        "System.IO.FileSystem.Primitives.nuspec"
4156 4157
      ]
    },
4158 4159
    "System.IO.Pipes/4.0.0-beta-23321": {
      "sha512": "1wL5QKz+W6qD41HEeWizKQr3vtO/htd2pm/Y80jUSMnsEhih3LZqLjgTbJK95nVYwYpaltWCx+lA2gGgG2dZJw==",
4160 4161
      "type": "Package",
      "files": [
4162
        "[Content_Types].xml",
4163
        "_rels/.rels",
4164
        "lib/net46/System.IO.Pipes.dll",
4165
        "package/services/metadata/core-properties/fbdfaaee2e974aa3b62dcd9c3a0caf16.psmdcp",
4166 4167
        "ref/dotnet/System.IO.Pipes.dll",
        "ref/net46/System.IO.Pipes.dll",
4168 4169
        "runtime.json",
        "System.IO.Pipes.nuspec"
4170 4171
      ]
    },
4172 4173
    "System.Linq/4.0.1-beta-23321": {
      "sha512": "uw60zm0oDkqeZ1tX/1Ok1o3P1JCDVd4iVjUNNb+zhm8ZcmXZC4LSJKAO4hrkwmCxZlsUskBK9H/f1mJbG3cv4g==",
4174 4175
      "type": "Package",
      "files": [
4176
        "[Content_Types].xml",
4177
        "_rels/.rels",
4178 4179 4180 4181 4182 4183 4184
        "lib/dotnet/de/System.Linq.xml",
        "lib/dotnet/es/System.Linq.xml",
        "lib/dotnet/fr/System.Linq.xml",
        "lib/dotnet/it/System.Linq.xml",
        "lib/dotnet/ja/System.Linq.xml",
        "lib/dotnet/ko/System.Linq.xml",
        "lib/dotnet/ru/System.Linq.xml",
4185
        "lib/dotnet/System.Linq.dll",
4186 4187 4188
        "lib/dotnet/System.Linq.xml",
        "lib/dotnet/zh-hans/System.Linq.xml",
        "lib/dotnet/zh-hant/System.Linq.xml",
4189 4190
        "lib/net45/_._",
        "lib/netcore50/System.Linq.dll",
4191
        "lib/netcore50/System.Linq.xml",
4192
        "lib/win8/_._",
4193 4194
        "lib/wp80/_._",
        "lib/wpa81/_._",
4195
        "package/services/metadata/core-properties/62d6902652794f8a9216c34686d9ba4b.psmdcp",
4196 4197 4198
        "ref/dotnet/System.Linq.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Linq.dll",
4199
        "ref/win8/_._",
4200 4201
        "ref/wp80/_._",
        "ref/wpa81/_._",
4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237
        "System.Linq.nuspec"
      ]
    },
    "System.Linq.Expressions/4.0.10": {
      "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/System.Linq.Expressions.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/netcore50/System.Linq.Expressions.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/4e3c061f7c0a427fa5b65bd3d84e9bc3.psmdcp",
        "ref/dotnet/de/System.Linq.Expressions.xml",
        "ref/dotnet/es/System.Linq.Expressions.xml",
        "ref/dotnet/fr/System.Linq.Expressions.xml",
        "ref/dotnet/it/System.Linq.Expressions.xml",
        "ref/dotnet/ja/System.Linq.Expressions.xml",
        "ref/dotnet/ko/System.Linq.Expressions.xml",
        "ref/dotnet/ru/System.Linq.Expressions.xml",
        "ref/dotnet/System.Linq.Expressions.dll",
        "ref/dotnet/System.Linq.Expressions.xml",
        "ref/dotnet/zh-hans/System.Linq.Expressions.xml",
        "ref/dotnet/zh-hant/System.Linq.Expressions.xml",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "runtime.json",
        "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll",
        "System.Linq.Expressions.nuspec"
4238 4239
      ]
    },
4240 4241
    "System.ObjectModel/4.0.11-beta-23321": {
      "sha512": "EzC3uRo6wziGKAOLxgeXSc3vL7g/hE2xbjyM4bB6kJWYKqKyIX7Vie4pq/lYiY4ioXtwXgLz+leNszROISMnDQ==",
4242 4243
      "type": "Package",
      "files": [
4244
        "[Content_Types].xml",
4245
        "_rels/.rels",
4246 4247 4248 4249 4250 4251 4252
        "lib/dotnet/de/System.ObjectModel.xml",
        "lib/dotnet/es/System.ObjectModel.xml",
        "lib/dotnet/fr/System.ObjectModel.xml",
        "lib/dotnet/it/System.ObjectModel.xml",
        "lib/dotnet/ja/System.ObjectModel.xml",
        "lib/dotnet/ko/System.ObjectModel.xml",
        "lib/dotnet/ru/System.ObjectModel.xml",
4253
        "lib/dotnet/System.ObjectModel.dll",
4254 4255 4256
        "lib/dotnet/System.ObjectModel.xml",
        "lib/dotnet/zh-hans/System.ObjectModel.xml",
        "lib/dotnet/zh-hant/System.ObjectModel.xml",
4257 4258 4259 4260 4261
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4262
        "package/services/metadata/core-properties/23e34926ef6542f29940c58292841cfd.psmdcp",
4263 4264 4265 4266 4267 4268
        "ref/dotnet/System.ObjectModel.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4269
        "System.ObjectModel.nuspec"
4270 4271
      ]
    },
4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287
    "System.Private.DataContractSerialization/4.0.1-beta-23321": {
      "sha512": "yhnbPDMGg4r7fprZDvWauOdTOoRMlduNOdaEm8v15bGupt4o0VwgCoUfSPVnXWDoK/nzHYmw5vx4v7Q+GQU/Xg==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/System.Private.DataContractSerialization.dll",
        "lib/netcore50/System.Private.DataContractSerialization.dll",
        "package/services/metadata/core-properties/ac21f9476075476f828a7650d3df2d26.psmdcp",
        "ref/dnxcore50/_._",
        "ref/netcore50/_._",
        "runtime.json",
        "runtimes/win8-aot/lib/netcore50/System.Private.DataContractSerialization.dll",
        "System.Private.DataContractSerialization.nuspec"
      ]
    },
4288 4289
    "System.Private.Uri/4.0.1-beta-23321": {
      "sha512": "aYzUbfsIO9LHpGeBJFbuBRzbg8NhSxCWWAjJNdyKV6SrgawsuCsec+MOWsx+H4JR8NOE2CG5C3oDVj4eI9Pgtw==",
4290 4291
      "type": "Package",
      "files": [
4292
        "[Content_Types].xml",
4293
        "_rels/.rels",
4294
        "package/services/metadata/core-properties/2b2f854d867f4735aacb6bd366df1127.psmdcp",
4295 4296
        "ref/dnxcore50/_._",
        "ref/netcore50/_._",
4297
        "runtime.json",
4298
        "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll",
4299
        "System.Private.Uri.nuspec"
4300 4301
      ]
    },
4302 4303
    "System.Reflection/4.1.0-beta-23321": {
      "sha512": "BJmxSgtH9BJ6cbLcF2xodAf3NT9igbAKfUr/XmwcOL7/T4GOTYONIj3k/vy8CTIIgn/zcxQODG3Hjf5jh5iRBg==",
4304 4305
      "type": "Package",
      "files": [
4306
        "[Content_Types].xml",
4307 4308 4309 4310 4311
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4312
        "lib/netcore50/System.Reflection.dll",
4313 4314
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4315
        "package/services/metadata/core-properties/01c08beb33b54545a71b58b9083cabb6.psmdcp",
4316 4317 4318 4319 4320 4321
        "ref/dotnet/System.Reflection.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4322 4323
        "runtimes/win8-aot/lib/netcore50/System.Reflection.dll",
        "System.Reflection.nuspec"
4324 4325
      ]
    },
4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410
    "System.Reflection.Emit/4.0.0": {
      "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.Emit.dll",
        "lib/MonoAndroid10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Reflection.Emit.dll",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/f6dc998f8a6b43d7b08f33375407a384.psmdcp",
        "ref/dotnet/de/System.Reflection.Emit.xml",
        "ref/dotnet/es/System.Reflection.Emit.xml",
        "ref/dotnet/fr/System.Reflection.Emit.xml",
        "ref/dotnet/it/System.Reflection.Emit.xml",
        "ref/dotnet/ja/System.Reflection.Emit.xml",
        "ref/dotnet/ko/System.Reflection.Emit.xml",
        "ref/dotnet/ru/System.Reflection.Emit.xml",
        "ref/dotnet/System.Reflection.Emit.dll",
        "ref/dotnet/System.Reflection.Emit.xml",
        "ref/dotnet/zh-hans/System.Reflection.Emit.xml",
        "ref/dotnet/zh-hant/System.Reflection.Emit.xml",
        "ref/MonoAndroid10/_._",
        "ref/net45/_._",
        "ref/xamarinmac20/_._",
        "System.Reflection.Emit.nuspec"
      ]
    },
    "System.Reflection.Emit.ILGeneration/4.0.0": {
      "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll",
        "lib/net45/_._",
        "lib/netcore50/System.Reflection.Emit.ILGeneration.dll",
        "lib/wp80/_._",
        "package/services/metadata/core-properties/d044dd882ed2456486ddb05f1dd0420f.psmdcp",
        "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml",
        "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml",
        "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml",
        "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml",
        "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml",
        "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml",
        "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml",
        "ref/dotnet/System.Reflection.Emit.ILGeneration.dll",
        "ref/dotnet/System.Reflection.Emit.ILGeneration.xml",
        "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml",
        "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml",
        "ref/net45/_._",
        "ref/wp80/_._",
        "System.Reflection.Emit.ILGeneration.nuspec"
      ]
    },
    "System.Reflection.Emit.Lightweight/4.0.0": {
      "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll",
        "lib/net45/_._",
        "lib/netcore50/System.Reflection.Emit.Lightweight.dll",
        "lib/wp80/_._",
        "package/services/metadata/core-properties/52abced289cd46eebf8599b9b4c1c67b.psmdcp",
        "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml",
        "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml",
        "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml",
        "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml",
        "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml",
        "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml",
        "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml",
        "ref/dotnet/System.Reflection.Emit.Lightweight.dll",
        "ref/dotnet/System.Reflection.Emit.Lightweight.xml",
        "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml",
        "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml",
        "ref/net45/_._",
        "ref/wp80/_._",
        "System.Reflection.Emit.Lightweight.nuspec"
      ]
    },
    "System.Reflection.Extensions/4.0.1-beta-23321": {
      "sha512": "0ZYEtazFr/3jf31RFBqeGrphKcLEvZbtiQLxrHbqOxlGYB4TScf5/AXTAX7Dxxj8OESosgigfzofry8SYEfXYg==",
4411 4412
      "type": "Package",
      "files": [
4413
        "[Content_Types].xml",
4414 4415 4416
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.Extensions.dll",
        "lib/net45/_._",
4417
        "lib/netcore50/System.Reflection.Extensions.dll",
4418 4419 4420
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
4421
        "package/services/metadata/core-properties/7126a90e098846608d931321e1efd181.psmdcp",
4422 4423 4424
        "ref/dotnet/System.Reflection.Extensions.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Reflection.Extensions.dll",
4425
        "ref/win8/_._",
4426 4427
        "ref/wp80/_._",
        "ref/wpa81/_._",
4428 4429 4430 4431 4432 4433 4434
        "runtimes/win8-aot/lib/netcore50/de/System.Reflection.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/es/System.Reflection.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/it/System.Reflection.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.Extensions.xml",
4435
        "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll",
4436 4437 4438 4439
        "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.Extensions.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.Extensions.xml",
        "System.Reflection.Extensions.nuspec"
4440 4441
      ]
    },
A
Andy Gocke 已提交
4442 4443
    "System.Reflection.Metadata/1.1.0-alpha-00014": {
      "sha512": "rVeIWjVoLQS0aNrGdzndZReskyfxu4EfO9BKqT5GJt0YfGtlsHB1aDPnjl4jIBDTr+WJC9YsnZg8S5sKT1X42g==",
4444 4445
      "type": "Package",
      "files": [
4446
        "[Content_Types].xml",
4447 4448 4449 4450
        "_rels/.rels",
        "lib/portable-net45+win8/System.Reflection.Metadata.dll",
        "lib/portable-net45+win8/System.Reflection.Metadata.pdb",
        "lib/portable-net45+win8/System.Reflection.Metadata.xml",
A
Andy Gocke 已提交
4451
        "package/services/metadata/core-properties/a48ecf967b1540bba8edfe9af3a99ea5.psmdcp",
4452
        "System.Reflection.Metadata.nuspec"
4453 4454
      ]
    },
4455 4456
    "System.Reflection.Primitives/4.0.1-beta-23321": {
      "sha512": "BNg1/j5QPmRovdYXRFbtuoxX444casrq/f0wJY4Cy3FPRn7JeQs028oNfr8vN66xk1P+p3NBP//7FtopwAGN+g==",
4457 4458
      "type": "Package",
      "files": [
4459
        "[Content_Types].xml",
4460 4461 4462
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.Primitives.dll",
        "lib/net45/_._",
4463
        "lib/netcore50/System.Reflection.Primitives.dll",
4464 4465 4466
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
4467
        "package/services/metadata/core-properties/071daab6331442f48da7f5599bcf079e.psmdcp",
4468 4469 4470
        "ref/dotnet/System.Reflection.Primitives.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Reflection.Primitives.dll",
4471
        "ref/win8/_._",
4472 4473
        "ref/wp80/_._",
        "ref/wpa81/_._",
4474 4475 4476 4477 4478 4479 4480
        "runtimes/win8-aot/lib/netcore50/de/System.Reflection.Primitives.xml",
        "runtimes/win8-aot/lib/netcore50/es/System.Reflection.Primitives.xml",
        "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.Primitives.xml",
        "runtimes/win8-aot/lib/netcore50/it/System.Reflection.Primitives.xml",
        "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.Primitives.xml",
        "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.Primitives.xml",
        "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.Primitives.xml",
4481
        "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll",
4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519
        "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.Primitives.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.Primitives.xml",
        "System.Reflection.Primitives.nuspec"
      ]
    },
    "System.Reflection.TypeExtensions/4.0.0": {
      "sha512": "YRM/msNAM86hdxPyXcuZSzmTO0RQFh7YMEPBLTY8cqXvFPYIx2x99bOyPkuU81wRYQem1c1HTkImQ2DjbOBfew==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.TypeExtensions.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Reflection.TypeExtensions.dll",
        "lib/netcore50/System.Reflection.TypeExtensions.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/a37798ee61124eb7b6c56400aee24da1.psmdcp",
        "ref/dotnet/de/System.Reflection.TypeExtensions.xml",
        "ref/dotnet/es/System.Reflection.TypeExtensions.xml",
        "ref/dotnet/fr/System.Reflection.TypeExtensions.xml",
        "ref/dotnet/it/System.Reflection.TypeExtensions.xml",
        "ref/dotnet/ja/System.Reflection.TypeExtensions.xml",
        "ref/dotnet/ko/System.Reflection.TypeExtensions.xml",
        "ref/dotnet/ru/System.Reflection.TypeExtensions.xml",
        "ref/dotnet/System.Reflection.TypeExtensions.dll",
        "ref/dotnet/System.Reflection.TypeExtensions.xml",
        "ref/dotnet/zh-hans/System.Reflection.TypeExtensions.xml",
        "ref/dotnet/zh-hant/System.Reflection.TypeExtensions.xml",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Reflection.TypeExtensions.dll",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll",
        "System.Reflection.TypeExtensions.nuspec"
4520 4521
      ]
    },
4522 4523
    "System.Resources.ResourceManager/4.0.1-beta-23321": {
      "sha512": "Xb2b2WouJJyVwrwm2TCWkmTpzdW37VyVmQZhYnx9oFEeE+e+Wvl/k+0jNQrB57kWJFre00u/g+mDykAgBoKWOg==",
4524 4525
      "type": "Package",
      "files": [
4526
        "[Content_Types].xml",
4527 4528 4529
        "_rels/.rels",
        "lib/DNXCore50/System.Resources.ResourceManager.dll",
        "lib/net45/_._",
4530
        "lib/netcore50/System.Resources.ResourceManager.dll",
4531 4532 4533
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
4534
        "package/services/metadata/core-properties/97c30e7c67b449309795182925a582aa.psmdcp",
4535 4536 4537
        "ref/dotnet/System.Resources.ResourceManager.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Resources.ResourceManager.dll",
4538
        "ref/win8/_._",
4539 4540
        "ref/wp80/_._",
        "ref/wpa81/_._",
4541 4542 4543 4544 4545 4546 4547
        "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml",
        "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml",
        "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml",
        "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml",
        "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml",
        "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml",
        "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml",
4548
        "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll",
4549 4550 4551 4552
        "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml",
        "System.Resources.ResourceManager.nuspec"
4553 4554
      ]
    },
4555 4556
    "System.Runtime/4.0.21-beta-23321": {
      "sha512": "1cXiVm2L7F48anx94AXMlaMMkW34ECCyFiE/EJ+sJ3cVRiCIbzeGP/HgfWvAmR6Vb7HDyx4WUYeM2ID1jcwSiQ==",
4557 4558
      "type": "Package",
      "files": [
4559
        "[Content_Types].xml",
4560
        "_rels/.rels",
4561 4562 4563 4564 4565 4566 4567
        "lib/DNXCore50/de/System.Runtime.xml",
        "lib/DNXCore50/es/System.Runtime.xml",
        "lib/DNXCore50/fr/System.Runtime.xml",
        "lib/DNXCore50/it/System.Runtime.xml",
        "lib/DNXCore50/ja/System.Runtime.xml",
        "lib/DNXCore50/ko/System.Runtime.xml",
        "lib/DNXCore50/ru/System.Runtime.xml",
4568
        "lib/DNXCore50/System.Runtime.dll",
4569 4570 4571
        "lib/DNXCore50/System.Runtime.xml",
        "lib/DNXCore50/zh-hans/System.Runtime.xml",
        "lib/DNXCore50/zh-hant/System.Runtime.xml",
4572 4573 4574
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4575 4576 4577 4578 4579 4580 4581
        "lib/netcore50/de/System.Runtime.xml",
        "lib/netcore50/es/System.Runtime.xml",
        "lib/netcore50/fr/System.Runtime.xml",
        "lib/netcore50/it/System.Runtime.xml",
        "lib/netcore50/ja/System.Runtime.xml",
        "lib/netcore50/ko/System.Runtime.xml",
        "lib/netcore50/ru/System.Runtime.xml",
4582
        "lib/netcore50/System.Runtime.dll",
4583 4584 4585
        "lib/netcore50/System.Runtime.xml",
        "lib/netcore50/zh-hans/System.Runtime.xml",
        "lib/netcore50/zh-hant/System.Runtime.xml",
4586 4587
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4588
        "package/services/metadata/core-properties/7673ec88ee024db58f262b21c8ee84bc.psmdcp",
4589 4590 4591 4592 4593 4594
        "ref/dotnet/System.Runtime.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4595 4596 4597 4598 4599 4600 4601
        "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml",
4602
        "runtimes/win8-aot/lib/netcore50/System.Runtime.dll",
4603 4604 4605 4606
        "runtimes/win8-aot/lib/netcore50/System.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml",
        "System.Runtime.nuspec"
4607 4608
      ]
    },
4609 4610
    "System.Runtime.Extensions/4.0.11-beta-23321": {
      "sha512": "iqvpTN0WhcIGVz9quiA2PotxXLDYmu+pK6hLPuoIkyoQF8IJN7/uDV02sOl0ujB8oxoHBC+tASA7QA3nEeZeMQ==",
4611 4612
      "type": "Package",
      "files": [
4613
        "[Content_Types].xml",
4614 4615 4616 4617 4618 4619
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4620
        "package/services/metadata/core-properties/aa40024f803a4c37a959fddfb6cf0d2a.psmdcp",
4621 4622 4623 4624 4625 4626
        "ref/dotnet/System.Runtime.Extensions.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4627 4628
        "runtime.json",
        "System.Runtime.Extensions.nuspec"
4629 4630
      ]
    },
4631 4632
    "System.Runtime.Handles/4.0.1-beta-23321": {
      "sha512": "BLg+2M7bIZTM39Y9sO17CnS0xc+xzKAHncXjexGciJx+hyrUl78YJ6QAfbHAJ14Z+e+oiTQVO8cj7AOq3xqaJA==",
4633 4634
      "type": "Package",
      "files": [
4635
        "[Content_Types].xml",
4636
        "_rels/.rels",
4637 4638 4639 4640 4641 4642 4643
        "lib/DNXCore50/de/System.Runtime.Handles.xml",
        "lib/DNXCore50/es/System.Runtime.Handles.xml",
        "lib/DNXCore50/fr/System.Runtime.Handles.xml",
        "lib/DNXCore50/it/System.Runtime.Handles.xml",
        "lib/DNXCore50/ja/System.Runtime.Handles.xml",
        "lib/DNXCore50/ko/System.Runtime.Handles.xml",
        "lib/DNXCore50/ru/System.Runtime.Handles.xml",
4644
        "lib/DNXCore50/System.Runtime.Handles.dll",
4645 4646 4647
        "lib/DNXCore50/System.Runtime.Handles.xml",
        "lib/DNXCore50/zh-hans/System.Runtime.Handles.xml",
        "lib/DNXCore50/zh-hant/System.Runtime.Handles.xml",
4648 4649 4650
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4651 4652 4653 4654 4655 4656 4657
        "lib/netcore50/de/System.Runtime.Handles.xml",
        "lib/netcore50/es/System.Runtime.Handles.xml",
        "lib/netcore50/fr/System.Runtime.Handles.xml",
        "lib/netcore50/it/System.Runtime.Handles.xml",
        "lib/netcore50/ja/System.Runtime.Handles.xml",
        "lib/netcore50/ko/System.Runtime.Handles.xml",
        "lib/netcore50/ru/System.Runtime.Handles.xml",
4658
        "lib/netcore50/System.Runtime.Handles.dll",
4659 4660 4661
        "lib/netcore50/System.Runtime.Handles.xml",
        "lib/netcore50/zh-hans/System.Runtime.Handles.xml",
        "lib/netcore50/zh-hant/System.Runtime.Handles.xml",
4662 4663
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4664
        "package/services/metadata/core-properties/4c3f0754f0eb4acf8da1fc993b79df9d.psmdcp",
4665 4666 4667 4668 4669 4670
        "ref/dotnet/System.Runtime.Handles.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4671 4672 4673 4674 4675 4676 4677
        "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Handles.xml",
        "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Handles.xml",
        "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Handles.xml",
        "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Handles.xml",
        "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Handles.xml",
        "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Handles.xml",
        "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Handles.xml",
4678
        "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll",
4679 4680 4681 4682
        "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Handles.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Handles.xml",
        "System.Runtime.Handles.nuspec"
4683 4684
      ]
    },
4685 4686
    "System.Runtime.InteropServices/4.0.21-beta-23321": {
      "sha512": "QaHgkctkiMo9uD8AJmTEw/6/XogvYYp6Z0CH99+4j9WcXaSiBrRs/z0D4Wrcr0qQMls3gv3LDm8fve+XsYO67A==",
4687 4688
      "type": "Package",
      "files": [
4689
        "[Content_Types].xml",
4690
        "_rels/.rels",
4691 4692 4693 4694 4695 4696 4697
        "lib/DNXCore50/de/System.Runtime.InteropServices.xml",
        "lib/DNXCore50/es/System.Runtime.InteropServices.xml",
        "lib/DNXCore50/fr/System.Runtime.InteropServices.xml",
        "lib/DNXCore50/it/System.Runtime.InteropServices.xml",
        "lib/DNXCore50/ja/System.Runtime.InteropServices.xml",
        "lib/DNXCore50/ko/System.Runtime.InteropServices.xml",
        "lib/DNXCore50/ru/System.Runtime.InteropServices.xml",
4698
        "lib/DNXCore50/System.Runtime.InteropServices.dll",
4699 4700 4701
        "lib/DNXCore50/System.Runtime.InteropServices.xml",
        "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml",
        "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml",
4702 4703 4704
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4705 4706 4707 4708 4709 4710 4711
        "lib/netcore50/de/System.Runtime.InteropServices.xml",
        "lib/netcore50/es/System.Runtime.InteropServices.xml",
        "lib/netcore50/fr/System.Runtime.InteropServices.xml",
        "lib/netcore50/it/System.Runtime.InteropServices.xml",
        "lib/netcore50/ja/System.Runtime.InteropServices.xml",
        "lib/netcore50/ko/System.Runtime.InteropServices.xml",
        "lib/netcore50/ru/System.Runtime.InteropServices.xml",
4712
        "lib/netcore50/System.Runtime.InteropServices.dll",
4713 4714 4715
        "lib/netcore50/System.Runtime.InteropServices.xml",
        "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml",
        "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml",
4716 4717
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4718
        "package/services/metadata/core-properties/6c73e975deea494b8deacccbdab960b0.psmdcp",
4719 4720 4721 4722 4723 4724
        "ref/dotnet/System.Runtime.InteropServices.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4725
        "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll",
4726
        "System.Runtime.InteropServices.nuspec"
4727 4728
      ]
    },
4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740
    "System.Runtime.Loader/4.0.0-beta-23321": {
      "sha512": "xyfQB/CKuzy/kaiMWtNgX16mMTsgt2ktdmG7COIXBFAkHUARSeBAjMOWkGdNWPzOWINYumqamA8JxGsQlPhuPQ==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/System.Runtime.Loader.dll",
        "package/services/metadata/core-properties/55d60ad8f5d24e06bf703dd426e1ec45.psmdcp",
        "ref/dotnet/System.Runtime.Loader.dll",
        "System.Runtime.Loader.nuspec"
      ]
    },
4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795
    "System.Runtime.Serialization.Json/4.0.1-beta-23321": {
      "sha512": "TWQRwFnriFMykVgsCyowKFI5eLWoceMtoIrrx9Wd2ZL+XAnsdiYe8OUVeL9Q0kLVs3Ew12sPiXtY2wvVDAYR3w==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/System.Runtime.Serialization.Json.dll",
        "lib/net45/_._",
        "lib/netcore50/System.Runtime.Serialization.Json.dll",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "package/services/metadata/core-properties/327a73c5bf67401b853fccae543c77bf.psmdcp",
        "ref/dotnet/System.Runtime.Serialization.Json.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Runtime.Serialization.Json.dll",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Json.dll",
        "System.Runtime.Serialization.Json.nuspec"
      ]
    },
    "System.Runtime.Serialization.Primitives/4.0.11-beta-23321": {
      "sha512": "NLgWHf4D0PYQ66Os9rl6wksBdyNdIE6yNCXB8QJ40BPLiPr1g1MYfGU6pqC84bfPHcogKYu5G641EJIiVJdoAQ==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/de/System.Runtime.Serialization.Primitives.xml",
        "lib/dotnet/es/System.Runtime.Serialization.Primitives.xml",
        "lib/dotnet/fr/System.Runtime.Serialization.Primitives.xml",
        "lib/dotnet/it/System.Runtime.Serialization.Primitives.xml",
        "lib/dotnet/ja/System.Runtime.Serialization.Primitives.xml",
        "lib/dotnet/ko/System.Runtime.Serialization.Primitives.xml",
        "lib/dotnet/ru/System.Runtime.Serialization.Primitives.xml",
        "lib/dotnet/System.Runtime.Serialization.Primitives.dll",
        "lib/dotnet/System.Runtime.Serialization.Primitives.xml",
        "lib/dotnet/zh-hans/System.Runtime.Serialization.Primitives.xml",
        "lib/dotnet/zh-hant/System.Runtime.Serialization.Primitives.xml",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/2a757a92701b40748f3159edf5379946.psmdcp",
        "ref/dotnet/System.Runtime.Serialization.Primitives.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "System.Runtime.Serialization.Primitives.nuspec"
      ]
    },
4796 4797
    "System.Security.Cryptography.Algorithms/4.0.0-beta-23311": {
      "sha512": "1l9b838cbDrV/KUwlnLmGTF2JbHBt7yJ0tw9mCl2LXZk31y+W0vzo0gA0RUfdr4ASvhF1dOzq6cUwolPScc7wQ==",
4798 4799
      "type": "Package",
      "files": [
4800
        "[Content_Types].xml",
4801
        "_rels/.rels",
4802
        "lib/DNXCore50/System.Security.Cryptography.Algorithms.dll",
4803 4804
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4805
        "lib/net46/System.Security.Cryptography.Algorithms.dll",
4806 4807
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4808
        "package/services/metadata/core-properties/da0ade3d3f8d461c8c5ecd436f3b2a22.psmdcp",
4809
        "ref/dotnet/System.Security.Cryptography.Algorithms.dll",
4810 4811
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4812
        "ref/net46/System.Security.Cryptography.Algorithms.dll",
4813 4814
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4815
        "System.Security.Cryptography.Algorithms.nuspec"
4816 4817
      ]
    },
4818 4819
    "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23311": {
      "sha512": "OR5tGGelqx20MGQpWT3kMw1pDg/auXwevZ/SynUt6Dl0Ac2SQ38WEzqmBvovvoTH/sqlKQFvBhQ/0yd4F/b2Ag==",
4820 4821
      "type": "Package",
      "files": [
4822
        "[Content_Types].xml",
4823
        "_rels/.rels",
4824
        "de/System.Security.Cryptography.Hashing.Algorithms.xml",
4825
        "es/System.Security.Cryptography.Hashing.Algorithms.xml",
4826 4827 4828 4829
        "fr/System.Security.Cryptography.Hashing.Algorithms.xml",
        "it/System.Security.Cryptography.Hashing.Algorithms.xml",
        "ja/System.Security.Cryptography.Hashing.Algorithms.xml",
        "ko/System.Security.Cryptography.Hashing.Algorithms.xml",
4830
        "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll",
4831
        "package/services/metadata/core-properties/b491eccd83fc4bd0a4d0bcf7686b45f0.psmdcp",
4832
        "ru/System.Security.Cryptography.Hashing.Algorithms.xml",
4833 4834
        "System.Security.Cryptography.Hashing.Algorithms.nuspec",
        "System.Security.Cryptography.Hashing.Algorithms.xml",
4835
        "zh-hans/System.Security.Cryptography.Hashing.Algorithms.xml",
4836
        "zh-hant/System.Security.Cryptography.Hashing.Algorithms.xml"
4837 4838
      ]
    },
4839 4840
    "System.Security.Cryptography.Primitives/4.0.0-beta-23311": {
      "sha512": "znDa+79gOts4Kgfvy/JmZ6m5xLE4q7CJSCxkPFl3t+BJE7IXwwkUQ489oc7E02YrIm1EpnYTcyUnnI0EqmgGXQ==",
4841 4842
      "type": "Package",
      "files": [
4843
        "[Content_Types].xml",
4844
        "_rels/.rels",
4845
        "lib/DNXCore50/System.Security.Cryptography.Primitives.dll",
4846 4847
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4848
        "lib/net46/System.Security.Cryptography.Primitives.dll",
4849 4850
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4851
        "package/services/metadata/core-properties/f6e14f094dde4d3b88a6965aafad62f1.psmdcp",
4852
        "ref/dotnet/System.Security.Cryptography.Primitives.dll",
4853 4854
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4855
        "ref/net46/System.Security.Cryptography.Primitives.dll",
4856 4857
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4858
        "System.Security.Cryptography.Primitives.nuspec"
4859 4860 4861 4862 4863 4864
      ]
    },
    "System.Security.Principal/4.0.0": {
      "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==",
      "type": "Package",
      "files": [
4865
        "[Content_Types].xml",
4866 4867 4868 4869
        "_rels/.rels",
        "lib/dotnet/System.Security.Principal.dll",
        "lib/net45/_._",
        "lib/netcore50/System.Security.Principal.dll",
4870
        "lib/win8/_._",
4871 4872
        "lib/wp80/_._",
        "lib/wpa81/_._",
4873
        "package/services/metadata/core-properties/5d44fbabc99d4204b6a2f76329d0a184.psmdcp",
4874
        "ref/dotnet/de/System.Security.Principal.xml",
4875
        "ref/dotnet/es/System.Security.Principal.xml",
4876 4877 4878 4879 4880
        "ref/dotnet/fr/System.Security.Principal.xml",
        "ref/dotnet/it/System.Security.Principal.xml",
        "ref/dotnet/ja/System.Security.Principal.xml",
        "ref/dotnet/ko/System.Security.Principal.xml",
        "ref/dotnet/ru/System.Security.Principal.xml",
4881 4882
        "ref/dotnet/System.Security.Principal.dll",
        "ref/dotnet/System.Security.Principal.xml",
4883
        "ref/dotnet/zh-hans/System.Security.Principal.xml",
4884
        "ref/dotnet/zh-hant/System.Security.Principal.xml",
4885 4886 4887
        "ref/net45/_._",
        "ref/netcore50/System.Security.Principal.dll",
        "ref/netcore50/System.Security.Principal.xml",
4888
        "ref/win8/_._",
4889 4890
        "ref/wp80/_._",
        "ref/wpa81/_._",
4891
        "System.Security.Principal.nuspec"
4892 4893
      ]
    },
4894 4895
    "System.Text.Encoding/4.0.11-beta-23321": {
      "sha512": "ln7Yt9MrJUPmG1kS91ZmBFMCELsxCnP5vctGpqpjzZV9kT7+Tp8oLIftVVes+ET+i1vy/qo3dln+dvwXjjCKHA==",
4896 4897
      "type": "Package",
      "files": [
4898
        "[Content_Types].xml",
4899 4900 4901 4902 4903
        "_rels/.rels",
        "lib/DNXCore50/System.Text.Encoding.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4904
        "lib/netcore50/System.Text.Encoding.dll",
4905 4906
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4907
        "package/services/metadata/core-properties/7c7a11974e514ddd8c6a6c8fb25bbdf9.psmdcp",
4908 4909 4910 4911 4912 4913
        "ref/dotnet/System.Text.Encoding.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4914 4915
        "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll",
        "System.Text.Encoding.nuspec"
4916 4917
      ]
    },
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937
    "System.Text.Encoding.CodePages/4.0.1-beta-23321": {
      "sha512": "2wTRNrgvdymVYnGfQJFf28UX8N+JipXBZjdLMoecCw5eIVel7ffKYlzQKFbHFmZ8RIxLsjhsr1oEn542acsd/Q==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/ea1d25d85d6a4287a5f88d11ba69be14.psmdcp",
        "ref/dotnet/System.Text.Encoding.CodePages.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "runtime.json",
        "System.Text.Encoding.CodePages.nuspec"
      ]
    },
4938 4939
    "System.Text.Encoding.Extensions/4.0.11-beta-23321": {
      "sha512": "DfR8dxgjAyrPeFGLG+O9mLvC5eP76hMMLrOsBMqVBnfwxSa/TYjlNfjluR+bHI/qQZ/W0JELViC93lNX9LGsSQ==",
4940 4941
      "type": "Package",
      "files": [
4942
        "[Content_Types].xml",
4943 4944 4945 4946 4947
        "_rels/.rels",
        "lib/DNXCore50/System.Text.Encoding.Extensions.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4948
        "lib/netcore50/System.Text.Encoding.Extensions.dll",
4949 4950
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4951
        "package/services/metadata/core-properties/399d4c41e1ee472bb75d0c6e733ee91a.psmdcp",
4952 4953 4954 4955 4956 4957
        "ref/dotnet/System.Text.Encoding.Extensions.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4958 4959
        "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll",
        "System.Text.Encoding.Extensions.nuspec"
4960 4961
      ]
    },
4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993
    "System.Text.RegularExpressions/4.0.10": {
      "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Text.RegularExpressions.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/548eb1bd139e4c8cbc55e9f7f4f404dd.psmdcp",
        "ref/dotnet/de/System.Text.RegularExpressions.xml",
        "ref/dotnet/es/System.Text.RegularExpressions.xml",
        "ref/dotnet/fr/System.Text.RegularExpressions.xml",
        "ref/dotnet/it/System.Text.RegularExpressions.xml",
        "ref/dotnet/ja/System.Text.RegularExpressions.xml",
        "ref/dotnet/ko/System.Text.RegularExpressions.xml",
        "ref/dotnet/ru/System.Text.RegularExpressions.xml",
        "ref/dotnet/System.Text.RegularExpressions.dll",
        "ref/dotnet/System.Text.RegularExpressions.xml",
        "ref/dotnet/zh-hans/System.Text.RegularExpressions.xml",
        "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "System.Text.RegularExpressions.nuspec"
      ]
    },
4994 4995
    "System.Threading/4.0.11-beta-23321": {
      "sha512": "PeQJ218GGDU4Cccsp8Im1sO5B4zvMIbLxWnYLVhFIIOry0diB/YhuBjwIG8xDuXNYmlB4qrIfxzBZCrZR4nsCA==",
4996 4997
      "type": "Package",
      "files": [
4998
        "[Content_Types].xml",
4999 5000 5001 5002 5003 5004
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5005
        "package/services/metadata/core-properties/f541871dcbcc410595a9f545225eebef.psmdcp",
5006 5007 5008 5009 5010 5011
        "ref/dotnet/System.Threading.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
5012
        "runtime.json",
5013
        "runtimes/win8-aot/lib/netcore50/System.Threading.dll",
5014
        "System.Threading.nuspec"
5015 5016 5017 5018 5019 5020
      ]
    },
    "System.Threading.Overlapped/4.0.0": {
      "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==",
      "type": "Package",
      "files": [
5021
        "[Content_Types].xml",
5022 5023 5024
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.Overlapped.dll",
        "lib/net46/System.Threading.Overlapped.dll",
5025 5026
        "lib/netcore50/System.Threading.Overlapped.dll",
        "package/services/metadata/core-properties/e9846a81e829434aafa4ae2e8c3517d7.psmdcp",
5027
        "ref/dotnet/de/System.Threading.Overlapped.xml",
5028
        "ref/dotnet/es/System.Threading.Overlapped.xml",
5029 5030 5031 5032 5033
        "ref/dotnet/fr/System.Threading.Overlapped.xml",
        "ref/dotnet/it/System.Threading.Overlapped.xml",
        "ref/dotnet/ja/System.Threading.Overlapped.xml",
        "ref/dotnet/ko/System.Threading.Overlapped.xml",
        "ref/dotnet/ru/System.Threading.Overlapped.xml",
5034 5035
        "ref/dotnet/System.Threading.Overlapped.dll",
        "ref/dotnet/System.Threading.Overlapped.xml",
5036
        "ref/dotnet/zh-hans/System.Threading.Overlapped.xml",
5037
        "ref/dotnet/zh-hant/System.Threading.Overlapped.xml",
5038
        "ref/net46/System.Threading.Overlapped.dll",
5039
        "System.Threading.Overlapped.nuspec"
5040 5041
      ]
    },
5042 5043
    "System.Threading.Tasks/4.0.11-beta-23321": {
      "sha512": "itQejciEb+mDCZdLwL+kjRisCLYXL1ZA15CiqUG6B3tKrDe96vyMFN4I8Lqt3r4GNf3mHNmfuQgPd8aF4qZ4EQ==",
5044 5045
      "type": "Package",
      "files": [
5046
        "[Content_Types].xml",
5047
        "_rels/.rels",
5048 5049 5050 5051 5052 5053 5054
        "lib/DNXCore50/de/System.Threading.Tasks.xml",
        "lib/DNXCore50/es/System.Threading.Tasks.xml",
        "lib/DNXCore50/fr/System.Threading.Tasks.xml",
        "lib/DNXCore50/it/System.Threading.Tasks.xml",
        "lib/DNXCore50/ja/System.Threading.Tasks.xml",
        "lib/DNXCore50/ko/System.Threading.Tasks.xml",
        "lib/DNXCore50/ru/System.Threading.Tasks.xml",
5055
        "lib/DNXCore50/System.Threading.Tasks.dll",
5056 5057 5058
        "lib/DNXCore50/System.Threading.Tasks.xml",
        "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml",
        "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml",
5059 5060 5061
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
5062 5063 5064 5065 5066 5067 5068
        "lib/netcore50/de/System.Threading.Tasks.xml",
        "lib/netcore50/es/System.Threading.Tasks.xml",
        "lib/netcore50/fr/System.Threading.Tasks.xml",
        "lib/netcore50/it/System.Threading.Tasks.xml",
        "lib/netcore50/ja/System.Threading.Tasks.xml",
        "lib/netcore50/ko/System.Threading.Tasks.xml",
        "lib/netcore50/ru/System.Threading.Tasks.xml",
5069
        "lib/netcore50/System.Threading.Tasks.dll",
5070 5071 5072
        "lib/netcore50/System.Threading.Tasks.xml",
        "lib/netcore50/zh-hans/System.Threading.Tasks.xml",
        "lib/netcore50/zh-hant/System.Threading.Tasks.xml",
5073 5074
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5075
        "package/services/metadata/core-properties/9aa11746a67a430098b88e80fb39e238.psmdcp",
5076 5077 5078 5079 5080 5081
        "ref/dotnet/System.Threading.Tasks.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
5082 5083 5084 5085 5086 5087 5088
        "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml",
        "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml",
        "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml",
        "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml",
        "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml",
        "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml",
        "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml",
5089
        "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll",
5090 5091 5092 5093 5094 5095 5096 5097
        "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml",
        "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml",
        "System.Threading.Tasks.nuspec"
      ]
    },
    "System.Threading.Thread/4.0.0-beta-23321": {
      "sha512": "LiwEM9FfFcKHbKKbJzBIU4RIVEDK1d3KdwGwV01putKnO2DEsxjRiunjCIaV5NYPqSTi/0gMybkak5iyomOZfA==",
5098 5099
      "type": "Package",
      "files": [
5100
        "[Content_Types].xml",
5101 5102 5103 5104
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.Thread.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
5105
        "lib/net46/System.Threading.Thread.dll",
5106 5107
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5108
        "package/services/metadata/core-properties/dc446787b13447b19378f30cb7d39391.psmdcp",
5109 5110 5111
        "ref/dotnet/System.Threading.Thread.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
5112
        "ref/net46/System.Threading.Thread.dll",
5113 5114
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
5115
        "System.Threading.Thread.nuspec"
5116 5117
      ]
    },
5118 5119
    "System.Threading.ThreadPool/4.0.10-beta-23321": {
      "sha512": "C9n2qyHG1ywYg1YGZLfeF4Xn6p0eqjDchxvZNF4Ac3nH4GKmLizFTRLdQ5NbNrPJ0Ry1JDg2LEhcVEaztWk61Q==",
5120 5121
      "type": "Package",
      "files": [
5122
        "[Content_Types].xml",
5123 5124 5125 5126
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.ThreadPool.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
5127
        "lib/net46/System.Threading.ThreadPool.dll",
5128 5129
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5130
        "package/services/metadata/core-properties/4fc77e5b5a4241c6b0d212f20d229ef8.psmdcp",
5131 5132 5133
        "ref/dotnet/System.Threading.ThreadPool.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
5134
        "ref/net46/System.Threading.ThreadPool.dll",
5135 5136
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
5137
        "System.Threading.ThreadPool.nuspec"
5138 5139
      ]
    },
5140 5141
    "System.Threading.Timer/4.0.1-beta-23321": {
      "sha512": "tgujlu3HLwLyVl1uDqnNyW3vHMNfiYaUNhdne2qDuyY0S/W5EJLS1eVCofH+s0Em251uLDkJGJPEzo30NWUW8g==",
5142 5143
      "type": "Package",
      "files": [
5144
        "[Content_Types].xml",
5145 5146 5147
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.Timer.dll",
        "lib/net451/_._",
5148
        "lib/netcore50/System.Threading.Timer.dll",
5149 5150
        "lib/win81/_._",
        "lib/wpa81/_._",
5151
        "package/services/metadata/core-properties/4eff7df69a0146c8bf5f24a4e7c66492.psmdcp",
5152 5153 5154
        "ref/dotnet/System.Threading.Timer.dll",
        "ref/net451/_._",
        "ref/netcore50/System.Threading.Timer.dll",
5155
        "ref/win81/_._",
5156
        "ref/wpa81/_._",
5157 5158
        "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll",
        "System.Threading.Timer.nuspec"
5159
      ]
5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290
    },
    "System.Xml.ReaderWriter/4.0.10": {
      "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Xml.ReaderWriter.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/ef76b636720e4f2d8cfd570899d52df8.psmdcp",
        "ref/dotnet/de/System.Xml.ReaderWriter.xml",
        "ref/dotnet/es/System.Xml.ReaderWriter.xml",
        "ref/dotnet/fr/System.Xml.ReaderWriter.xml",
        "ref/dotnet/it/System.Xml.ReaderWriter.xml",
        "ref/dotnet/ja/System.Xml.ReaderWriter.xml",
        "ref/dotnet/ko/System.Xml.ReaderWriter.xml",
        "ref/dotnet/ru/System.Xml.ReaderWriter.xml",
        "ref/dotnet/System.Xml.ReaderWriter.dll",
        "ref/dotnet/System.Xml.ReaderWriter.xml",
        "ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml",
        "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "System.Xml.ReaderWriter.nuspec"
      ]
    },
    "System.Xml.XDocument/4.0.11-beta-23321": {
      "sha512": "rdF7K3BCZO+s4STCRRwCMQKGrqHvmgiRaeRQWlrae/pf6LqeEXHTudpomf4GmtzsgDZ6Zq3BeTKNx9SGAVIqMQ==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/de/System.Xml.XDocument.xml",
        "lib/dotnet/es/System.Xml.XDocument.xml",
        "lib/dotnet/fr/System.Xml.XDocument.xml",
        "lib/dotnet/it/System.Xml.XDocument.xml",
        "lib/dotnet/ja/System.Xml.XDocument.xml",
        "lib/dotnet/ko/System.Xml.XDocument.xml",
        "lib/dotnet/ru/System.Xml.XDocument.xml",
        "lib/dotnet/System.Xml.XDocument.dll",
        "lib/dotnet/System.Xml.XDocument.xml",
        "lib/dotnet/zh-hans/System.Xml.XDocument.xml",
        "lib/dotnet/zh-hant/System.Xml.XDocument.xml",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/2d6f1984cccf45b0bf6a729029b95440.psmdcp",
        "ref/dotnet/System.Xml.XDocument.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "System.Xml.XDocument.nuspec"
      ]
    },
    "System.Xml.XmlDocument/4.0.1-beta-23321": {
      "sha512": "D7OYzBPscNU8pACHmLaxQt1hJoDehywYdCvJKh3rwiCRBRSzbPtCsyIepDZyMHqBSPN0Cj7TkjfElGLpmaFYYw==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/de/System.Xml.XmlDocument.xml",
        "lib/dotnet/es/System.Xml.XmlDocument.xml",
        "lib/dotnet/fr/System.Xml.XmlDocument.xml",
        "lib/dotnet/it/System.Xml.XmlDocument.xml",
        "lib/dotnet/ja/System.Xml.XmlDocument.xml",
        "lib/dotnet/ko/System.Xml.XmlDocument.xml",
        "lib/dotnet/ru/System.Xml.XmlDocument.xml",
        "lib/dotnet/System.Xml.XmlDocument.dll",
        "lib/dotnet/System.Xml.XmlDocument.xml",
        "lib/dotnet/zh-hans/System.Xml.XmlDocument.xml",
        "lib/dotnet/zh-hant/System.Xml.XmlDocument.xml",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Xml.XmlDocument.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/e756529b68ee4e2dbab85bf98ff5271b.psmdcp",
        "ref/dotnet/System.Xml.XmlDocument.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Xml.XmlDocument.dll",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "System.Xml.XmlDocument.nuspec"
      ]
    },
    "System.Xml.XmlSerializer/4.0.10": {
      "sha512": "OKhE6vruk88z/hl0lmfrMvXteTASgJUagu6PT6S10i9uLbvDR3pTwB6jVgiwa2D2qtTB+eneZbS9jljhPXhTtg==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/System.Xml.XmlSerializer.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/netcore50/System.Xml.XmlSerializer.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/1cffc42bca944f1d81ef3c3abdb0f0be.psmdcp",
        "ref/dotnet/de/System.Xml.XmlSerializer.xml",
        "ref/dotnet/es/System.Xml.XmlSerializer.xml",
        "ref/dotnet/fr/System.Xml.XmlSerializer.xml",
        "ref/dotnet/it/System.Xml.XmlSerializer.xml",
        "ref/dotnet/ja/System.Xml.XmlSerializer.xml",
        "ref/dotnet/ko/System.Xml.XmlSerializer.xml",
        "ref/dotnet/ru/System.Xml.XmlSerializer.xml",
        "ref/dotnet/System.Xml.XmlSerializer.dll",
        "ref/dotnet/System.Xml.XmlSerializer.xml",
        "ref/dotnet/zh-hans/System.Xml.XmlSerializer.xml",
        "ref/dotnet/zh-hant/System.Xml.XmlSerializer.xml",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "runtime.json",
        "runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll",
        "System.Xml.XmlSerializer.nuspec"
      ]
5291 5292 5293 5294
    }
  },
  "projectFileDependencyGroups": {
    "": [
5295 5296 5297 5298
      "Microsoft.NETCore.Platforms >= 1.0.1-beta-23321",
      "Microsoft.NETCore.Runtime.CoreCLR >= 1.0.1-beta-23321",
      "Microsoft.NETCore.TestHost-x64 >= 1.0.0-beta-23213",
      "System.AppContext >= 4.0.1-beta-23321",
5299
      "System.Collections >= 4.0.11-beta-23321",
5300 5301
      "System.Collections.Immutable >= 1.1.36",
      "System.Console >= 4.0.0-beta-23321",
5302
      "System.Diagnostics.Debug >= 4.0.11-beta-23321",
5303 5304
      "System.Diagnostics.FileVersionInfo >= 4.0.0-beta-23321",
      "System.Diagnostics.Process >= 4.1.0-beta-23321",
5305
      "System.Diagnostics.Tools >= 4.0.1-beta-23321",
5306 5307 5308 5309
      "System.Dynamic.Runtime >= 4.0.11-beta-23321",
      "System.IO.FileSystem >= 4.0.1-beta-23321",
      "System.IO.Pipes >= 4.0.0-beta-23321",
      "System.Linq >= 4.0.1-beta-23321",
5310 5311 5312 5313 5314 5315 5316 5317
      "System.Private.Uri >= 4.0.1-beta-23321",
      "System.Reflection >= 4.1.0-beta-23321",
      "System.Reflection.Primitives >= 4.0.1-beta-23321",
      "System.Resources.ResourceManager >= 4.0.1-beta-23321",
      "System.Runtime >= 4.0.21-beta-23321",
      "System.Runtime.Extensions >= 4.0.11-beta-23321",
      "System.Runtime.Handles >= 4.0.1-beta-23321",
      "System.Runtime.InteropServices >= 4.0.21-beta-23321",
5318
      "System.Runtime.Loader >= 4.0.0-beta-23321",
5319
      "System.Runtime.Serialization.Json >= 4.0.1-beta-23321",
5320
      "System.Security.Cryptography.Hashing.Algorithms >= 4.0.0-beta-23311",
5321
      "System.Text.Encoding >= 4.0.11-beta-23321",
5322
      "System.Text.Encoding.CodePages >= 4.0.1-beta-23321",
5323 5324 5325 5326 5327 5328
      "System.Text.Encoding.Extensions >= 4.0.11-beta-23321",
      "System.Threading >= 4.0.11-beta-23321",
      "System.Threading.Tasks >= 4.0.11-beta-23321",
      "System.Threading.Thread >= 4.0.0-beta-23321",
      "System.Xml.XDocument >= 4.0.11-beta-23321",
      "System.Xml.XmlDocument >= 4.0.1-beta-23321"
5329 5330 5331 5332
    ],
    "DNXCore,Version=v5.0": []
  }
}