project.lock.json 215.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
      "System.Text.Encoding.Extensions/4.0.11-beta-23321": {
586 587 588 589 590 591 592 593 594 595 596
        "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": {}
        }
      },
597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612
      "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": {}
        }
      },
613
      "System.Threading/4.0.11-beta-23321": {
614 615 616 617 618 619 620 621
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.dll": {}
        }
      },
622
      "System.Threading.Tasks/4.0.11-beta-23321": {
623
        "dependencies": {
624
          "System.Runtime": "[4.0.0, )"
625 626
        },
        "compile": {
627
          "ref/dotnet/System.Threading.Tasks.dll": {}
628 629
        },
        "runtime": {
630
          "lib/DNXCore50/System.Threading.Tasks.dll": {}
631 632
        }
      },
633
      "System.Threading.Thread/4.0.0-beta-23321": {
634
        "dependencies": {
635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657
          "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, )",
658
          "System.Diagnostics.Debug": "[4.0.10, )",
659 660 661 662
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem": "[4.0.0, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
663 664 665
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
666 667 668 669
          "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, )",
670
          "System.Threading.Tasks": "[4.0.10, )"
671 672
        },
        "compile": {
673
          "ref/dotnet/System.Xml.ReaderWriter.dll": {}
674 675
        },
        "runtime": {
676
          "lib/dotnet/System.Xml.ReaderWriter.dll": {}
677 678
        }
      },
679
      "System.Xml.XDocument/4.0.11-beta-23321": {
680
        "dependencies": {
681 682 683 684 685 686 687 688 689 690 691 692
          "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, )"
693 694
        },
        "compile": {
695
          "ref/dotnet/System.Xml.XDocument.dll": {}
696 697
        },
        "runtime": {
698
          "lib/dotnet/System.Xml.XDocument.dll": {}
699 700
        }
      },
701
      "System.Xml.XmlDocument/4.0.1-beta-23321": {
702
        "dependencies": {
703 704 705 706 707 708 709 710 711 712
          "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, )"
713 714
        },
        "compile": {
715
          "ref/dotnet/System.Xml.XmlDocument.dll": {}
716 717
        },
        "runtime": {
718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744
          "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": {}
745
        }
746 747 748 749 750 751 752 753 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
      }
    },
    "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": {
783
        "dependencies": {
784 785
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.InteropServices": "[4.0.20, )"
786 787
        },
        "compile": {
788
          "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
789 790
        },
        "runtime": {
791
          "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
792 793
        }
      },
794
      "runtime.linux.System.Diagnostics.Process/4.1.0-beta-23321": {
795
        "dependencies": {
796
          "Microsoft.Win32.Primitives": "[4.0.0, )",
797 798 799
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
800 801 802
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem": "[4.0.0, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
803 804
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
805
          "System.Runtime.Extensions": "[4.0.10, )",
806
          "System.Runtime.Handles": "[4.0.0, )",
807 808 809
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Text.Encoding.Extensions": "[4.0.10, )",
810 811 812
          "System.Threading": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )",
          "System.Threading.ThreadPool": "[4.0.10-beta-23321, )"
813 814
        },
        "compile": {
815
          "ref/dotnet/_._": {}
816 817
        },
        "runtime": {
818
          "lib/dotnet/System.Diagnostics.Process.dll": {}
819 820
        }
      },
821
      "runtime.linux.System.IO.FileSystem/4.0.1-beta-23321": {
822
        "dependencies": {
823
          "System.Collections": "[4.0.10, )",
824
          "System.Diagnostics.Debug": "[4.0.10, )",
825
          "System.IO": "[4.0.10, )",
826
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
827 828 829
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
830 831
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
832
          "System.Text.Encoding": "[4.0.10, )",
833
          "System.Text.Encoding.Extensions": "[4.0.10, )",
834
          "System.Threading": "[4.0.10, )",
835 836 837 838 839 840 841 842 843 844 845 846
          "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/_._": {}
847
        },
848 849 850 851 852
        "runtime": {
          "lib/dotnet/System.Runtime.Extensions.dll": {}
        }
      },
      "runtime.ubuntu.14.04-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23321": {
853
        "compile": {
854
          "ref/dotnet/_._": {}
855 856
        },
        "runtime": {
857 858 859 860 861 862 863 864 865 866 867 868
          "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": {}
869 870
        }
      },
871
      "runtime.unix.System.Console/4.0.0-beta-23321": {
872
        "dependencies": {
873
          "System.IO": "[4.0.10, )",
874
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
875 876 877
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
878 879
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
880
          "System.Text.Encoding": "[4.0.10, )",
881
          "System.Text.Encoding.Extensions": "[4.0.10, )",
882
          "System.Threading": "[4.0.10, )",
883
          "System.Threading.Tasks": "[4.0.10, )"
884 885
        },
        "compile": {
886
          "ref/dotnet/_._": {}
887 888
        },
        "runtime": {
889
          "lib/dotnet/System.Console.dll": {}
890
        }
891 892 893 894 895 896 897 898 899 900
      },
      "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": {
901
        "dependencies": {
902 903 904
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem": "[4.0.0, )",
          "System.Reflection.Metadata": "[1.0.22, )",
905
          "System.Runtime": "[4.0.20, )",
906
          "System.Runtime.Extensions": "[4.0.10, )"
907 908
        },
        "compile": {
909
          "ref/dotnet/_._": {}
910 911
        },
        "runtime": {
912
          "lib/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
913 914
        }
      },
915
      "runtime.unix.System.IO.Pipes/4.0.0-beta-23321": {
916
        "dependencies": {
917 918
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
919 920
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
921
          "System.Runtime.Extensions": "[4.0.10, )",
922
          "System.Runtime.Handles": "[4.0.0, )",
923 924 925 926
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Security.Principal": "[4.0.0, )",
          "System.Threading": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )"
927 928
        },
        "compile": {
929
          "ref/dotnet/_._": {}
930 931
        },
        "runtime": {
932 933 934 935 936 937 938 939 940
          "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": {}
941 942
        }
      },
943 944 945 946 947 948 949 950 951
      "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": {
952 953 954 955 956 957 958 959 960 961
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.AppContext.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.AppContext.dll": {}
        }
      },
962
      "System.Collections/4.0.11-beta-23321": {
963
        "dependencies": {
964
          "System.Runtime": "[4.0.21-beta-23321, )"
965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980
        },
        "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": {}
        }
      },
981
      "System.Console/4.0.0-beta-23321": {
982
        "dependencies": {
983 984
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
985 986 987 988 989
        },
        "compile": {
          "ref/dotnet/System.Console.dll": {}
        }
      },
990
      "System.Diagnostics.Contracts/4.0.1-beta-23321": {
991 992 993 994 995 996 997 998 999 1000
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Contracts.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Contracts.dll": {}
        }
      },
1001
      "System.Diagnostics.Debug/4.0.11-beta-23321": {
1002 1003 1004 1005 1006
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Debug.dll": {}
1007 1008 1009 1010 1011
        }
      },
      "System.Diagnostics.FileVersionInfo/4.0.0-beta-23321": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
1012
        },
1013 1014
        "compile": {
          "ref/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
1015 1016
        }
      },
1017
      "System.Diagnostics.Process/4.1.0-beta-23321": {
1018
        "dependencies": {
1019 1020
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
1021
          "System.Runtime.Handles": "[4.0.0, )",
1022
          "System.Text.Encoding": "[4.0.0, )"
1023 1024 1025 1026 1027
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Process.dll": {}
        }
      },
1028
      "System.Diagnostics.StackTrace/4.0.1-beta-23321": {
1029
        "dependencies": {
1030 1031
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
1032 1033 1034 1035 1036 1037 1038 1039
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.StackTrace.dll": {}
        }
      },
1040
      "System.Diagnostics.Tools/4.0.1-beta-23321": {
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Tools.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Tools.dll": {}
        }
      },
1051
      "System.Diagnostics.Tracing/4.0.21-beta-23321": {
1052 1053 1054 1055 1056 1057 1058 1059 1060 1061
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Tracing.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
        }
      },
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087
      "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": {
1088 1089 1090 1091 1092 1093 1094 1095 1096 1097
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Globalization.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Globalization.dll": {}
        }
      },
1098
      "System.Globalization.Calendars/4.0.1-beta-23321": {
1099
        "dependencies": {
1100 1101
          "System.Globalization": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
1102 1103 1104 1105 1106 1107 1108 1109
        },
        "compile": {
          "ref/dotnet/System.Globalization.Calendars.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Globalization.Calendars.dll": {}
        }
      },
1110
      "System.IO/4.0.11-beta-23321": {
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122
        "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": {}
        }
      },
1123
      "System.IO.FileSystem/4.0.1-beta-23321": {
1124
        "dependencies": {
1125
          "System.IO": "[4.0.0, )",
1126
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
1127
          "System.Runtime": "[4.0.0, )",
1128
          "System.Runtime.Handles": "[4.0.0, )",
1129 1130
          "System.Text.Encoding": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
1131 1132 1133 1134 1135
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.dll": {}
        }
      },
1136
      "System.IO.FileSystem.Primitives/4.0.0": {
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
        }
      },
1147
      "System.IO.Pipes/4.0.0-beta-23321": {
1148
        "dependencies": {
1149 1150
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
1151 1152
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Security.Principal": "[4.0.0, )",
1153
          "System.Threading.Tasks": "[4.0.0, )"
1154 1155 1156 1157 1158
        },
        "compile": {
          "ref/dotnet/System.IO.Pipes.dll": {}
        }
      },
1159
      "System.Linq/4.0.1-beta-23321": {
1160 1161 1162
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
1163 1164
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
1165 1166 1167 1168 1169 1170 1171 1172 1173
          "System.Runtime.Extensions": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Linq.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Linq.dll": {}
        }
      },
1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199
      "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": {
1200 1201
        "dependencies": {
          "System.Collections": "[4.0.10, )",
1202 1203 1204
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
1205 1206 1207 1208 1209 1210 1211 1212 1213
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.ObjectModel.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.ObjectModel.dll": {}
        }
      },
1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243
      "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": {}
        }
      },
1244
      "System.Private.Uri/4.0.1-beta-23321": {
1245 1246 1247 1248
        "compile": {
          "ref/dnxcore50/_._": {}
        }
      },
1249
      "System.Reflection/4.1.0-beta-23321": {
1250 1251
        "dependencies": {
          "System.IO": "[4.0.0, )",
1252 1253
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )"
1254 1255 1256 1257 1258 1259 1260 1261
        },
        "compile": {
          "ref/dotnet/System.Reflection.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.dll": {}
        }
      },
1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304
      "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": {
1305
        "dependencies": {
1306 1307
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
1308 1309 1310 1311 1312 1313 1314 1315
        },
        "compile": {
          "ref/dotnet/System.Reflection.Extensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Extensions.dll": {}
        }
      },
A
Andy Gocke 已提交
1316
      "System.Reflection.Metadata/1.1.0-alpha-00014": {
1317
        "dependencies": {
A
Andy Gocke 已提交
1318
          "System.Collections.Immutable": "[1.1.36, )"
1319 1320 1321 1322 1323 1324 1325 1326
        },
        "compile": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        }
      },
1327
      "System.Reflection.Primitives/4.0.1-beta-23321": {
1328 1329 1330 1331 1332 1333 1334 1335 1336 1337
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Primitives.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Primitives.dll": {}
        }
      },
1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350
      "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": {
1351
        "dependencies": {
1352
          "System.Globalization": "[4.0.0, )",
1353
          "System.Reflection": "[4.0.0, )",
1354
          "System.Runtime": "[4.0.0, )"
1355 1356 1357 1358 1359 1360 1361 1362
        },
        "compile": {
          "ref/dotnet/System.Resources.ResourceManager.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Resources.ResourceManager.dll": {}
        }
      },
1363
      "System.Runtime/4.0.21-beta-23321": {
1364
        "dependencies": {
1365
          "System.Private.Uri": "[4.0.1-beta-23321, )"
1366 1367 1368 1369 1370 1371 1372 1373
        },
        "compile": {
          "ref/dotnet/System.Runtime.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.dll": {}
        }
      },
1374
      "System.Runtime.Extensions/4.0.11-beta-23321": {
1375 1376 1377 1378 1379 1380 1381
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Extensions.dll": {}
        }
      },
1382
      "System.Runtime.Handles/4.0.1-beta-23321": {
1383 1384 1385 1386 1387 1388 1389 1390 1391 1392
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Handles.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Handles.dll": {}
        }
      },
1393
      "System.Runtime.InteropServices/4.0.21-beta-23321": {
1394 1395 1396
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
1397
          "System.Runtime": "[4.0.0, )",
1398 1399 1400 1401 1402 1403 1404 1405 1406
          "System.Runtime.Handles": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.InteropServices.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.InteropServices.dll": {}
        }
      },
1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419
      "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": {}
        }
      },
1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442
      "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": {}
        }
      },
1443
      "System.Security.Cryptography.Algorithms/4.0.0-beta-23311": {
1444
        "dependencies": {
1445
          "System.IO": "[4.0.10, )",
1446
          "System.Resources.ResourceManager": "[4.0.0, )",
1447
          "System.Runtime": "[4.0.20, )",
1448
          "System.Runtime.Handles": "[4.0.0, )",
1449
          "System.Security.Cryptography.Primitives": "[4.0.0-beta-23311, )",
1450
          "System.Text.Encoding": "[4.0.0, )",
1451
          "System.Text.Encoding.Extensions": "[4.0.0, )"
1452 1453
        },
        "compile": {
1454
          "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {}
1455 1456
        },
        "runtime": {
1457
          "lib/DNXCore50/System.Security.Cryptography.Algorithms.dll": {}
1458 1459
        }
      },
1460
      "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23311": {
1461 1462
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
1463
          "System.Security.Cryptography.Algorithms": "[4.0.0-beta-23311, )"
1464 1465
        },
        "compile": {
1466
          "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {}
1467 1468 1469 1470 1471
        },
        "runtime": {
          "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {}
        }
      },
1472
      "System.Security.Cryptography.Primitives/4.0.0-beta-23311": {
1473
        "dependencies": {
1474 1475
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.Globalization": "[4.0.0, )",
1476 1477 1478 1479 1480
          "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, )"
1481 1482
        },
        "compile": {
1483
          "ref/dotnet/System.Security.Cryptography.Primitives.dll": {}
1484 1485
        },
        "runtime": {
1486
          "lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {}
1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499
        }
      },
      "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": {}
        }
      },
1500
      "System.Text.Encoding/4.0.11-beta-23321": {
1501 1502 1503 1504 1505 1506 1507 1508 1509 1510
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Text.Encoding.dll": {}
        }
      },
1511
      "System.Text.Encoding.Extensions/4.0.11-beta-23321": {
1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522
        "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": {}
        }
      },
1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538
      "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": {}
        }
      },
1539
      "System.Threading/4.0.11-beta-23321": {
1540 1541 1542 1543 1544 1545 1546 1547
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.dll": {}
        }
      },
1548
      "System.Threading.Tasks/4.0.11-beta-23321": {
1549
        "dependencies": {
1550
          "System.Runtime": "[4.0.0, )"
1551 1552
        },
        "compile": {
1553
          "ref/dotnet/System.Threading.Tasks.dll": {}
1554 1555
        },
        "runtime": {
1556
          "lib/DNXCore50/System.Threading.Tasks.dll": {}
1557 1558
        }
      },
1559
      "System.Threading.Thread/4.0.0-beta-23321": {
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Thread.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Thread.dll": {}
        }
      },
1570
      "System.Threading.ThreadPool/4.0.10-beta-23321": {
1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581
        "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": {}
        }
      },
1582
      "System.Threading.Timer/4.0.1-beta-23321": {
1583 1584 1585 1586 1587 1588 1589 1590 1591
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Timer.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Timer.dll": {}
        }
1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 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
      },
      "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": {}
        }
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 1723 1724 1725 1726
      }
    },
    "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": {}
        }
1727
      },
1728 1729
      "Microsoft.NETCore.Windows.ApiSets/1.0.1-beta-23321": {},
      "Microsoft.Win32.Primitives/4.0.0": {
1730
        "dependencies": {
1731
          "System.Runtime": "[4.0.20, )",
1732
          "System.Runtime.InteropServices": "[4.0.20, )"
1733 1734
        },
        "compile": {
1735
          "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
1736 1737
        },
        "runtime": {
1738
          "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
1739 1740
        }
      },
1741
      "Microsoft.Win32.Registry/4.0.0-beta-23321": {
1742
        "dependencies": {
1743
          "System.Collections": "[4.0.10, )",
1744
          "System.Globalization": "[4.0.10, )",
1745 1746 1747
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 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
          "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, )",
1908
          "System.Text.Encoding": "[4.0.10, )",
1909
          "System.Text.Encoding.Extensions": "[4.0.10, )",
1910
          "System.Threading": "[4.0.10, )",
1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933
          "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, )"
1934 1935
        },
        "compile": {
1936
          "ref/dotnet/_._": {}
1937 1938
        },
        "runtime": {
1939
          "runtimes/win7/lib/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
1940 1941
        }
      },
1942
      "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23321": {
1943
        "dependencies": {
1944 1945
          "Microsoft.Win32.Primitives": "[4.0.0, )",
          "Microsoft.Win32.Registry": "[4.0.0-beta-23321, )",
1946 1947 1948
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
1949
          "System.IO": "[4.0.10, )",
1950 1951
          "System.IO.FileSystem": "[4.0.0, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
1952 1953 1954
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
1955 1956
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
1957
          "System.Text.Encoding": "[4.0.10, )",
1958
          "System.Text.Encoding.Extensions": "[4.0.10, )",
1959
          "System.Threading": "[4.0.10, )",
1960 1961 1962
          "System.Threading.Tasks": "[4.0.10, )",
          "System.Threading.Thread": "[4.0.0-beta-23321, )",
          "System.Threading.ThreadPool": "[4.0.10-beta-23321, )"
1963 1964
        },
        "compile": {
1965
          "ref/dotnet/_._": {}
1966 1967
        },
        "runtime": {
1968
          "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {}
1969 1970
        }
      },
1971
      "runtime.win7.System.IO.FileSystem/4.0.1-beta-23321": {
1972
        "dependencies": {
1973 1974 1975 1976
          "System.Collections": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
1977
          "System.Runtime": "[4.0.20, )",
1978 1979 1980 1981 1982 1983 1984 1985
          "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, )"
1986 1987
        },
        "compile": {
1988
          "ref/dotnet/_._": {}
1989 1990
        },
        "runtime": {
1991
          "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {}
1992 1993
        }
      },
1994
      "runtime.win7.System.IO.Pipes/4.0.0-beta-23321": {
1995
        "dependencies": {
1996 1997
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
1998 1999
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
2000
          "System.Runtime.Extensions": "[4.0.10, )",
2001
          "System.Runtime.Handles": "[4.0.0, )",
2002 2003 2004 2005 2006
          "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, )"
2007 2008
        },
        "compile": {
2009
          "ref/dotnet/_._": {}
2010 2011
        },
        "runtime": {
2012
          "runtimes/win7/lib/dotnet/System.IO.Pipes.dll": {}
2013 2014
        }
      },
2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039
      "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": {}
        }
      },
      "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": {
2040 2041 2042 2043 2044 2045 2046 2047 2048 2049
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.AppContext.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.AppContext.dll": {}
        }
      },
2050
      "System.Collections/4.0.11-beta-23321": {
2051
        "dependencies": {
2052
          "System.Runtime": "[4.0.21-beta-23321, )"
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068
        },
        "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": {}
        }
      },
2069
      "System.Console/4.0.0-beta-23321": {
2070
        "dependencies": {
2071 2072
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
2073 2074 2075
        },
        "compile": {
          "ref/dotnet/System.Console.dll": {}
2076 2077
        }
      },
2078
      "System.Diagnostics.Contracts/4.0.1-beta-23321": {
2079 2080 2081 2082 2083 2084 2085 2086 2087 2088
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Contracts.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Contracts.dll": {}
        }
      },
2089
      "System.Diagnostics.Debug/4.0.11-beta-23321": {
2090 2091 2092 2093 2094
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Debug.dll": {}
2095 2096 2097 2098 2099
        }
      },
      "System.Diagnostics.FileVersionInfo/4.0.0-beta-23321": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
2100
        },
2101 2102
        "compile": {
          "ref/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
2103 2104
        }
      },
2105
      "System.Diagnostics.Process/4.1.0-beta-23321": {
2106
        "dependencies": {
2107 2108
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
2109
          "System.Runtime.Handles": "[4.0.0, )",
2110
          "System.Text.Encoding": "[4.0.0, )"
2111 2112 2113 2114 2115
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Process.dll": {}
        }
      },
2116
      "System.Diagnostics.StackTrace/4.0.1-beta-23321": {
2117
        "dependencies": {
2118 2119
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
2120 2121 2122 2123 2124 2125 2126 2127
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.StackTrace.dll": {}
        }
      },
2128
      "System.Diagnostics.Tools/4.0.1-beta-23321": {
2129 2130 2131 2132 2133 2134 2135 2136
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Tools.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Tools.dll": {}
2137 2138
        }
      },
2139
      "System.Diagnostics.Tracing/4.0.21-beta-23321": {
2140 2141 2142 2143
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
2144
          "ref/dotnet/System.Diagnostics.Tracing.dll": {}
2145 2146
        },
        "runtime": {
2147
          "lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
2148 2149
        }
      },
2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175
      "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": {
2176
        "dependencies": {
2177
          "System.Runtime": "[4.0.0, )"
2178 2179
        },
        "compile": {
2180
          "ref/dotnet/System.Globalization.dll": {}
2181 2182
        },
        "runtime": {
2183
          "lib/DNXCore50/System.Globalization.dll": {}
2184 2185
        }
      },
2186
      "System.Globalization.Calendars/4.0.1-beta-23321": {
2187
        "dependencies": {
2188 2189
          "System.Globalization": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
2190 2191
        },
        "compile": {
2192
          "ref/dotnet/System.Globalization.Calendars.dll": {}
2193 2194
        },
        "runtime": {
2195
          "lib/DNXCore50/System.Globalization.Calendars.dll": {}
2196 2197
        }
      },
2198
      "System.IO/4.0.11-beta-23321": {
2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210
        "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": {}
        }
      },
2211
      "System.IO.FileSystem/4.0.1-beta-23321": {
2212
        "dependencies": {
2213
          "System.IO": "[4.0.0, )",
2214
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
2215
          "System.Runtime": "[4.0.0, )",
2216
          "System.Runtime.Handles": "[4.0.0, )",
2217 2218
          "System.Text.Encoding": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
2219 2220 2221 2222 2223
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.dll": {}
        }
      },
2224
      "System.IO.FileSystem.Primitives/4.0.0": {
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
        }
      },
2235
      "System.IO.Pipes/4.0.0-beta-23321": {
2236
        "dependencies": {
2237 2238
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
2239 2240
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Security.Principal": "[4.0.0, )",
2241
          "System.Threading.Tasks": "[4.0.0, )"
2242 2243 2244 2245 2246
        },
        "compile": {
          "ref/dotnet/System.IO.Pipes.dll": {}
        }
      },
2247
      "System.Linq/4.0.1-beta-23321": {
2248 2249 2250
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
2251 2252
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
2253 2254 2255 2256 2257 2258 2259 2260 2261
          "System.Runtime.Extensions": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Linq.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Linq.dll": {}
        }
      },
2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287
      "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": {
2288 2289
        "dependencies": {
          "System.Collections": "[4.0.10, )",
2290 2291 2292
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
2293 2294 2295 2296 2297 2298 2299 2300 2301
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.ObjectModel.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.ObjectModel.dll": {}
        }
      },
2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331
      "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": {}
        }
      },
2332
      "System.Private.Uri/4.0.1-beta-23321": {
2333 2334 2335 2336
        "compile": {
          "ref/dnxcore50/_._": {}
        }
      },
2337
      "System.Reflection/4.1.0-beta-23321": {
2338 2339
        "dependencies": {
          "System.IO": "[4.0.0, )",
2340 2341
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )"
2342 2343 2344 2345 2346 2347 2348 2349
        },
        "compile": {
          "ref/dotnet/System.Reflection.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.dll": {}
        }
      },
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 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 2392
      "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": {
2393
        "dependencies": {
2394 2395
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
2396 2397 2398 2399 2400 2401 2402 2403
        },
        "compile": {
          "ref/dotnet/System.Reflection.Extensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Extensions.dll": {}
        }
      },
A
Andy Gocke 已提交
2404
      "System.Reflection.Metadata/1.1.0-alpha-00014": {
2405
        "dependencies": {
A
Andy Gocke 已提交
2406
          "System.Collections.Immutable": "[1.1.36, )"
2407 2408 2409 2410 2411 2412 2413 2414
        },
        "compile": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        }
      },
2415
      "System.Reflection.Primitives/4.0.1-beta-23321": {
2416 2417 2418 2419 2420 2421 2422 2423 2424 2425
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Primitives.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Primitives.dll": {}
        }
      },
2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438
      "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": {
2439
        "dependencies": {
2440
          "System.Globalization": "[4.0.0, )",
2441
          "System.Reflection": "[4.0.0, )",
2442
          "System.Runtime": "[4.0.0, )"
2443 2444 2445 2446 2447 2448 2449 2450
        },
        "compile": {
          "ref/dotnet/System.Resources.ResourceManager.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Resources.ResourceManager.dll": {}
        }
      },
2451
      "System.Runtime/4.0.21-beta-23321": {
2452
        "dependencies": {
2453
          "System.Private.Uri": "[4.0.1-beta-23321, )"
2454 2455 2456 2457 2458 2459 2460 2461
        },
        "compile": {
          "ref/dotnet/System.Runtime.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.dll": {}
        }
      },
2462
      "System.Runtime.Extensions/4.0.11-beta-23321": {
2463 2464 2465 2466 2467 2468 2469
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Extensions.dll": {}
        }
      },
2470
      "System.Runtime.Handles/4.0.1-beta-23321": {
2471 2472 2473 2474
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494
          "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": {}
        }
      },
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507
      "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": {}
        }
      },
2508 2509 2510 2511 2512 2513
      "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": {}
2514 2515
        },
        "runtime": {
2516
          "lib/DNXCore50/System.Runtime.Serialization.Json.dll": {}
2517 2518
        }
      },
2519
      "System.Runtime.Serialization.Primitives/4.0.11-beta-23321": {
2520
        "dependencies": {
2521 2522
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )"
2523 2524
        },
        "compile": {
2525
          "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {}
2526 2527
        },
        "runtime": {
2528
          "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {}
2529 2530
        }
      },
2531
      "System.Security.Cryptography.Algorithms/4.0.0-beta-23311": {
2532
        "dependencies": {
2533
          "System.IO": "[4.0.10, )",
2534
          "System.Resources.ResourceManager": "[4.0.0, )",
2535
          "System.Runtime": "[4.0.20, )",
2536
          "System.Runtime.Handles": "[4.0.0, )",
2537
          "System.Security.Cryptography.Primitives": "[4.0.0-beta-23311, )",
2538
          "System.Text.Encoding": "[4.0.0, )",
2539
          "System.Text.Encoding.Extensions": "[4.0.0, )"
2540 2541
        },
        "compile": {
2542
          "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {}
2543 2544
        },
        "runtime": {
2545
          "lib/DNXCore50/System.Security.Cryptography.Algorithms.dll": {}
2546 2547
        }
      },
2548
      "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23311": {
2549 2550
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
2551
          "System.Security.Cryptography.Algorithms": "[4.0.0-beta-23311, )"
2552 2553
        },
        "compile": {
2554
          "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {}
2555 2556 2557 2558 2559
        },
        "runtime": {
          "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {}
        }
      },
2560
      "System.Security.Cryptography.Primitives/4.0.0-beta-23311": {
2561
        "dependencies": {
2562 2563
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.Globalization": "[4.0.0, )",
2564 2565 2566 2567 2568
          "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, )"
2569 2570
        },
        "compile": {
2571
          "ref/dotnet/System.Security.Cryptography.Primitives.dll": {}
2572 2573
        },
        "runtime": {
2574
          "lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {}
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587
        }
      },
      "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": {}
        }
      },
2588
      "System.Text.Encoding/4.0.11-beta-23321": {
2589 2590 2591 2592 2593 2594 2595 2596 2597 2598
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Text.Encoding.dll": {}
        }
      },
2599
      "System.Text.Encoding.Extensions/4.0.11-beta-23321": {
2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610
        "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": {}
        }
      },
2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626
      "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": {}
        }
      },
2627
      "System.Threading/4.0.11-beta-23321": {
2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647
        "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": {}
        }
      },
2648
      "System.Threading.Tasks/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.Threading.Tasks.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Tasks.dll": {}
        }
      },
2659
      "System.Threading.Thread/4.0.0-beta-23321": {
2660 2661 2662 2663 2664 2665 2666 2667 2668 2669
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Thread.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Thread.dll": {}
        }
      },
2670
      "System.Threading.ThreadPool/4.0.10-beta-23321": {
2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681
        "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": {}
        }
      },
2682
      "System.Threading.Timer/4.0.1-beta-23321": {
2683 2684 2685 2686 2687 2688 2689 2690 2691
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Timer.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Timer.dll": {}
        }
2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783
      },
      "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": {}
        }
2784 2785 2786 2787
      }
    }
  },
  "libraries": {
2788 2789 2790 2791 2792 2793
    "Microsoft.DiaSymReader.Native/1.1.0-alpha2": {
      "sha512": "D9bGkcO1+s5c0jn4R/9BD3pw4gqyaFzC7XdlYBVDTqYMqVITMDpF8xxMXN0F3nZRl1dE54RGWp5k8GVAnMhpgQ==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
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 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 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 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 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
        "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"
      ]
    },
    "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"
3237 3238
      ]
    },
3239 3240
    "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23321": {
      "sha512": "6hIunPrq23p51PBBtGDeyK8/+bM0eycsM8l5UDr1uKTccHe/xeaO1Cy19m4CqJMaSp6nKmhZHw0O0OgUOPaUdw==",
3241 3242
      "type": "Package",
      "files": [
3243
        "[Content_Types].xml",
3244
        "_rels/.rels",
3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258
        "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"
3259 3260
      ]
    },
3261 3262
    "runtime.win7.System.Diagnostics.FileVersionInfo/4.0.0-beta-23321": {
      "sha512": "yjiDgct3XkdLvpBiDjHQie3XPrwGthzAGoGPuHylWs+/Sw364dh5e/MpdcgGzlkVI/5sJ3tO2pFBrfIomMqQwA==",
3263 3264
      "type": "Package",
      "files": [
3265
        "[Content_Types].xml",
3266
        "_rels/.rels",
3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283
        "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"
3284 3285
      ]
    },
3286 3287
    "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23321": {
      "sha512": "OgeiMQV9/NWtqIUpKYJA7GAFB4q4PJ65giL4RrsYiXS/kYxwbNU20g4wxFyCSTT2nhcGFdQf/pPZPS7RPzNGag==",
3288 3289
      "type": "Package",
      "files": [
3290
        "[Content_Types].xml",
3291
        "_rels/.rels",
3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308
        "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"
3309 3310
      ]
    },
3311 3312
    "runtime.win7.System.IO.FileSystem/4.0.1-beta-23321": {
      "sha512": "v7sZCxZ1yir0t801C3CdX1niwiWeMJ9iBs5UL86pkAwSfXar2IXoI5IwJAUZ7xuSijP4py4dYuYHjSSWHbjSBg==",
3313 3314
      "type": "Package",
      "files": [
3315
        "[Content_Types].xml",
3316
        "_rels/.rels",
3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346
        "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"
3347 3348
      ]
    },
3349 3350
    "runtime.win7.System.IO.Pipes/4.0.0-beta-23321": {
      "sha512": "+1eLipbqbm6CrEM7xPCdZLPRaSMgq/9+jeEPPIS3nwrWD62qWObqxGFPS8ZVdQjHeaq8rBn05BOUZf2o4R0qIw==",
3351 3352
      "type": "Package",
      "files": [
3353
        "[Content_Types].xml",
3354
        "_rels/.rels",
3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 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 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446
        "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"
      ]
    },
    "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"
3447 3448
      ]
    },
3449 3450
    "System.AppContext/4.0.1-beta-23321": {
      "sha512": "zgHil87pNujqxKijXCLe86T2wWu5cgXScY01WTbbJomJhTy79RWK7Xf+nK8V2AYowhZduMICjPjT7//D+5Os9g==",
3451 3452
      "type": "Package",
      "files": [
3453
        "[Content_Types].xml",
3454 3455 3456 3457
        "_rels/.rels",
        "lib/DNXCore50/System.AppContext.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
3458
        "lib/net46/System.AppContext.dll",
3459 3460 3461 3462 3463 3464 3465
        "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",
3466
        "lib/netcore50/System.AppContext.dll",
3467 3468 3469
        "lib/netcore50/System.AppContext.xml",
        "lib/netcore50/zh-hans/System.AppContext.xml",
        "lib/netcore50/zh-hant/System.AppContext.xml",
3470 3471
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3472
        "package/services/metadata/core-properties/9f60e94389c84a7a89692aa1ff8863bb.psmdcp",
3473 3474 3475
        "ref/dotnet/System.AppContext.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
3476
        "ref/net46/System.AppContext.dll",
3477 3478
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3479
        "System.AppContext.nuspec"
3480 3481
      ]
    },
3482 3483
    "System.Collections/4.0.11-beta-23321": {
      "sha512": "ShjDeJqXRSn2uiTsLq5xDpI9bQcp3petLDf9VlbGxla6BmPb/jiEQa7ljbYMdAuPH70epGItEPW6wS6ql0bXUQ==",
3484 3485
      "type": "Package",
      "files": [
3486
        "[Content_Types].xml",
3487
        "_rels/.rels",
3488 3489 3490 3491 3492 3493 3494
        "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",
3495
        "lib/DNXCore50/System.Collections.dll",
3496 3497 3498
        "lib/DNXCore50/System.Collections.xml",
        "lib/DNXCore50/zh-hans/System.Collections.xml",
        "lib/DNXCore50/zh-hant/System.Collections.xml",
3499 3500 3501
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
3502 3503 3504 3505 3506 3507 3508
        "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",
3509
        "lib/netcore50/System.Collections.dll",
3510 3511 3512
        "lib/netcore50/System.Collections.xml",
        "lib/netcore50/zh-hans/System.Collections.xml",
        "lib/netcore50/zh-hant/System.Collections.xml",
3513 3514
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3515
        "package/services/metadata/core-properties/f833fc65fe5247d2b8974961da40e893.psmdcp",
3516 3517 3518 3519 3520 3521
        "ref/dotnet/System.Collections.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3522 3523 3524 3525 3526 3527 3528
        "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",
3529
        "runtimes/win8-aot/lib/netcore50/System.Collections.dll",
3530 3531 3532 3533 3534 3535
        "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"
      ]
    },
3536 3537 3538 3539
    "System.Collections.Immutable/1.1.36": {
      "sha512": "MOlivTIeAIQPPMUPWIIoMCvZczjFRLYUWSYwqi1szu8QPyeIbsaPeI+hpXe1DzTxNwnRnmfYaoToi6kXIfSPNg==",
      "type": "Package",
      "files": [
3540
        "[Content_Types].xml",
3541 3542 3543
        "_rels/.rels",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
3544
        "License-Stable.rtf",
3545
        "package/services/metadata/core-properties/c8b7b781850445db852bd2d848380ca6.psmdcp",
3546
        "System.Collections.Immutable.nuspec"
3547 3548
      ]
    },
3549 3550
    "System.Console/4.0.0-beta-23321": {
      "sha512": "T+3GU5sqNEY6FQrcBq+OxgGmR3iocoyCIaH486/jrHvYiDI2fJYuIQQMFfDom7lK9ALuyGQo6DHtIP8gvPtU4w==",
3551 3552
      "type": "Package",
      "files": [
3553
        "[Content_Types].xml",
3554 3555 3556
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
3557
        "lib/net46/System.Console.dll",
3558 3559
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3560
        "package/services/metadata/core-properties/a6484cacbf364fb1bc265b95a9c5ee1e.psmdcp",
3561 3562 3563
        "ref/dotnet/System.Console.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
3564
        "ref/net46/System.Console.dll",
3565 3566
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3567
        "runtime.json",
3568
        "System.Console.nuspec"
3569 3570
      ]
    },
3571 3572
    "System.Diagnostics.Contracts/4.0.1-beta-23321": {
      "sha512": "uQBLdUyCPp0fwVdlmDb002cVwqDfgdwZOKyAMCQFIaYVvgrDc5LVhBdUC5DbTnD9yoNmKaudN4wphEUZc7UmKw==",
3573 3574
      "type": "Package",
      "files": [
3575
        "[Content_Types].xml",
3576 3577 3578
        "_rels/.rels",
        "lib/DNXCore50/System.Diagnostics.Contracts.dll",
        "lib/net45/_._",
3579
        "lib/netcore50/System.Diagnostics.Contracts.dll",
3580 3581 3582
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
3583
        "package/services/metadata/core-properties/aa4cbb3734984eeabf9662196665c772.psmdcp",
3584 3585 3586
        "ref/dotnet/System.Diagnostics.Contracts.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Diagnostics.Contracts.dll",
3587
        "ref/win8/_._",
3588 3589
        "ref/wp80/_._",
        "ref/wpa81/_._",
3590 3591
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll",
        "System.Diagnostics.Contracts.nuspec"
3592 3593
      ]
    },
3594 3595
    "System.Diagnostics.Debug/4.0.11-beta-23321": {
      "sha512": "4R6FjkoZEnCFNFG7RX7bgugxyLt7K4AMoeM9pobL31WRK7G3l/8AjAArAIxStTP0mYOQBDfnuzEy7A6GtPPVrQ==",
3596 3597
      "type": "Package",
      "files": [
3598
        "[Content_Types].xml",
3599 3600 3601 3602 3603 3604
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3605
        "package/services/metadata/core-properties/d09b3b4ae77f4521a143a18383509727.psmdcp",
3606 3607 3608 3609 3610 3611
        "ref/dotnet/System.Diagnostics.Debug.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3612
        "runtime.json",
3613
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll",
3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636
        "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"
3637 3638
      ]
    },
3639 3640
    "System.Diagnostics.Process/4.1.0-beta-23321": {
      "sha512": "uyJkM1sHuj25J1MCwgWkrtDzj8zDQFf5Lq81MMcuiTN5vPro5OFch6mS1OQeQwh4rMhcuEab56xz+nKWFBpDuA==",
3641 3642
      "type": "Package",
      "files": [
3643
        "[Content_Types].xml",
3644 3645 3646
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
3647 3648 3649 3650 3651 3652 3653
        "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",
3654
        "lib/net46/System.Diagnostics.Process.dll",
3655 3656 3657
        "lib/net46/System.Diagnostics.Process.xml",
        "lib/net46/zh-hans/System.Diagnostics.Process.xml",
        "lib/net46/zh-hant/System.Diagnostics.Process.xml",
3658 3659
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3660
        "package/services/metadata/core-properties/9f8bf204da1b44bebe5820c2a2f46af0.psmdcp",
3661 3662 3663
        "ref/dotnet/System.Diagnostics.Process.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
3664 3665 3666 3667 3668 3669 3670
        "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",
3671
        "ref/net46/System.Diagnostics.Process.dll",
3672 3673 3674
        "ref/net46/System.Diagnostics.Process.xml",
        "ref/net46/zh-hans/System.Diagnostics.Process.xml",
        "ref/net46/zh-hant/System.Diagnostics.Process.xml",
3675 3676
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3677 3678
        "runtime.json",
        "System.Diagnostics.Process.nuspec"
3679 3680
      ]
    },
3681 3682
    "System.Diagnostics.StackTrace/4.0.1-beta-23321": {
      "sha512": "Z6ISAYpE/EFWjHKlKHIwaYKmJdQfTNGFg/It2XXZnVC0iK9wU6n3nCJEQQPtNGCsUFOuS1lR4IcZ1DJg2zOcDw==",
3683 3684
      "type": "Package",
      "files": [
3685
        "[Content_Types].xml",
3686
        "_rels/.rels",
3687 3688 3689 3690 3691 3692 3693
        "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",
3694
        "lib/DNXCore50/System.Diagnostics.StackTrace.dll",
3695 3696 3697
        "lib/DNXCore50/System.Diagnostics.StackTrace.xml",
        "lib/DNXCore50/zh-hans/System.Diagnostics.StackTrace.xml",
        "lib/DNXCore50/zh-hant/System.Diagnostics.StackTrace.xml",
3698 3699
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
3700 3701 3702 3703 3704 3705 3706
        "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",
3707
        "lib/net46/System.Diagnostics.StackTrace.dll",
3708 3709 3710 3711 3712 3713 3714 3715 3716 3717
        "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",
3718
        "lib/netcore50/System.Diagnostics.StackTrace.dll",
3719 3720 3721
        "lib/netcore50/System.Diagnostics.StackTrace.xml",
        "lib/netcore50/zh-hans/System.Diagnostics.StackTrace.xml",
        "lib/netcore50/zh-hant/System.Diagnostics.StackTrace.xml",
3722 3723
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3724
        "package/services/metadata/core-properties/fbc1a675ca0e44bf800a7de202099cfa.psmdcp",
3725 3726 3727
        "ref/dotnet/System.Diagnostics.StackTrace.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
3728 3729 3730 3731 3732 3733 3734
        "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",
3735
        "ref/net46/System.Diagnostics.StackTrace.dll",
3736 3737 3738
        "ref/net46/System.Diagnostics.StackTrace.xml",
        "ref/net46/zh-hans/System.Diagnostics.StackTrace.xml",
        "ref/net46/zh-hant/System.Diagnostics.StackTrace.xml",
3739 3740
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3741 3742 3743 3744 3745 3746 3747
        "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",
3748
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll",
3749 3750 3751 3752
        "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"
3753 3754
      ]
    },
3755 3756
    "System.Diagnostics.Tools/4.0.1-beta-23321": {
      "sha512": "xoM7gy0T1QBgDeMvoMkOdCKlWvgQofBFVaFkMNfCKNC57L/ri4zZG5bDmhnkO9LXkjQ+rfbBBU/nwRpXGNBXMg==",
3757 3758
      "type": "Package",
      "files": [
3759
        "[Content_Types].xml",
3760
        "_rels/.rels",
3761 3762 3763 3764 3765 3766 3767
        "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",
3768
        "lib/DNXCore50/System.Diagnostics.Tools.dll",
3769 3770 3771
        "lib/DNXCore50/System.Diagnostics.Tools.xml",
        "lib/DNXCore50/zh-hans/System.Diagnostics.Tools.xml",
        "lib/DNXCore50/zh-hant/System.Diagnostics.Tools.xml",
3772
        "lib/net45/_._",
3773 3774 3775 3776 3777 3778 3779
        "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",
3780
        "lib/netcore50/System.Diagnostics.Tools.dll",
3781 3782 3783
        "lib/netcore50/System.Diagnostics.Tools.xml",
        "lib/netcore50/zh-hans/System.Diagnostics.Tools.xml",
        "lib/netcore50/zh-hant/System.Diagnostics.Tools.xml",
3784 3785 3786
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
3787
        "package/services/metadata/core-properties/96b131cbd7b7440b802f9771a0027282.psmdcp",
3788 3789 3790
        "ref/dotnet/System.Diagnostics.Tools.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Diagnostics.Tools.dll",
3791
        "ref/win8/_._",
3792 3793
        "ref/wp80/_._",
        "ref/wpa81/_._",
3794 3795 3796 3797 3798 3799 3800
        "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",
3801
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll",
3802 3803 3804 3805
        "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"
3806 3807
      ]
    },
3808 3809
    "System.Diagnostics.Tracing/4.0.21-beta-23321": {
      "sha512": "OiIKj+DaWak1aN8M61SWIUniknrOV5WWhJy5pP1kwcFQ4JkCDWe+yTIXn2EfQdvzAfkLBNqr8u5wa1fVK9OwLg==",
3810 3811
      "type": "Package",
      "files": [
3812
        "[Content_Types].xml",
3813 3814 3815 3816 3817
        "_rels/.rels",
        "lib/DNXCore50/System.Diagnostics.Tracing.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
3818
        "lib/netcore50/System.Diagnostics.Tracing.dll",
3819 3820
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3821
        "package/services/metadata/core-properties/0cf13c4ba4f740cba9eb61b4514f6bbd.psmdcp",
3822 3823 3824 3825 3826 3827
        "ref/dotnet/System.Diagnostics.Tracing.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3828 3829 3830 3831 3832 3833 3834
        "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",
3835
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll",
3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893
        "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"
3894 3895
      ]
    },
3896 3897
    "System.Globalization/4.0.11-beta-23321": {
      "sha512": "x2xt0ZWdRlG2HdyTCE2Nw5rVvCVAB/VUwQdD51MN/ymGIQpqgrijiMCaqY3NA2sCFdViTuJOwBOaOjd02PKquQ==",
3898 3899
      "type": "Package",
      "files": [
3900
        "[Content_Types].xml",
3901 3902 3903 3904 3905
        "_rels/.rels",
        "lib/DNXCore50/System.Globalization.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
3906
        "lib/netcore50/System.Globalization.dll",
3907 3908
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3909
        "package/services/metadata/core-properties/fbfb4b8becac4cf6b73f30cb91af51e0.psmdcp",
3910 3911 3912 3913 3914 3915
        "ref/dotnet/System.Globalization.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3916 3917
        "runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
        "System.Globalization.nuspec"
3918 3919
      ]
    },
3920 3921
    "System.Globalization.Calendars/4.0.1-beta-23321": {
      "sha512": "nPrmcTQHZGygVw8njyFVXDMNyHDyA5YLrfnBR8Do0vR02OmWAkfLA8jETZIiroIBHfynPda56GVVyUxHjXDhoQ==",
3922 3923
      "type": "Package",
      "files": [
3924
        "[Content_Types].xml",
3925 3926 3927 3928
        "_rels/.rels",
        "lib/DNXCore50/System.Globalization.Calendars.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
3929 3930
        "lib/net46/System.Globalization.Calendars.dll",
        "lib/netcore50/System.Globalization.Calendars.dll",
3931 3932
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3933
        "package/services/metadata/core-properties/2a5ed4057ec745739a290228c7436f53.psmdcp",
3934 3935 3936
        "ref/dotnet/System.Globalization.Calendars.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
3937
        "ref/net46/System.Globalization.Calendars.dll",
3938 3939
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3940 3941
        "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll",
        "System.Globalization.Calendars.nuspec"
3942 3943
      ]
    },
3944 3945
    "System.IO/4.0.11-beta-23321": {
      "sha512": "HozIN1RtKBRBNLePHGKUkvaLDs3d2ytO7jYD0PJEjfprB5tEapX69hEH8MpWu8a2JtuWH4n8Sqb2MJ4I0whQ6Q==",
3946 3947
      "type": "Package",
      "files": [
3948
        "[Content_Types].xml",
3949
        "_rels/.rels",
3950 3951 3952 3953 3954 3955 3956
        "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",
3957
        "lib/DNXCore50/System.IO.dll",
3958 3959 3960
        "lib/DNXCore50/System.IO.xml",
        "lib/DNXCore50/zh-hans/System.IO.xml",
        "lib/DNXCore50/zh-hant/System.IO.xml",
3961 3962 3963
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
3964 3965 3966 3967 3968 3969 3970
        "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",
3971
        "lib/netcore50/System.IO.dll",
3972 3973 3974
        "lib/netcore50/System.IO.xml",
        "lib/netcore50/zh-hans/System.IO.xml",
        "lib/netcore50/zh-hant/System.IO.xml",
3975 3976
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3977
        "package/services/metadata/core-properties/56ba00f750f24a5da2376c4023582747.psmdcp",
3978 3979 3980 3981 3982 3983
        "ref/dotnet/System.IO.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3984 3985 3986 3987 3988 3989 3990
        "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",
3991
        "runtimes/win8-aot/lib/netcore50/System.IO.dll",
3992 3993 3994 3995
        "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"
3996 3997
      ]
    },
3998 3999
    "System.IO.FileSystem/4.0.1-beta-23321": {
      "sha512": "4HrW5zPva1J19l/g1a5tDfm35fGV98sSgT1dDr/DQcxBA4njuzWdML3dU6NAWZw0lTlmLedd1qNc9emAzMGUaw==",
4000 4001
      "type": "Package",
      "files": [
4002
        "[Content_Types].xml",
4003 4004 4005
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4006
        "lib/net46/System.IO.FileSystem.dll",
4007 4008
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4009
        "package/services/metadata/core-properties/51d437692fb84181b0a8db020860cea9.psmdcp",
4010 4011 4012
        "ref/dotnet/System.IO.FileSystem.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4013
        "ref/net46/System.IO.FileSystem.dll",
4014 4015
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4016
        "runtime.json",
4017
        "System.IO.FileSystem.nuspec"
4018 4019
      ]
    },
4020 4021
    "System.IO.FileSystem.Primitives/4.0.0": {
      "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==",
4022 4023
      "type": "Package",
      "files": [
4024
        "[Content_Types].xml",
4025 4026 4027 4028
        "_rels/.rels",
        "lib/dotnet/System.IO.FileSystem.Primitives.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4029
        "lib/net46/System.IO.FileSystem.Primitives.dll",
4030 4031
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4032 4033 4034 4035 4036 4037 4038 4039
        "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",
4040
        "ref/dotnet/System.IO.FileSystem.Primitives.dll",
4041 4042 4043
        "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",
4044 4045
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4046
        "ref/net46/System.IO.FileSystem.Primitives.dll",
4047 4048
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4049
        "System.IO.FileSystem.Primitives.nuspec"
4050 4051
      ]
    },
4052 4053
    "System.IO.Pipes/4.0.0-beta-23321": {
      "sha512": "1wL5QKz+W6qD41HEeWizKQr3vtO/htd2pm/Y80jUSMnsEhih3LZqLjgTbJK95nVYwYpaltWCx+lA2gGgG2dZJw==",
4054 4055
      "type": "Package",
      "files": [
4056
        "[Content_Types].xml",
4057
        "_rels/.rels",
4058
        "lib/net46/System.IO.Pipes.dll",
4059
        "package/services/metadata/core-properties/fbdfaaee2e974aa3b62dcd9c3a0caf16.psmdcp",
4060 4061
        "ref/dotnet/System.IO.Pipes.dll",
        "ref/net46/System.IO.Pipes.dll",
4062 4063
        "runtime.json",
        "System.IO.Pipes.nuspec"
4064 4065
      ]
    },
4066 4067
    "System.Linq/4.0.1-beta-23321": {
      "sha512": "uw60zm0oDkqeZ1tX/1Ok1o3P1JCDVd4iVjUNNb+zhm8ZcmXZC4LSJKAO4hrkwmCxZlsUskBK9H/f1mJbG3cv4g==",
4068 4069
      "type": "Package",
      "files": [
4070
        "[Content_Types].xml",
4071
        "_rels/.rels",
4072 4073 4074 4075 4076 4077 4078
        "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",
4079
        "lib/dotnet/System.Linq.dll",
4080 4081 4082
        "lib/dotnet/System.Linq.xml",
        "lib/dotnet/zh-hans/System.Linq.xml",
        "lib/dotnet/zh-hant/System.Linq.xml",
4083 4084
        "lib/net45/_._",
        "lib/netcore50/System.Linq.dll",
4085
        "lib/netcore50/System.Linq.xml",
4086
        "lib/win8/_._",
4087 4088
        "lib/wp80/_._",
        "lib/wpa81/_._",
4089
        "package/services/metadata/core-properties/62d6902652794f8a9216c34686d9ba4b.psmdcp",
4090 4091 4092
        "ref/dotnet/System.Linq.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Linq.dll",
4093
        "ref/win8/_._",
4094 4095
        "ref/wp80/_._",
        "ref/wpa81/_._",
4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131
        "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"
4132 4133
      ]
    },
4134 4135
    "System.ObjectModel/4.0.11-beta-23321": {
      "sha512": "EzC3uRo6wziGKAOLxgeXSc3vL7g/hE2xbjyM4bB6kJWYKqKyIX7Vie4pq/lYiY4ioXtwXgLz+leNszROISMnDQ==",
4136 4137
      "type": "Package",
      "files": [
4138
        "[Content_Types].xml",
4139
        "_rels/.rels",
4140 4141 4142 4143 4144 4145 4146
        "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",
4147
        "lib/dotnet/System.ObjectModel.dll",
4148 4149 4150
        "lib/dotnet/System.ObjectModel.xml",
        "lib/dotnet/zh-hans/System.ObjectModel.xml",
        "lib/dotnet/zh-hant/System.ObjectModel.xml",
4151 4152 4153 4154 4155
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4156
        "package/services/metadata/core-properties/23e34926ef6542f29940c58292841cfd.psmdcp",
4157 4158 4159 4160 4161 4162
        "ref/dotnet/System.ObjectModel.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4163
        "System.ObjectModel.nuspec"
4164 4165
      ]
    },
4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181
    "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"
      ]
    },
4182 4183
    "System.Private.Uri/4.0.1-beta-23321": {
      "sha512": "aYzUbfsIO9LHpGeBJFbuBRzbg8NhSxCWWAjJNdyKV6SrgawsuCsec+MOWsx+H4JR8NOE2CG5C3oDVj4eI9Pgtw==",
4184 4185
      "type": "Package",
      "files": [
4186
        "[Content_Types].xml",
4187
        "_rels/.rels",
4188
        "package/services/metadata/core-properties/2b2f854d867f4735aacb6bd366df1127.psmdcp",
4189 4190
        "ref/dnxcore50/_._",
        "ref/netcore50/_._",
4191
        "runtime.json",
4192
        "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll",
4193
        "System.Private.Uri.nuspec"
4194 4195
      ]
    },
4196 4197
    "System.Reflection/4.1.0-beta-23321": {
      "sha512": "BJmxSgtH9BJ6cbLcF2xodAf3NT9igbAKfUr/XmwcOL7/T4GOTYONIj3k/vy8CTIIgn/zcxQODG3Hjf5jh5iRBg==",
4198 4199
      "type": "Package",
      "files": [
4200
        "[Content_Types].xml",
4201 4202 4203 4204 4205
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4206
        "lib/netcore50/System.Reflection.dll",
4207 4208
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4209
        "package/services/metadata/core-properties/01c08beb33b54545a71b58b9083cabb6.psmdcp",
4210 4211 4212 4213 4214 4215
        "ref/dotnet/System.Reflection.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4216 4217
        "runtimes/win8-aot/lib/netcore50/System.Reflection.dll",
        "System.Reflection.nuspec"
4218 4219
      ]
    },
4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304
    "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==",
4305 4306
      "type": "Package",
      "files": [
4307
        "[Content_Types].xml",
4308 4309 4310
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.Extensions.dll",
        "lib/net45/_._",
4311
        "lib/netcore50/System.Reflection.Extensions.dll",
4312 4313 4314
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
4315
        "package/services/metadata/core-properties/7126a90e098846608d931321e1efd181.psmdcp",
4316 4317 4318
        "ref/dotnet/System.Reflection.Extensions.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Reflection.Extensions.dll",
4319
        "ref/win8/_._",
4320 4321
        "ref/wp80/_._",
        "ref/wpa81/_._",
4322 4323 4324 4325 4326 4327 4328
        "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",
4329
        "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll",
4330 4331 4332 4333
        "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"
4334 4335
      ]
    },
A
Andy Gocke 已提交
4336 4337
    "System.Reflection.Metadata/1.1.0-alpha-00014": {
      "sha512": "rVeIWjVoLQS0aNrGdzndZReskyfxu4EfO9BKqT5GJt0YfGtlsHB1aDPnjl4jIBDTr+WJC9YsnZg8S5sKT1X42g==",
4338 4339
      "type": "Package",
      "files": [
4340
        "[Content_Types].xml",
4341 4342 4343 4344
        "_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 已提交
4345
        "package/services/metadata/core-properties/a48ecf967b1540bba8edfe9af3a99ea5.psmdcp",
4346
        "System.Reflection.Metadata.nuspec"
4347 4348
      ]
    },
4349 4350
    "System.Reflection.Primitives/4.0.1-beta-23321": {
      "sha512": "BNg1/j5QPmRovdYXRFbtuoxX444casrq/f0wJY4Cy3FPRn7JeQs028oNfr8vN66xk1P+p3NBP//7FtopwAGN+g==",
4351 4352
      "type": "Package",
      "files": [
4353
        "[Content_Types].xml",
4354 4355 4356
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.Primitives.dll",
        "lib/net45/_._",
4357
        "lib/netcore50/System.Reflection.Primitives.dll",
4358 4359 4360
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
4361
        "package/services/metadata/core-properties/071daab6331442f48da7f5599bcf079e.psmdcp",
4362 4363 4364
        "ref/dotnet/System.Reflection.Primitives.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Reflection.Primitives.dll",
4365
        "ref/win8/_._",
4366 4367
        "ref/wp80/_._",
        "ref/wpa81/_._",
4368 4369 4370 4371 4372 4373 4374
        "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",
4375
        "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll",
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 4411 4412 4413
        "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"
4414 4415
      ]
    },
4416 4417
    "System.Resources.ResourceManager/4.0.1-beta-23321": {
      "sha512": "Xb2b2WouJJyVwrwm2TCWkmTpzdW37VyVmQZhYnx9oFEeE+e+Wvl/k+0jNQrB57kWJFre00u/g+mDykAgBoKWOg==",
4418 4419
      "type": "Package",
      "files": [
4420
        "[Content_Types].xml",
4421 4422 4423
        "_rels/.rels",
        "lib/DNXCore50/System.Resources.ResourceManager.dll",
        "lib/net45/_._",
4424
        "lib/netcore50/System.Resources.ResourceManager.dll",
4425 4426 4427
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
4428
        "package/services/metadata/core-properties/97c30e7c67b449309795182925a582aa.psmdcp",
4429 4430 4431
        "ref/dotnet/System.Resources.ResourceManager.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Resources.ResourceManager.dll",
4432
        "ref/win8/_._",
4433 4434
        "ref/wp80/_._",
        "ref/wpa81/_._",
4435 4436 4437 4438 4439 4440 4441
        "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",
4442
        "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll",
4443 4444 4445 4446
        "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"
4447 4448
      ]
    },
4449 4450
    "System.Runtime/4.0.21-beta-23321": {
      "sha512": "1cXiVm2L7F48anx94AXMlaMMkW34ECCyFiE/EJ+sJ3cVRiCIbzeGP/HgfWvAmR6Vb7HDyx4WUYeM2ID1jcwSiQ==",
4451 4452
      "type": "Package",
      "files": [
4453
        "[Content_Types].xml",
4454
        "_rels/.rels",
4455 4456 4457 4458 4459 4460 4461
        "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",
4462
        "lib/DNXCore50/System.Runtime.dll",
4463 4464 4465
        "lib/DNXCore50/System.Runtime.xml",
        "lib/DNXCore50/zh-hans/System.Runtime.xml",
        "lib/DNXCore50/zh-hant/System.Runtime.xml",
4466 4467 4468
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4469 4470 4471 4472 4473 4474 4475
        "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",
4476
        "lib/netcore50/System.Runtime.dll",
4477 4478 4479
        "lib/netcore50/System.Runtime.xml",
        "lib/netcore50/zh-hans/System.Runtime.xml",
        "lib/netcore50/zh-hant/System.Runtime.xml",
4480 4481
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4482
        "package/services/metadata/core-properties/7673ec88ee024db58f262b21c8ee84bc.psmdcp",
4483 4484 4485 4486 4487 4488
        "ref/dotnet/System.Runtime.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4489 4490 4491 4492 4493 4494 4495
        "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",
4496
        "runtimes/win8-aot/lib/netcore50/System.Runtime.dll",
4497 4498 4499 4500
        "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"
4501 4502
      ]
    },
4503 4504
    "System.Runtime.Extensions/4.0.11-beta-23321": {
      "sha512": "iqvpTN0WhcIGVz9quiA2PotxXLDYmu+pK6hLPuoIkyoQF8IJN7/uDV02sOl0ujB8oxoHBC+tASA7QA3nEeZeMQ==",
4505 4506
      "type": "Package",
      "files": [
4507
        "[Content_Types].xml",
4508 4509 4510 4511 4512 4513
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4514
        "package/services/metadata/core-properties/aa40024f803a4c37a959fddfb6cf0d2a.psmdcp",
4515 4516 4517 4518 4519 4520
        "ref/dotnet/System.Runtime.Extensions.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4521 4522
        "runtime.json",
        "System.Runtime.Extensions.nuspec"
4523 4524
      ]
    },
4525 4526
    "System.Runtime.Handles/4.0.1-beta-23321": {
      "sha512": "BLg+2M7bIZTM39Y9sO17CnS0xc+xzKAHncXjexGciJx+hyrUl78YJ6QAfbHAJ14Z+e+oiTQVO8cj7AOq3xqaJA==",
4527 4528
      "type": "Package",
      "files": [
4529
        "[Content_Types].xml",
4530
        "_rels/.rels",
4531 4532 4533 4534 4535 4536 4537
        "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",
4538
        "lib/DNXCore50/System.Runtime.Handles.dll",
4539 4540 4541
        "lib/DNXCore50/System.Runtime.Handles.xml",
        "lib/DNXCore50/zh-hans/System.Runtime.Handles.xml",
        "lib/DNXCore50/zh-hant/System.Runtime.Handles.xml",
4542 4543 4544
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4545 4546 4547 4548 4549 4550 4551
        "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",
4552
        "lib/netcore50/System.Runtime.Handles.dll",
4553 4554 4555
        "lib/netcore50/System.Runtime.Handles.xml",
        "lib/netcore50/zh-hans/System.Runtime.Handles.xml",
        "lib/netcore50/zh-hant/System.Runtime.Handles.xml",
4556 4557
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4558
        "package/services/metadata/core-properties/4c3f0754f0eb4acf8da1fc993b79df9d.psmdcp",
4559 4560 4561 4562 4563 4564
        "ref/dotnet/System.Runtime.Handles.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4565 4566 4567 4568 4569 4570 4571
        "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",
4572
        "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll",
4573 4574 4575 4576
        "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"
4577 4578
      ]
    },
4579 4580
    "System.Runtime.InteropServices/4.0.21-beta-23321": {
      "sha512": "QaHgkctkiMo9uD8AJmTEw/6/XogvYYp6Z0CH99+4j9WcXaSiBrRs/z0D4Wrcr0qQMls3gv3LDm8fve+XsYO67A==",
4581 4582
      "type": "Package",
      "files": [
4583
        "[Content_Types].xml",
4584
        "_rels/.rels",
4585 4586 4587 4588 4589 4590 4591
        "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",
4592
        "lib/DNXCore50/System.Runtime.InteropServices.dll",
4593 4594 4595
        "lib/DNXCore50/System.Runtime.InteropServices.xml",
        "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml",
        "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml",
4596 4597 4598
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4599 4600 4601 4602 4603 4604 4605
        "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",
4606
        "lib/netcore50/System.Runtime.InteropServices.dll",
4607 4608 4609
        "lib/netcore50/System.Runtime.InteropServices.xml",
        "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml",
        "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml",
4610 4611
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4612
        "package/services/metadata/core-properties/6c73e975deea494b8deacccbdab960b0.psmdcp",
4613 4614 4615 4616 4617 4618
        "ref/dotnet/System.Runtime.InteropServices.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4619
        "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll",
4620
        "System.Runtime.InteropServices.nuspec"
4621 4622
      ]
    },
4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634
    "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"
      ]
    },
4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689
    "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"
      ]
    },
4690 4691
    "System.Security.Cryptography.Algorithms/4.0.0-beta-23311": {
      "sha512": "1l9b838cbDrV/KUwlnLmGTF2JbHBt7yJ0tw9mCl2LXZk31y+W0vzo0gA0RUfdr4ASvhF1dOzq6cUwolPScc7wQ==",
4692 4693
      "type": "Package",
      "files": [
4694
        "[Content_Types].xml",
4695
        "_rels/.rels",
4696
        "lib/DNXCore50/System.Security.Cryptography.Algorithms.dll",
4697 4698
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4699
        "lib/net46/System.Security.Cryptography.Algorithms.dll",
4700 4701
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4702
        "package/services/metadata/core-properties/da0ade3d3f8d461c8c5ecd436f3b2a22.psmdcp",
4703
        "ref/dotnet/System.Security.Cryptography.Algorithms.dll",
4704 4705
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4706
        "ref/net46/System.Security.Cryptography.Algorithms.dll",
4707 4708
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4709
        "System.Security.Cryptography.Algorithms.nuspec"
4710 4711
      ]
    },
4712 4713
    "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23311": {
      "sha512": "OR5tGGelqx20MGQpWT3kMw1pDg/auXwevZ/SynUt6Dl0Ac2SQ38WEzqmBvovvoTH/sqlKQFvBhQ/0yd4F/b2Ag==",
4714 4715
      "type": "Package",
      "files": [
4716
        "[Content_Types].xml",
4717
        "_rels/.rels",
4718
        "de/System.Security.Cryptography.Hashing.Algorithms.xml",
4719
        "es/System.Security.Cryptography.Hashing.Algorithms.xml",
4720 4721 4722 4723
        "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",
4724
        "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll",
4725
        "package/services/metadata/core-properties/b491eccd83fc4bd0a4d0bcf7686b45f0.psmdcp",
4726
        "ru/System.Security.Cryptography.Hashing.Algorithms.xml",
4727 4728
        "System.Security.Cryptography.Hashing.Algorithms.nuspec",
        "System.Security.Cryptography.Hashing.Algorithms.xml",
4729
        "zh-hans/System.Security.Cryptography.Hashing.Algorithms.xml",
4730
        "zh-hant/System.Security.Cryptography.Hashing.Algorithms.xml"
4731 4732
      ]
    },
4733 4734
    "System.Security.Cryptography.Primitives/4.0.0-beta-23311": {
      "sha512": "znDa+79gOts4Kgfvy/JmZ6m5xLE4q7CJSCxkPFl3t+BJE7IXwwkUQ489oc7E02YrIm1EpnYTcyUnnI0EqmgGXQ==",
4735 4736
      "type": "Package",
      "files": [
4737
        "[Content_Types].xml",
4738
        "_rels/.rels",
4739
        "lib/DNXCore50/System.Security.Cryptography.Primitives.dll",
4740 4741
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4742
        "lib/net46/System.Security.Cryptography.Primitives.dll",
4743 4744
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4745
        "package/services/metadata/core-properties/f6e14f094dde4d3b88a6965aafad62f1.psmdcp",
4746
        "ref/dotnet/System.Security.Cryptography.Primitives.dll",
4747 4748
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4749
        "ref/net46/System.Security.Cryptography.Primitives.dll",
4750 4751
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4752
        "System.Security.Cryptography.Primitives.nuspec"
4753 4754 4755 4756 4757 4758
      ]
    },
    "System.Security.Principal/4.0.0": {
      "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==",
      "type": "Package",
      "files": [
4759
        "[Content_Types].xml",
4760 4761 4762 4763
        "_rels/.rels",
        "lib/dotnet/System.Security.Principal.dll",
        "lib/net45/_._",
        "lib/netcore50/System.Security.Principal.dll",
4764
        "lib/win8/_._",
4765 4766
        "lib/wp80/_._",
        "lib/wpa81/_._",
4767
        "package/services/metadata/core-properties/5d44fbabc99d4204b6a2f76329d0a184.psmdcp",
4768
        "ref/dotnet/de/System.Security.Principal.xml",
4769
        "ref/dotnet/es/System.Security.Principal.xml",
4770 4771 4772 4773 4774
        "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",
4775 4776
        "ref/dotnet/System.Security.Principal.dll",
        "ref/dotnet/System.Security.Principal.xml",
4777
        "ref/dotnet/zh-hans/System.Security.Principal.xml",
4778
        "ref/dotnet/zh-hant/System.Security.Principal.xml",
4779 4780 4781
        "ref/net45/_._",
        "ref/netcore50/System.Security.Principal.dll",
        "ref/netcore50/System.Security.Principal.xml",
4782
        "ref/win8/_._",
4783 4784
        "ref/wp80/_._",
        "ref/wpa81/_._",
4785
        "System.Security.Principal.nuspec"
4786 4787
      ]
    },
4788 4789
    "System.Text.Encoding/4.0.11-beta-23321": {
      "sha512": "ln7Yt9MrJUPmG1kS91ZmBFMCELsxCnP5vctGpqpjzZV9kT7+Tp8oLIftVVes+ET+i1vy/qo3dln+dvwXjjCKHA==",
4790 4791
      "type": "Package",
      "files": [
4792
        "[Content_Types].xml",
4793 4794 4795 4796 4797
        "_rels/.rels",
        "lib/DNXCore50/System.Text.Encoding.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4798
        "lib/netcore50/System.Text.Encoding.dll",
4799 4800
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4801
        "package/services/metadata/core-properties/7c7a11974e514ddd8c6a6c8fb25bbdf9.psmdcp",
4802 4803 4804 4805 4806 4807
        "ref/dotnet/System.Text.Encoding.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4808 4809
        "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll",
        "System.Text.Encoding.nuspec"
4810 4811
      ]
    },
4812 4813
    "System.Text.Encoding.Extensions/4.0.11-beta-23321": {
      "sha512": "DfR8dxgjAyrPeFGLG+O9mLvC5eP76hMMLrOsBMqVBnfwxSa/TYjlNfjluR+bHI/qQZ/W0JELViC93lNX9LGsSQ==",
4814 4815
      "type": "Package",
      "files": [
4816
        "[Content_Types].xml",
4817 4818 4819 4820 4821
        "_rels/.rels",
        "lib/DNXCore50/System.Text.Encoding.Extensions.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4822
        "lib/netcore50/System.Text.Encoding.Extensions.dll",
4823 4824
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4825
        "package/services/metadata/core-properties/399d4c41e1ee472bb75d0c6e733ee91a.psmdcp",
4826 4827 4828 4829 4830 4831
        "ref/dotnet/System.Text.Encoding.Extensions.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4832 4833
        "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll",
        "System.Text.Encoding.Extensions.nuspec"
4834 4835
      ]
    },
4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867
    "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"
      ]
    },
4868 4869
    "System.Threading/4.0.11-beta-23321": {
      "sha512": "PeQJ218GGDU4Cccsp8Im1sO5B4zvMIbLxWnYLVhFIIOry0diB/YhuBjwIG8xDuXNYmlB4qrIfxzBZCrZR4nsCA==",
4870 4871
      "type": "Package",
      "files": [
4872
        "[Content_Types].xml",
4873 4874 4875 4876 4877 4878
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4879
        "package/services/metadata/core-properties/f541871dcbcc410595a9f545225eebef.psmdcp",
4880 4881 4882 4883 4884 4885
        "ref/dotnet/System.Threading.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4886
        "runtime.json",
4887
        "runtimes/win8-aot/lib/netcore50/System.Threading.dll",
4888
        "System.Threading.nuspec"
4889 4890 4891 4892 4893 4894
      ]
    },
    "System.Threading.Overlapped/4.0.0": {
      "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==",
      "type": "Package",
      "files": [
4895
        "[Content_Types].xml",
4896 4897 4898
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.Overlapped.dll",
        "lib/net46/System.Threading.Overlapped.dll",
4899 4900
        "lib/netcore50/System.Threading.Overlapped.dll",
        "package/services/metadata/core-properties/e9846a81e829434aafa4ae2e8c3517d7.psmdcp",
4901
        "ref/dotnet/de/System.Threading.Overlapped.xml",
4902
        "ref/dotnet/es/System.Threading.Overlapped.xml",
4903 4904 4905 4906 4907
        "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",
4908 4909
        "ref/dotnet/System.Threading.Overlapped.dll",
        "ref/dotnet/System.Threading.Overlapped.xml",
4910
        "ref/dotnet/zh-hans/System.Threading.Overlapped.xml",
4911
        "ref/dotnet/zh-hant/System.Threading.Overlapped.xml",
4912
        "ref/net46/System.Threading.Overlapped.dll",
4913
        "System.Threading.Overlapped.nuspec"
4914 4915
      ]
    },
4916 4917
    "System.Threading.Tasks/4.0.11-beta-23321": {
      "sha512": "itQejciEb+mDCZdLwL+kjRisCLYXL1ZA15CiqUG6B3tKrDe96vyMFN4I8Lqt3r4GNf3mHNmfuQgPd8aF4qZ4EQ==",
4918 4919
      "type": "Package",
      "files": [
4920
        "[Content_Types].xml",
4921
        "_rels/.rels",
4922 4923 4924 4925 4926 4927 4928
        "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",
4929
        "lib/DNXCore50/System.Threading.Tasks.dll",
4930 4931 4932
        "lib/DNXCore50/System.Threading.Tasks.xml",
        "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml",
        "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml",
4933 4934 4935
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4936 4937 4938 4939 4940 4941 4942
        "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",
4943
        "lib/netcore50/System.Threading.Tasks.dll",
4944 4945 4946
        "lib/netcore50/System.Threading.Tasks.xml",
        "lib/netcore50/zh-hans/System.Threading.Tasks.xml",
        "lib/netcore50/zh-hant/System.Threading.Tasks.xml",
4947 4948
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4949
        "package/services/metadata/core-properties/9aa11746a67a430098b88e80fb39e238.psmdcp",
4950 4951 4952 4953 4954 4955
        "ref/dotnet/System.Threading.Tasks.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4956 4957 4958 4959 4960 4961 4962
        "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",
4963
        "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll",
4964 4965 4966 4967 4968 4969 4970 4971
        "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==",
4972 4973
      "type": "Package",
      "files": [
4974
        "[Content_Types].xml",
4975 4976 4977 4978
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.Thread.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4979
        "lib/net46/System.Threading.Thread.dll",
4980 4981
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4982
        "package/services/metadata/core-properties/dc446787b13447b19378f30cb7d39391.psmdcp",
4983 4984 4985
        "ref/dotnet/System.Threading.Thread.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4986
        "ref/net46/System.Threading.Thread.dll",
4987 4988
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4989
        "System.Threading.Thread.nuspec"
4990 4991
      ]
    },
4992 4993
    "System.Threading.ThreadPool/4.0.10-beta-23321": {
      "sha512": "C9n2qyHG1ywYg1YGZLfeF4Xn6p0eqjDchxvZNF4Ac3nH4GKmLizFTRLdQ5NbNrPJ0Ry1JDg2LEhcVEaztWk61Q==",
4994 4995
      "type": "Package",
      "files": [
4996
        "[Content_Types].xml",
4997 4998 4999 5000
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.ThreadPool.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
5001
        "lib/net46/System.Threading.ThreadPool.dll",
5002 5003
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5004
        "package/services/metadata/core-properties/4fc77e5b5a4241c6b0d212f20d229ef8.psmdcp",
5005 5006 5007
        "ref/dotnet/System.Threading.ThreadPool.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
5008
        "ref/net46/System.Threading.ThreadPool.dll",
5009 5010
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
5011
        "System.Threading.ThreadPool.nuspec"
5012 5013
      ]
    },
5014 5015
    "System.Threading.Timer/4.0.1-beta-23321": {
      "sha512": "tgujlu3HLwLyVl1uDqnNyW3vHMNfiYaUNhdne2qDuyY0S/W5EJLS1eVCofH+s0Em251uLDkJGJPEzo30NWUW8g==",
5016 5017
      "type": "Package",
      "files": [
5018
        "[Content_Types].xml",
5019 5020 5021
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.Timer.dll",
        "lib/net451/_._",
5022
        "lib/netcore50/System.Threading.Timer.dll",
5023 5024
        "lib/win81/_._",
        "lib/wpa81/_._",
5025
        "package/services/metadata/core-properties/4eff7df69a0146c8bf5f24a4e7c66492.psmdcp",
5026 5027 5028
        "ref/dotnet/System.Threading.Timer.dll",
        "ref/net451/_._",
        "ref/netcore50/System.Threading.Timer.dll",
5029
        "ref/win81/_._",
5030
        "ref/wpa81/_._",
5031 5032
        "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll",
        "System.Threading.Timer.nuspec"
5033
      ]
5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164
    },
    "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"
      ]
5165 5166 5167 5168
    }
  },
  "projectFileDependencyGroups": {
    "": [
5169 5170 5171 5172
      "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",
5173
      "System.Collections >= 4.0.11-beta-23321",
5174 5175
      "System.Collections.Immutable >= 1.1.36",
      "System.Console >= 4.0.0-beta-23321",
5176
      "System.Diagnostics.Debug >= 4.0.11-beta-23321",
5177 5178
      "System.Diagnostics.FileVersionInfo >= 4.0.0-beta-23321",
      "System.Diagnostics.Process >= 4.1.0-beta-23321",
5179
      "System.Diagnostics.Tools >= 4.0.1-beta-23321",
5180 5181 5182 5183
      "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",
5184 5185 5186 5187 5188 5189 5190 5191
      "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",
5192
      "System.Runtime.Loader >= 4.0.0-beta-23321",
5193
      "System.Runtime.Serialization.Json >= 4.0.1-beta-23321",
5194
      "System.Security.Cryptography.Hashing.Algorithms >= 4.0.0-beta-23311",
5195 5196 5197 5198 5199 5200 5201
      "System.Text.Encoding >= 4.0.11-beta-23321",
      "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"
5202 5203 5204 5205
    ],
    "DNXCore,Version=v5.0": []
  }
}