project.lock.json 232.4 KB
Newer Older
1 2 3 4 5
{
  "locked": false,
  "version": 1,
  "targets": {
    "DNXCore,Version=v5.0": {
6
      "Microsoft.DiaSymReader.Native/1.2.0-rc": {},
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-23401": {},
      "Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23401": {
        "dependencies": {
          "Microsoft.NETCore.Windows.ApiSets": "[1.0.1-beta-23401, )",
          "System.Collections": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Diagnostics.Contracts": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Diagnostics.Debug": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Diagnostics.StackTrace": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Diagnostics.Tools": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Diagnostics.Tracing": "[4.0.21-beta-23401, 4.0.21-beta-23401]",
          "System.Globalization": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Globalization.Calendars": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.IO": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.ObjectModel": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Private.Uri": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Reflection": "[4.1.0-beta-23401, 4.1.0-beta-23401]",
          "System.Reflection.Extensions": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Reflection.Primitives": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Resources.ResourceManager": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Runtime": "[4.0.21-beta-23401, 4.0.21-beta-23401]",
          "System.Runtime.Extensions": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Runtime.Handles": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Runtime.InteropServices": "[4.0.21-beta-23401, 4.0.21-beta-23401]",
          "System.Text.Encoding": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Text.Encoding.Extensions": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Threading": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Threading.Tasks": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Threading.Timer": "[4.0.1-beta-23401, 4.0.1-beta-23401]"
        }
      },
      "Microsoft.NETCore.TestHost/1.0.0-beta-23401": {},
      "Microsoft.NETCore.Windows.ApiSets/1.0.1-beta-23401": {},
      "System.AppContext/4.0.1-beta-23401": {
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-23401": {
51
        "dependencies": {
52
          "System.Runtime": "[4.0.21-beta-23401, )"
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 69 70 71 72 73 74 75 76 77 78 79
      "System.Collections.Concurrent/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Diagnostics.Tracing": "[4.0.20, )",
          "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, )",
          "System.Threading.Tasks": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Collections.Concurrent.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Collections.Concurrent.dll": {}
        }
      },
80
      "System.Collections.Immutable/1.1.36": {
81
        "compile": {
82
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
83 84
        },
        "runtime": {
85
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
86 87
        }
      },
88
      "System.Console/4.0.0-beta-23401": {
89
        "dependencies": {
90 91
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
92 93 94 95 96
        },
        "compile": {
          "ref/dotnet/System.Console.dll": {}
        }
      },
97
      "System.Diagnostics.Contracts/4.0.1-beta-23401": {
98 99 100 101 102 103 104 105 106 107
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Contracts.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Contracts.dll": {}
        }
      },
108
      "System.Diagnostics.Debug/4.0.11-beta-23401": {
109 110 111 112 113
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Debug.dll": {}
114 115
        }
      },
116
      "System.Diagnostics.FileVersionInfo/4.0.0-beta-23401": {
117 118
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
119
        },
120 121
        "compile": {
          "ref/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
122 123
        }
      },
124
      "System.Diagnostics.Process/4.1.0-beta-23401": {
125
        "dependencies": {
126 127
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
128
          "System.Runtime.Handles": "[4.0.0, )",
129
          "System.Text.Encoding": "[4.0.0, )"
130 131 132 133 134
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Process.dll": {}
        }
      },
135
      "System.Diagnostics.StackTrace/4.0.1-beta-23401": {
136
        "dependencies": {
137 138
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
139 140 141 142 143 144 145 146
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.StackTrace.dll": {}
        }
      },
147
      "System.Diagnostics.Tools/4.0.1-beta-23401": {
148 149 150 151 152 153 154 155 156 157
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Tools.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Tools.dll": {}
        }
      },
158
      "System.Diagnostics.Tracing/4.0.21-beta-23401": {
159 160 161 162 163 164 165 166 167 168
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Tracing.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
        }
      },
169
      "System.Dynamic.Runtime/4.0.11-beta-23401": {
170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193
        "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": {}
        }
      },
194
      "System.Globalization/4.0.11-beta-23401": {
195 196 197 198 199 200 201 202 203 204
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Globalization.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Globalization.dll": {}
        }
      },
205
      "System.Globalization.Calendars/4.0.1-beta-23401": {
206
        "dependencies": {
207 208
          "System.Globalization": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
209 210 211 212 213 214 215 216
        },
        "compile": {
          "ref/dotnet/System.Globalization.Calendars.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Globalization.Calendars.dll": {}
        }
      },
217
      "System.IO/4.0.11-beta-23401": {
218 219 220 221 222 223 224 225 226 227 228 229
        "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": {}
        }
      },
230
      "System.IO.FileSystem/4.0.1-beta-23401": {
231
        "dependencies": {
232
          "System.IO": "[4.0.0, )",
233
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
234
          "System.Runtime": "[4.0.0, )",
235
          "System.Runtime.Handles": "[4.0.0, )",
236 237
          "System.Text.Encoding": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
238 239 240 241 242
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.dll": {}
        }
      },
243
      "System.IO.FileSystem.Primitives/4.0.0": {
244 245 246 247 248 249 250 251 252 253
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
        }
      },
254
      "System.IO.Pipes/4.0.0-beta-23401": {
255
        "dependencies": {
256 257
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
258 259
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Security.Principal": "[4.0.0, )",
260
          "System.Threading.Tasks": "[4.0.0, )"
261 262 263 264 265
        },
        "compile": {
          "ref/dotnet/System.IO.Pipes.dll": {}
        }
      },
266
      "System.Linq/4.0.1-beta-23401": {
267 268 269
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
270 271
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
272 273 274 275 276 277 278 279 280
          "System.Runtime.Extensions": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Linq.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Linq.dll": {}
        }
      },
281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305
      "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": {}
        }
      },
306
      "System.ObjectModel/4.0.11-beta-23401": {
307 308
        "dependencies": {
          "System.Collections": "[4.0.10, )",
309 310 311
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
312 313 314 315 316 317 318 319 320
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.ObjectModel.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.ObjectModel.dll": {}
        }
      },
321
      "System.Private.DataContractSerialization/4.0.1-beta-23401": {
322 323 324 325 326 327 328 329 330 331 332 333 334
        "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, )",
335
          "System.Runtime.Serialization.Primitives": "[4.0.11-beta-23401, )",
336 337 338 339 340 341 342 343 344 345 346 347 348 349 350
          "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": {}
        }
      },
351
      "System.Private.Uri/4.0.1-beta-23401": {
352 353 354 355
        "compile": {
          "ref/dnxcore50/_._": {}
        }
      },
356
      "System.Reflection/4.1.0-beta-23401": {
357 358
        "dependencies": {
          "System.IO": "[4.0.0, )",
359 360
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )"
361 362 363 364 365 366 367 368
        },
        "compile": {
          "ref/dotnet/System.Reflection.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.dll": {}
        }
      },
369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396
      "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": {}
        }
      },
397
      "System.Reflection.Extensions/4.0.1-beta-23401": {
398
        "dependencies": {
399 400
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
401 402 403 404 405 406 407 408
        },
        "compile": {
          "ref/dotnet/System.Reflection.Extensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Extensions.dll": {}
        }
      },
A
Andy Gocke 已提交
409
      "System.Reflection.Metadata/1.1.0-alpha-00014": {
410
        "dependencies": {
411 412 413 414 415 416 417 418 419 420 421 422 423 424
          "System.Collections": "[4.0.0, )",
          "System.Collections.Immutable": "[1.1.36, )",
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.IO": "[4.0.0, )",
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Extensions": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
          "System.Runtime.Extensions": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.0, )",
          "System.Text.Encoding": "[4.0.0, )",
          "System.Text.Encoding.Extensions": "[4.0.0, )",
          "System.Threading": "[4.0.0, )"
425 426
        },
        "compile": {
427
          "lib/dotnet/System.Reflection.Metadata.dll": {}
428 429
        },
        "runtime": {
430
          "lib/dotnet/System.Reflection.Metadata.dll": {}
431 432
        }
      },
433
      "System.Reflection.Primitives/4.0.1-beta-23401": {
434 435 436 437 438 439 440 441 442 443
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Primitives.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Primitives.dll": {}
        }
      },
444 445 446 447 448 449 450 451 452 453 454 455
      "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": {}
        }
      },
456
      "System.Resources.ResourceManager/4.0.1-beta-23401": {
457
        "dependencies": {
458
          "System.Globalization": "[4.0.0, )",
459
          "System.Reflection": "[4.0.0, )",
460
          "System.Runtime": "[4.0.0, )"
461 462 463 464 465 466 467 468
        },
        "compile": {
          "ref/dotnet/System.Resources.ResourceManager.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Resources.ResourceManager.dll": {}
        }
      },
469
      "System.Runtime/4.0.21-beta-23401": {
470
        "dependencies": {
471
          "System.Private.Uri": "[4.0.1-beta-23401, )"
472 473 474 475 476 477 478 479
        },
        "compile": {
          "ref/dotnet/System.Runtime.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.dll": {}
        }
      },
480
      "System.Runtime.Extensions/4.0.11-beta-23401": {
481 482 483 484 485 486 487
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Extensions.dll": {}
        }
      },
488
      "System.Runtime.Handles/4.0.1-beta-23401": {
489 490 491 492 493 494 495 496 497 498
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Handles.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Handles.dll": {}
        }
      },
499
      "System.Runtime.InteropServices/4.0.21-beta-23401": {
500 501 502
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
503
          "System.Runtime": "[4.0.0, )",
504 505 506 507 508 509 510 511 512
          "System.Runtime.Handles": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.InteropServices.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.InteropServices.dll": {}
        }
      },
513
      "System.Runtime.Loader/4.0.0-beta-23401": {
514 515 516 517 518 519 520 521 522 523 524 525
        "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": {}
        }
      },
526
      "System.Runtime.Serialization.Json/4.0.1-beta-23401": {
527
        "dependencies": {
528
          "System.Private.DataContractSerialization": "[4.0.1-beta-23401, )"
529 530 531 532 533 534 535 536
        },
        "compile": {
          "ref/dotnet/System.Runtime.Serialization.Json.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Serialization.Json.dll": {}
        }
      },
537
      "System.Runtime.Serialization.Primitives/4.0.11-beta-23401": {
538 539 540 541 542 543 544 545 546 547 548
        "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": {}
        }
      },
549
      "System.Security.Cryptography.Algorithms/4.0.0-beta-23401": {
550
        "dependencies": {
551
          "System.IO": "[4.0.0, )",
552
          "System.Runtime": "[4.0.0, )",
553
          "System.Security.Cryptography.Primitives": "[4.0.0-beta-23401, )"
554 555
        },
        "compile": {
556
          "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {}
557 558
        }
      },
559
      "System.Security.Cryptography.Primitives/4.0.0-beta-23401": {
560
        "dependencies": {
561 562
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.Globalization": "[4.0.0, )",
563 564 565 566 567
          "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, )"
568 569
        },
        "compile": {
570
          "ref/dotnet/System.Security.Cryptography.Primitives.dll": {}
571 572
        },
        "runtime": {
573
          "lib/dotnet/System.Security.Cryptography.Primitives.dll": {}
574 575 576 577 578 579 580 581 582 583 584 585 586
        }
      },
      "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": {}
        }
      },
587
      "System.Text.Encoding/4.0.11-beta-23401": {
588 589 590 591 592 593 594 595 596 597
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Text.Encoding.dll": {}
        }
      },
598
      "System.Text.Encoding.CodePages/4.0.1-beta-23401": {
599 600 601 602 603 604 605 606
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Text.Encoding": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.CodePages.dll": {}
        }
      },
607
      "System.Text.Encoding.Extensions/4.0.11-beta-23401": {
608 609 610 611 612 613 614 615 616 617 618
        "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": {}
        }
      },
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634
      "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": {}
        }
      },
635
      "System.Threading/4.0.11-beta-23401": {
636 637 638 639 640 641 642 643
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.dll": {}
        }
      },
644
      "System.Threading.Tasks/4.0.11-beta-23401": {
645
        "dependencies": {
646
          "System.Runtime": "[4.0.0, )"
647 648
        },
        "compile": {
649
          "ref/dotnet/System.Threading.Tasks.dll": {}
650 651
        },
        "runtime": {
652
          "lib/DNXCore50/System.Threading.Tasks.dll": {}
653 654
        }
      },
655
      "System.Threading.Tasks.Parallel/4.0.1-beta-23401": {
656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672
        "dependencies": {
          "System.Collections.Concurrent": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Diagnostics.Tracing": "[4.0.20, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Tasks.Parallel.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Threading.Tasks.Parallel.dll": {}
        }
      },
673
      "System.Threading.Thread/4.0.0-beta-23401": {
674
        "dependencies": {
675 676 677 678 679 680 681 682 683
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Thread.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Thread.dll": {}
        }
      },
684
      "System.Threading.Timer/4.0.1-beta-23401": {
685 686 687 688 689 690 691 692 693 694 695 696 697
        "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, )",
698
          "System.Diagnostics.Debug": "[4.0.10, )",
699 700 701 702
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem": "[4.0.0, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
703 704 705
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
706 707 708 709
          "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, )",
710
          "System.Threading.Tasks": "[4.0.10, )"
711 712
        },
        "compile": {
713
          "ref/dotnet/System.Xml.ReaderWriter.dll": {}
714 715
        },
        "runtime": {
716
          "lib/dotnet/System.Xml.ReaderWriter.dll": {}
717 718
        }
      },
719
      "System.Xml.XDocument/4.0.11-beta-23401": {
720
        "dependencies": {
721 722 723 724 725 726 727 728 729 730 731 732
          "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, )"
733 734
        },
        "compile": {
735
          "ref/dotnet/System.Xml.XDocument.dll": {}
736 737
        },
        "runtime": {
738
          "lib/dotnet/System.Xml.XDocument.dll": {}
739 740
        }
      },
741
      "System.Xml.XmlDocument/4.0.1-beta-23401": {
742
        "dependencies": {
743 744 745 746 747 748 749 750 751 752
          "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, )"
753 754
        },
        "compile": {
755
          "ref/dotnet/System.Xml.XmlDocument.dll": {}
756 757
        },
        "runtime": {
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784
          "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": {}
785
        }
786 787 788
      }
    },
    "DNXCore,Version=v5.0/ubuntu.14.04-x64": {
789
      "Microsoft.DiaSymReader.Native/1.2.0-rc": {},
790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821
      "Microsoft.NETCore.Platforms/1.0.1-beta-23401": {},
      "Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23401": {
        "dependencies": {
          "Microsoft.NETCore.Windows.ApiSets": "[1.0.1-beta-23401, )",
          "System.Collections": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Diagnostics.Contracts": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Diagnostics.Debug": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Diagnostics.StackTrace": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Diagnostics.Tools": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Diagnostics.Tracing": "[4.0.21-beta-23401, 4.0.21-beta-23401]",
          "System.Globalization": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Globalization.Calendars": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.IO": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.ObjectModel": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Private.Uri": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Reflection": "[4.1.0-beta-23401, 4.1.0-beta-23401]",
          "System.Reflection.Extensions": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Reflection.Primitives": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Resources.ResourceManager": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Runtime": "[4.0.21-beta-23401, 4.0.21-beta-23401]",
          "System.Runtime.Extensions": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Runtime.Handles": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Runtime.InteropServices": "[4.0.21-beta-23401, 4.0.21-beta-23401]",
          "System.Text.Encoding": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Text.Encoding.Extensions": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Threading": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Threading.Tasks": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Threading.Timer": "[4.0.1-beta-23401, 4.0.1-beta-23401]"
        }
      },
      "Microsoft.NETCore.TestHost/1.0.0-beta-23401": {},
      "Microsoft.NETCore.Windows.ApiSets/1.0.1-beta-23401": {},
822
      "Microsoft.Win32.Primitives/4.0.0": {
823
        "dependencies": {
824 825
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.InteropServices": "[4.0.20, )"
826 827
        },
        "compile": {
828
          "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
829 830
        },
        "runtime": {
831
          "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
832 833
        }
      },
834
      "runtime.linux.System.Diagnostics.Process/4.1.0-beta-23401": {
835
        "dependencies": {
836
          "Microsoft.Win32.Primitives": "[4.0.0, )",
837 838 839
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
840 841 842
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem": "[4.0.0, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
843 844
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
845
          "System.Runtime.Extensions": "[4.0.10, )",
846
          "System.Runtime.Handles": "[4.0.0, )",
847 848 849
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Text.Encoding.Extensions": "[4.0.10, )",
850 851
          "System.Threading": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )",
852
          "System.Threading.ThreadPool": "[4.0.10-beta-23401, )"
853 854
        },
        "compile": {
855
          "ref/dotnet/_._": {}
856 857
        },
        "runtime": {
858
          "lib/dotnet/System.Diagnostics.Process.dll": {}
859 860
        }
      },
861
      "runtime.linux.System.IO.FileSystem/4.0.1-beta-23401": {
862
        "dependencies": {
863
          "System.Collections": "[4.0.10, )",
864
          "System.Diagnostics.Debug": "[4.0.10, )",
865
          "System.IO": "[4.0.10, )",
866
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
867 868 869
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
870 871
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
872
          "System.Text.Encoding": "[4.0.10, )",
873
          "System.Text.Encoding.Extensions": "[4.0.10, )",
874
          "System.Threading": "[4.0.10, )",
875 876 877 878 879 880 881 882 883
          "System.Threading.Tasks": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "runtimes/linux/lib/dotnet/System.IO.FileSystem.dll": {}
        }
      },
884
      "runtime.linux.System.Runtime.Extensions/4.0.11-beta-23401": {
885 886
        "compile": {
          "ref/dotnet/_._": {}
887
        },
888 889 890 891
        "runtime": {
          "lib/dotnet/System.Runtime.Extensions.dll": {}
        }
      },
892
      "runtime.linux.System.Security.Cryptography.Algorithms/4.0.0-beta-23401": {
893 894 895 896 897 898
        "dependencies": {
          "System.IO": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
899
          "System.Security.Cryptography.Primitives": "[4.0.0-beta-23401, )",
900 901 902 903 904 905 906 907 908 909
          "System.Text.Encoding": "[4.0.0, )",
          "System.Text.Encoding.Extensions": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "lib/dotnet/System.Security.Cryptography.Algorithms.dll": {}
        }
      },
910
      "runtime.ubuntu.14.04-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23401": {
911
        "compile": {
912
          "ref/dotnet/_._": {}
913 914
        },
        "runtime": {
915 916 917 918 919 920 921 922 923
          "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": {},
924
          "runtimes/ubuntu.14.04-x64/native/System.Globalization.Native.so": {},
925 926 927
          "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": {}
928 929
        }
      },
930
      "runtime.ubuntu.14.04-x64.Microsoft.NETCore.TestHost/1.0.0-beta-23401": {
931
        "native": {
932
          "runtimes/ubuntu.14.04-x64/native/corerun": {}
933 934
        }
      },
935
      "runtime.unix.System.Console/4.0.0-beta-23401": {
936
        "dependencies": {
937
          "System.IO": "[4.0.10, )",
938
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
939 940 941
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
942 943
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
944
          "System.Text.Encoding": "[4.0.10, )",
945
          "System.Text.Encoding.Extensions": "[4.0.10, )",
946
          "System.Threading": "[4.0.10, )",
947
          "System.Threading.Tasks": "[4.0.10, )"
948 949
        },
        "compile": {
950
          "ref/dotnet/_._": {}
951 952
        },
        "runtime": {
953
          "lib/dotnet/System.Console.dll": {}
954
        }
955
      },
956
      "runtime.unix.System.Diagnostics.Debug/4.0.11-beta-23401": {
957 958 959 960 961 962 963
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "lib/dotnet/System.Diagnostics.Debug.dll": {}
        }
      },
964
      "runtime.unix.System.Diagnostics.FileVersionInfo/4.0.0-beta-23401": {
965
        "dependencies": {
966 967 968
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem": "[4.0.0, )",
          "System.Reflection.Metadata": "[1.0.22, )",
969
          "System.Runtime": "[4.0.20, )",
970
          "System.Runtime.Extensions": "[4.0.10, )"
971 972
        },
        "compile": {
973
          "ref/dotnet/_._": {}
974 975
        },
        "runtime": {
976
          "lib/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
977 978
        }
      },
979
      "runtime.unix.System.IO.Pipes/4.0.0-beta-23401": {
980
        "dependencies": {
981 982
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
983 984
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
985
          "System.Runtime.Extensions": "[4.0.10, )",
986
          "System.Runtime.Handles": "[4.0.0, )",
987 988 989 990
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Security.Principal": "[4.0.0, )",
          "System.Threading": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )"
991 992
        },
        "compile": {
993
          "ref/dotnet/_._": {}
994 995
        },
        "runtime": {
996 997 998
          "lib/dotnet/System.IO.Pipes.dll": {}
        }
      },
999
      "runtime.unix.System.Private.Uri/4.0.1-beta-23401": {
1000 1001 1002 1003 1004
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "lib/dotnet/System.Private.Uri.dll": {}
1005 1006
        }
      },
1007
      "runtime.unix.System.Text.Encoding.CodePages/4.0.1-beta-23401": {
1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Reflection": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "lib/dotnet/System.Text.Encoding.CodePages.dll": {}
        }
      },
1028
      "runtime.unix.System.Threading/4.0.11-beta-23401": {
1029 1030 1031 1032 1033 1034 1035
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "lib/dotnet/System.Threading.dll": {}
        }
      },
1036
      "System.AppContext/4.0.1-beta-23401": {
1037 1038 1039 1040 1041 1042 1043 1044 1045 1046
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.AppContext.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.AppContext.dll": {}
        }
      },
1047
      "System.Collections/4.0.11-beta-23401": {
1048
        "dependencies": {
1049
          "System.Runtime": "[4.0.21-beta-23401, )"
1050 1051 1052 1053 1054 1055 1056 1057
        },
        "compile": {
          "ref/dotnet/System.Collections.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Collections.dll": {}
        }
      },
1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076
      "System.Collections.Concurrent/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Diagnostics.Tracing": "[4.0.20, )",
          "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, )",
          "System.Threading.Tasks": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Collections.Concurrent.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Collections.Concurrent.dll": {}
        }
      },
1077
      "System.Collections.Immutable/1.1.36": {
1078
        "compile": {
1079
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
1080 1081
        },
        "runtime": {
1082
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
1083 1084
        }
      },
1085
      "System.Console/4.0.0-beta-23401": {
1086
        "dependencies": {
1087 1088
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
1089 1090 1091 1092 1093
        },
        "compile": {
          "ref/dotnet/System.Console.dll": {}
        }
      },
1094
      "System.Diagnostics.Contracts/4.0.1-beta-23401": {
1095 1096 1097 1098 1099 1100 1101 1102 1103 1104
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Contracts.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Contracts.dll": {}
        }
      },
1105
      "System.Diagnostics.Debug/4.0.11-beta-23401": {
1106 1107 1108 1109 1110
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Debug.dll": {}
1111 1112
        }
      },
1113
      "System.Diagnostics.FileVersionInfo/4.0.0-beta-23401": {
1114 1115
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
1116
        },
1117 1118
        "compile": {
          "ref/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
1119 1120
        }
      },
1121
      "System.Diagnostics.Process/4.1.0-beta-23401": {
1122
        "dependencies": {
1123 1124
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
1125
          "System.Runtime.Handles": "[4.0.0, )",
1126
          "System.Text.Encoding": "[4.0.0, )"
1127 1128 1129 1130 1131
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Process.dll": {}
        }
      },
1132
      "System.Diagnostics.StackTrace/4.0.1-beta-23401": {
1133
        "dependencies": {
1134 1135
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
1136 1137 1138 1139 1140 1141 1142 1143
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.StackTrace.dll": {}
        }
      },
1144
      "System.Diagnostics.Tools/4.0.1-beta-23401": {
1145 1146 1147 1148 1149 1150 1151 1152 1153 1154
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Tools.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Tools.dll": {}
        }
      },
1155
      "System.Diagnostics.Tracing/4.0.21-beta-23401": {
1156 1157 1158 1159 1160 1161 1162 1163 1164 1165
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Tracing.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
        }
      },
1166
      "System.Dynamic.Runtime/4.0.11-beta-23401": {
1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190
        "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": {}
        }
      },
1191
      "System.Globalization/4.0.11-beta-23401": {
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Globalization.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Globalization.dll": {}
        }
      },
1202
      "System.Globalization.Calendars/4.0.1-beta-23401": {
1203
        "dependencies": {
1204 1205
          "System.Globalization": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
1206 1207 1208 1209 1210 1211 1212 1213
        },
        "compile": {
          "ref/dotnet/System.Globalization.Calendars.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Globalization.Calendars.dll": {}
        }
      },
1214
      "System.IO/4.0.11-beta-23401": {
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226
        "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": {}
        }
      },
1227
      "System.IO.FileSystem/4.0.1-beta-23401": {
1228
        "dependencies": {
1229
          "System.IO": "[4.0.0, )",
1230
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
1231
          "System.Runtime": "[4.0.0, )",
1232
          "System.Runtime.Handles": "[4.0.0, )",
1233 1234
          "System.Text.Encoding": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
1235 1236 1237 1238 1239
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.dll": {}
        }
      },
1240
      "System.IO.FileSystem.Primitives/4.0.0": {
1241 1242 1243 1244 1245 1246 1247 1248 1249 1250
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
        }
      },
1251
      "System.IO.Pipes/4.0.0-beta-23401": {
1252
        "dependencies": {
1253 1254
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
1255 1256
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Security.Principal": "[4.0.0, )",
1257
          "System.Threading.Tasks": "[4.0.0, )"
1258 1259 1260 1261 1262
        },
        "compile": {
          "ref/dotnet/System.IO.Pipes.dll": {}
        }
      },
1263
      "System.Linq/4.0.1-beta-23401": {
1264 1265 1266
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
1267 1268
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
1269 1270 1271 1272 1273 1274 1275 1276 1277
          "System.Runtime.Extensions": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Linq.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Linq.dll": {}
        }
      },
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
      "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": {}
        }
      },
1303
      "System.ObjectModel/4.0.11-beta-23401": {
1304 1305
        "dependencies": {
          "System.Collections": "[4.0.10, )",
1306 1307 1308
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
1309 1310 1311 1312 1313 1314 1315 1316 1317
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.ObjectModel.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.ObjectModel.dll": {}
        }
      },
1318
      "System.Private.DataContractSerialization/4.0.1-beta-23401": {
1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331
        "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, )",
1332
          "System.Runtime.Serialization.Primitives": "[4.0.11-beta-23401, )",
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347
          "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": {}
        }
      },
1348
      "System.Private.Uri/4.0.1-beta-23401": {
1349 1350 1351 1352
        "compile": {
          "ref/dnxcore50/_._": {}
        }
      },
1353
      "System.Reflection/4.1.0-beta-23401": {
1354 1355
        "dependencies": {
          "System.IO": "[4.0.0, )",
1356 1357
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )"
1358 1359 1360 1361 1362 1363 1364 1365
        },
        "compile": {
          "ref/dotnet/System.Reflection.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.dll": {}
        }
      },
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407
      "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": {}
        }
      },
1408
      "System.Reflection.Extensions/4.0.1-beta-23401": {
1409
        "dependencies": {
1410 1411
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
1412 1413 1414 1415 1416 1417 1418 1419
        },
        "compile": {
          "ref/dotnet/System.Reflection.Extensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Extensions.dll": {}
        }
      },
A
Andy Gocke 已提交
1420
      "System.Reflection.Metadata/1.1.0-alpha-00014": {
1421
        "dependencies": {
1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435
          "System.Collections": "[4.0.0, )",
          "System.Collections.Immutable": "[1.1.36, )",
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.IO": "[4.0.0, )",
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Extensions": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
          "System.Runtime.Extensions": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.0, )",
          "System.Text.Encoding": "[4.0.0, )",
          "System.Text.Encoding.Extensions": "[4.0.0, )",
          "System.Threading": "[4.0.0, )"
1436 1437
        },
        "compile": {
1438
          "lib/dotnet/System.Reflection.Metadata.dll": {}
1439 1440
        },
        "runtime": {
1441
          "lib/dotnet/System.Reflection.Metadata.dll": {}
1442 1443
        }
      },
1444
      "System.Reflection.Primitives/4.0.1-beta-23401": {
1445 1446 1447 1448 1449 1450 1451 1452 1453 1454
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Primitives.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Primitives.dll": {}
        }
      },
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466
      "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": {}
        }
      },
1467
      "System.Resources.ResourceManager/4.0.1-beta-23401": {
1468
        "dependencies": {
1469
          "System.Globalization": "[4.0.0, )",
1470
          "System.Reflection": "[4.0.0, )",
1471
          "System.Runtime": "[4.0.0, )"
1472 1473 1474 1475 1476 1477 1478 1479
        },
        "compile": {
          "ref/dotnet/System.Resources.ResourceManager.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Resources.ResourceManager.dll": {}
        }
      },
1480
      "System.Runtime/4.0.21-beta-23401": {
1481
        "dependencies": {
1482
          "System.Private.Uri": "[4.0.1-beta-23401, )"
1483 1484 1485 1486 1487 1488 1489 1490
        },
        "compile": {
          "ref/dotnet/System.Runtime.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.dll": {}
        }
      },
1491
      "System.Runtime.Extensions/4.0.11-beta-23401": {
1492 1493 1494 1495 1496 1497 1498
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Extensions.dll": {}
        }
      },
1499
      "System.Runtime.Handles/4.0.1-beta-23401": {
1500 1501 1502 1503 1504 1505 1506 1507 1508 1509
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Handles.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Handles.dll": {}
        }
      },
1510
      "System.Runtime.InteropServices/4.0.21-beta-23401": {
1511 1512 1513
        "dependencies": {
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
1514
          "System.Runtime": "[4.0.0, )",
1515 1516 1517 1518 1519 1520 1521 1522 1523
          "System.Runtime.Handles": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.InteropServices.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.InteropServices.dll": {}
        }
      },
1524
      "System.Runtime.Loader/4.0.0-beta-23401": {
1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536
        "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": {}
        }
      },
1537
      "System.Runtime.Serialization.Json/4.0.1-beta-23401": {
1538
        "dependencies": {
1539
          "System.Private.DataContractSerialization": "[4.0.1-beta-23401, )"
1540 1541 1542 1543 1544 1545 1546 1547
        },
        "compile": {
          "ref/dotnet/System.Runtime.Serialization.Json.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Serialization.Json.dll": {}
        }
      },
1548
      "System.Runtime.Serialization.Primitives/4.0.11-beta-23401": {
1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559
        "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": {}
        }
      },
1560
      "System.Security.Cryptography.Algorithms/4.0.0-beta-23401": {
1561
        "dependencies": {
1562
          "System.IO": "[4.0.0, )",
1563
          "System.Runtime": "[4.0.0, )",
1564
          "System.Security.Cryptography.Primitives": "[4.0.0-beta-23401, )"
1565 1566
        },
        "compile": {
1567
          "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {}
1568 1569
        }
      },
1570
      "System.Security.Cryptography.Primitives/4.0.0-beta-23401": {
1571
        "dependencies": {
1572 1573
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.Globalization": "[4.0.0, )",
1574 1575 1576 1577 1578
          "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, )"
1579 1580
        },
        "compile": {
1581
          "ref/dotnet/System.Security.Cryptography.Primitives.dll": {}
1582 1583
        },
        "runtime": {
1584
          "lib/dotnet/System.Security.Cryptography.Primitives.dll": {}
1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597
        }
      },
      "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": {}
        }
      },
1598
      "System.Text.Encoding/4.0.11-beta-23401": {
1599 1600 1601 1602 1603 1604 1605 1606 1607 1608
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Text.Encoding.dll": {}
        }
      },
1609
      "System.Text.Encoding.CodePages/4.0.1-beta-23401": {
1610 1611 1612 1613 1614 1615 1616 1617
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Text.Encoding": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.CodePages.dll": {}
        }
      },
1618
      "System.Text.Encoding.Extensions/4.0.11-beta-23401": {
1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629
        "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": {}
        }
      },
1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645
      "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": {}
        }
      },
1646
      "System.Threading/4.0.11-beta-23401": {
1647 1648 1649 1650 1651 1652 1653 1654
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.dll": {}
        }
      },
1655
      "System.Threading.Tasks/4.0.11-beta-23401": {
1656
        "dependencies": {
1657
          "System.Runtime": "[4.0.0, )"
1658 1659
        },
        "compile": {
1660
          "ref/dotnet/System.Threading.Tasks.dll": {}
1661 1662
        },
        "runtime": {
1663
          "lib/DNXCore50/System.Threading.Tasks.dll": {}
1664 1665
        }
      },
1666
      "System.Threading.Tasks.Parallel/4.0.1-beta-23401": {
1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683
        "dependencies": {
          "System.Collections.Concurrent": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Diagnostics.Tracing": "[4.0.20, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Tasks.Parallel.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Threading.Tasks.Parallel.dll": {}
        }
      },
1684
      "System.Threading.Thread/4.0.0-beta-23401": {
1685 1686 1687 1688 1689 1690 1691 1692 1693 1694
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Thread.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Thread.dll": {}
        }
      },
1695
      "System.Threading.ThreadPool/4.0.10-beta-23401": {
1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706
        "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": {}
        }
      },
1707
      "System.Threading.Timer/4.0.1-beta-23401": {
1708 1709 1710 1711 1712 1713 1714 1715 1716
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Timer.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Timer.dll": {}
        }
1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741
      },
      "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": {}
        }
      },
1742
      "System.Xml.XDocument/4.0.11-beta-23401": {
1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763
        "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": {}
        }
      },
1764
      "System.Xml.XmlDocument/4.0.1-beta-23401": {
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
        "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": {}
        }
1809 1810 1811
      }
    },
    "DNXCore,Version=v5.0/win7-x64": {
1812
      "Microsoft.DiaSymReader.Native/1.2.0-rc": {
1813
        "native": {
1814
          "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll": {}
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
      "Microsoft.NETCore.Platforms/1.0.1-beta-23401": {},
      "Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23401": {
        "dependencies": {
          "Microsoft.NETCore.Windows.ApiSets": "[1.0.1-beta-23401, )",
          "System.Collections": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Diagnostics.Contracts": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Diagnostics.Debug": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Diagnostics.StackTrace": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Diagnostics.Tools": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Diagnostics.Tracing": "[4.0.21-beta-23401, 4.0.21-beta-23401]",
          "System.Globalization": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Globalization.Calendars": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.IO": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.ObjectModel": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Private.Uri": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Reflection": "[4.1.0-beta-23401, 4.1.0-beta-23401]",
          "System.Reflection.Extensions": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Reflection.Primitives": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Resources.ResourceManager": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Runtime": "[4.0.21-beta-23401, 4.0.21-beta-23401]",
          "System.Runtime.Extensions": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Runtime.Handles": "[4.0.1-beta-23401, 4.0.1-beta-23401]",
          "System.Runtime.InteropServices": "[4.0.21-beta-23401, 4.0.21-beta-23401]",
          "System.Text.Encoding": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Text.Encoding.Extensions": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Threading": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Threading.Tasks": "[4.0.11-beta-23401, 4.0.11-beta-23401]",
          "System.Threading.Timer": "[4.0.1-beta-23401, 4.0.1-beta-23401]"
        }
      },
      "Microsoft.NETCore.TestHost/1.0.0-beta-23401": {},
      "Microsoft.NETCore.Windows.ApiSets/1.0.1-beta-23401": {},
1849
      "Microsoft.Win32.Primitives/4.0.0": {
1850
        "dependencies": {
1851
          "System.Runtime": "[4.0.20, )",
1852
          "System.Runtime.InteropServices": "[4.0.20, )"
1853 1854
        },
        "compile": {
1855
          "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
1856 1857
        },
        "runtime": {
1858
          "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
1859 1860
        }
      },
1861
      "Microsoft.Win32.Registry/4.0.0-beta-23401": {
1862
        "dependencies": {
1863
          "System.Collections": "[4.0.10, )",
1864
          "System.Globalization": "[4.0.10, )",
1865 1866 1867
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
1868 1869 1870 1871 1872 1873 1874 1875 1876 1877
          "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": {}
        }
      },
1878
      "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23401": {
1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894
        "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": {}
        }
      },
1895
      "runtime.win7-x64.Microsoft.NETCore.TestHost/1.0.0-beta-23401": {
1896 1897 1898 1899
        "native": {
          "runtimes/win7-x64/native/CoreRun.exe": {}
        }
      },
1900
      "runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets/1.0.1-beta-23401": {
1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025
        "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": {}
        }
      },
2026
      "runtime.win7.System.Console/4.0.0-beta-23401": {
2027 2028 2029 2030 2031 2032
        "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, )",
2033
          "System.Text.Encoding": "[4.0.10, )",
2034
          "System.Text.Encoding.Extensions": "[4.0.10, )",
2035
          "System.Threading": "[4.0.10, )",
2036 2037 2038 2039 2040 2041 2042 2043 2044
          "System.Threading.Tasks": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "runtimes/win7/lib/dotnet/System.Console.dll": {}
        }
      },
2045
      "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23401": {
2046 2047 2048 2049
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
2050
          "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {}
2051 2052
        }
      },
2053
      "runtime.win7.System.Diagnostics.FileVersionInfo/4.0.0-beta-23401": {
2054 2055 2056 2057 2058
        "dependencies": {
          "System.Globalization": "[4.0.10, )",
          "System.IO.FileSystem": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.InteropServices": "[4.0.20, )"
2059 2060
        },
        "compile": {
2061
          "ref/dotnet/_._": {}
2062 2063
        },
        "runtime": {
2064
          "runtimes/win7/lib/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
2065 2066
        }
      },
2067
      "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23401": {
2068
        "dependencies": {
2069
          "Microsoft.Win32.Primitives": "[4.0.0, )",
2070
          "Microsoft.Win32.Registry": "[4.0.0-beta-23401, )",
2071 2072 2073
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
2074
          "System.IO": "[4.0.10, )",
2075 2076
          "System.IO.FileSystem": "[4.0.0, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
2077 2078 2079
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
2080 2081
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
2082
          "System.Text.Encoding": "[4.0.10, )",
2083
          "System.Text.Encoding.Extensions": "[4.0.10, )",
2084
          "System.Threading": "[4.0.10, )",
2085
          "System.Threading.Tasks": "[4.0.10, )",
2086 2087
          "System.Threading.Thread": "[4.0.0-beta-23401, )",
          "System.Threading.ThreadPool": "[4.0.10-beta-23401, )"
2088 2089
        },
        "compile": {
2090
          "ref/dotnet/_._": {}
2091 2092
        },
        "runtime": {
2093
          "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {}
2094 2095
        }
      },
2096
      "runtime.win7.System.IO.FileSystem/4.0.1-beta-23401": {
2097
        "dependencies": {
2098 2099 2100 2101
          "System.Collections": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
2102
          "System.Runtime": "[4.0.20, )",
2103 2104 2105 2106 2107 2108 2109 2110
          "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, )"
2111 2112
        },
        "compile": {
2113
          "ref/dotnet/_._": {}
2114 2115
        },
        "runtime": {
2116
          "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {}
2117 2118
        }
      },
2119
      "runtime.win7.System.IO.Pipes/4.0.0-beta-23401": {
2120
        "dependencies": {
2121 2122
          "System.IO": "[4.0.10, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
2123 2124
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
2125
          "System.Runtime.Extensions": "[4.0.10, )",
2126
          "System.Runtime.Handles": "[4.0.0, )",
2127 2128 2129 2130 2131
          "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, )"
2132 2133
        },
        "compile": {
2134
          "ref/dotnet/_._": {}
2135 2136
        },
        "runtime": {
2137
          "runtimes/win7/lib/dotnet/System.IO.Pipes.dll": {}
2138 2139
        }
      },
2140
      "runtime.win7.System.Private.Uri/4.0.1-beta-23401": {
2141 2142 2143 2144
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
2145
          "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {}
2146 2147
        }
      },
2148
      "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23401": {
2149 2150 2151 2152 2153 2154 2155
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Extensions.dll": {}
        }
      },
2156
      "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23401": {
2157 2158 2159 2160 2161 2162
        "dependencies": {
          "System.IO": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
2163
          "System.Security.Cryptography.Primitives": "[4.0.0-beta-23401, )",
2164 2165 2166 2167 2168 2169 2170 2171 2172 2173
          "System.Text.Encoding": "[4.0.0, )",
          "System.Text.Encoding.Extensions": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {}
        }
      },
2174
      "runtime.win7.System.Text.Encoding.CodePages/4.0.1-beta-23401": {
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Globalization": "[4.0.10, )",
          "System.IO": "[4.0.10, )",
          "System.Reflection": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.20, )",
          "System.Text.Encoding": "[4.0.10, )",
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
          "runtimes/win7/lib/dotnet/System.Text.Encoding.CodePages.dll": {}
        }
      },
2195
      "runtime.win7.System.Threading/4.0.11-beta-23401": {
2196 2197 2198 2199
        "compile": {
          "ref/dotnet/_._": {}
        },
        "runtime": {
2200
          "runtimes/win7/lib/DNXCore50/System.Threading.dll": {}
2201 2202
        }
      },
2203
      "System.AppContext/4.0.1-beta-23401": {
2204 2205 2206 2207 2208 2209 2210 2211 2212 2213
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.AppContext.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.AppContext.dll": {}
        }
      },
2214
      "System.Collections/4.0.11-beta-23401": {
2215
        "dependencies": {
2216
          "System.Runtime": "[4.0.21-beta-23401, )"
2217 2218 2219 2220 2221 2222 2223 2224
        },
        "compile": {
          "ref/dotnet/System.Collections.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Collections.dll": {}
        }
      },
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243
      "System.Collections.Concurrent/4.0.10": {
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Diagnostics.Tracing": "[4.0.20, )",
          "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, )",
          "System.Threading.Tasks": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Collections.Concurrent.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Collections.Concurrent.dll": {}
        }
      },
2244
      "System.Collections.Immutable/1.1.36": {
2245
        "compile": {
2246
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
2247 2248
        },
        "runtime": {
2249
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
2250 2251
        }
      },
2252
      "System.Console/4.0.0-beta-23401": {
2253
        "dependencies": {
2254 2255
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
2256 2257 2258
        },
        "compile": {
          "ref/dotnet/System.Console.dll": {}
2259 2260
        }
      },
2261
      "System.Diagnostics.Contracts/4.0.1-beta-23401": {
2262 2263 2264 2265 2266 2267 2268 2269 2270 2271
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Contracts.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Contracts.dll": {}
        }
      },
2272
      "System.Diagnostics.Debug/4.0.11-beta-23401": {
2273 2274 2275 2276 2277
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Debug.dll": {}
2278 2279
        }
      },
2280
      "System.Diagnostics.FileVersionInfo/4.0.0-beta-23401": {
2281 2282
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
2283
        },
2284 2285
        "compile": {
          "ref/dotnet/System.Diagnostics.FileVersionInfo.dll": {}
2286 2287
        }
      },
2288
      "System.Diagnostics.Process/4.1.0-beta-23401": {
2289
        "dependencies": {
2290 2291
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
2292
          "System.Runtime.Handles": "[4.0.0, )",
2293
          "System.Text.Encoding": "[4.0.0, )"
2294 2295 2296 2297 2298
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Process.dll": {}
        }
      },
2299
      "System.Diagnostics.StackTrace/4.0.1-beta-23401": {
2300
        "dependencies": {
2301 2302
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
2303 2304 2305 2306 2307 2308 2309 2310
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.StackTrace.dll": {}
        }
      },
2311
      "System.Diagnostics.Tools/4.0.1-beta-23401": {
2312 2313 2314 2315 2316 2317 2318 2319
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Diagnostics.Tools.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Diagnostics.Tools.dll": {}
2320 2321
        }
      },
2322
      "System.Diagnostics.Tracing/4.0.21-beta-23401": {
2323 2324 2325 2326
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
2327
          "ref/dotnet/System.Diagnostics.Tracing.dll": {}
2328 2329
        },
        "runtime": {
2330
          "lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
2331 2332
        }
      },
2333
      "System.Dynamic.Runtime/4.0.11-beta-23401": {
2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357
        "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": {}
        }
      },
2358
      "System.Globalization/4.0.11-beta-23401": {
2359
        "dependencies": {
2360
          "System.Runtime": "[4.0.0, )"
2361 2362
        },
        "compile": {
2363
          "ref/dotnet/System.Globalization.dll": {}
2364 2365
        },
        "runtime": {
2366
          "lib/DNXCore50/System.Globalization.dll": {}
2367 2368
        }
      },
2369
      "System.Globalization.Calendars/4.0.1-beta-23401": {
2370
        "dependencies": {
2371 2372
          "System.Globalization": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
2373 2374
        },
        "compile": {
2375
          "ref/dotnet/System.Globalization.Calendars.dll": {}
2376 2377
        },
        "runtime": {
2378
          "lib/DNXCore50/System.Globalization.Calendars.dll": {}
2379 2380
        }
      },
2381
      "System.IO/4.0.11-beta-23401": {
2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393
        "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": {}
        }
      },
2394
      "System.IO.FileSystem/4.0.1-beta-23401": {
2395
        "dependencies": {
2396
          "System.IO": "[4.0.0, )",
2397
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
2398
          "System.Runtime": "[4.0.0, )",
2399
          "System.Runtime.Handles": "[4.0.0, )",
2400 2401
          "System.Text.Encoding": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
2402 2403 2404 2405 2406
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.dll": {}
        }
      },
2407
      "System.IO.FileSystem.Primitives/4.0.0": {
2408 2409 2410 2411 2412 2413 2414 2415 2416 2417
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
        }
      },
2418
      "System.IO.Pipes/4.0.0-beta-23401": {
2419
        "dependencies": {
2420 2421
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
2422 2423
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Security.Principal": "[4.0.0, )",
2424
          "System.Threading.Tasks": "[4.0.0, )"
2425 2426 2427 2428 2429
        },
        "compile": {
          "ref/dotnet/System.IO.Pipes.dll": {}
        }
      },
2430
      "System.Linq/4.0.1-beta-23401": {
2431 2432 2433
        "dependencies": {
          "System.Collections": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
2434 2435
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
2436 2437 2438 2439 2440 2441 2442 2443 2444
          "System.Runtime.Extensions": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Linq.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Linq.dll": {}
        }
      },
2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469
      "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": {}
        }
      },
2470
      "System.ObjectModel/4.0.11-beta-23401": {
2471 2472
        "dependencies": {
          "System.Collections": "[4.0.10, )",
2473 2474 2475
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
2476 2477 2478 2479 2480 2481 2482 2483 2484
          "System.Threading": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.ObjectModel.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.ObjectModel.dll": {}
        }
      },
2485
      "System.Private.DataContractSerialization/4.0.1-beta-23401": {
2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498
        "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, )",
2499
          "System.Runtime.Serialization.Primitives": "[4.0.11-beta-23401, )",
2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514
          "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": {}
        }
      },
2515
      "System.Private.Uri/4.0.1-beta-23401": {
2516 2517 2518 2519
        "compile": {
          "ref/dnxcore50/_._": {}
        }
      },
2520
      "System.Reflection/4.1.0-beta-23401": {
2521 2522
        "dependencies": {
          "System.IO": "[4.0.0, )",
2523 2524
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )"
2525 2526 2527 2528 2529 2530 2531 2532
        },
        "compile": {
          "ref/dotnet/System.Reflection.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.dll": {}
        }
      },
2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574
      "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": {}
        }
      },
2575
      "System.Reflection.Extensions/4.0.1-beta-23401": {
2576
        "dependencies": {
2577 2578
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
2579 2580 2581 2582 2583 2584 2585 2586
        },
        "compile": {
          "ref/dotnet/System.Reflection.Extensions.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Extensions.dll": {}
        }
      },
A
Andy Gocke 已提交
2587
      "System.Reflection.Metadata/1.1.0-alpha-00014": {
2588
        "dependencies": {
2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602
          "System.Collections": "[4.0.0, )",
          "System.Collections.Immutable": "[1.1.36, )",
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.IO": "[4.0.0, )",
          "System.Reflection": "[4.0.0, )",
          "System.Reflection.Extensions": "[4.0.0, )",
          "System.Reflection.Primitives": "[4.0.0, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )",
          "System.Runtime.Extensions": "[4.0.0, )",
          "System.Runtime.InteropServices": "[4.0.0, )",
          "System.Text.Encoding": "[4.0.0, )",
          "System.Text.Encoding.Extensions": "[4.0.0, )",
          "System.Threading": "[4.0.0, )"
2603 2604
        },
        "compile": {
2605
          "lib/dotnet/System.Reflection.Metadata.dll": {}
2606 2607
        },
        "runtime": {
2608
          "lib/dotnet/System.Reflection.Metadata.dll": {}
2609 2610
        }
      },
2611
      "System.Reflection.Primitives/4.0.1-beta-23401": {
2612 2613 2614 2615 2616 2617 2618 2619 2620 2621
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Reflection.Primitives.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Reflection.Primitives.dll": {}
        }
      },
2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633
      "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": {}
        }
      },
2634
      "System.Resources.ResourceManager/4.0.1-beta-23401": {
2635
        "dependencies": {
2636
          "System.Globalization": "[4.0.0, )",
2637
          "System.Reflection": "[4.0.0, )",
2638
          "System.Runtime": "[4.0.0, )"
2639 2640 2641 2642 2643 2644 2645 2646
        },
        "compile": {
          "ref/dotnet/System.Resources.ResourceManager.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Resources.ResourceManager.dll": {}
        }
      },
2647
      "System.Runtime/4.0.21-beta-23401": {
2648
        "dependencies": {
2649
          "System.Private.Uri": "[4.0.1-beta-23401, )"
2650 2651 2652 2653 2654 2655 2656 2657
        },
        "compile": {
          "ref/dotnet/System.Runtime.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.dll": {}
        }
      },
2658
      "System.Runtime.Extensions/4.0.11-beta-23401": {
2659 2660 2661 2662 2663 2664 2665
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "compile": {
          "ref/dotnet/System.Runtime.Extensions.dll": {}
        }
      },
2666
      "System.Runtime.Handles/4.0.1-beta-23401": {
2667 2668 2669 2670
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
2671 2672 2673 2674 2675 2676
          "ref/dotnet/System.Runtime.Handles.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Runtime.Handles.dll": {}
        }
      },
2677
      "System.Runtime.InteropServices/4.0.21-beta-23401": {
2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690
        "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": {}
        }
      },
2691
      "System.Runtime.Loader/4.0.0-beta-23401": {
2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703
        "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": {}
        }
      },
2704
      "System.Runtime.Serialization.Json/4.0.1-beta-23401": {
2705
        "dependencies": {
2706
          "System.Private.DataContractSerialization": "[4.0.1-beta-23401, )"
2707 2708 2709
        },
        "compile": {
          "ref/dotnet/System.Runtime.Serialization.Json.dll": {}
2710 2711
        },
        "runtime": {
2712
          "lib/DNXCore50/System.Runtime.Serialization.Json.dll": {}
2713 2714
        }
      },
2715
      "System.Runtime.Serialization.Primitives/4.0.11-beta-23401": {
2716
        "dependencies": {
2717 2718
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )"
2719 2720
        },
        "compile": {
2721
          "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {}
2722 2723
        },
        "runtime": {
2724
          "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {}
2725 2726
        }
      },
2727
      "System.Security.Cryptography.Algorithms/4.0.0-beta-23401": {
2728
        "dependencies": {
2729
          "System.IO": "[4.0.0, )",
2730
          "System.Runtime": "[4.0.0, )",
2731
          "System.Security.Cryptography.Primitives": "[4.0.0-beta-23401, )"
2732 2733
        },
        "compile": {
2734
          "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {}
2735 2736
        }
      },
2737
      "System.Security.Cryptography.Primitives/4.0.0-beta-23401": {
2738
        "dependencies": {
2739 2740
          "System.Diagnostics.Debug": "[4.0.0, )",
          "System.Globalization": "[4.0.0, )",
2741 2742 2743 2744 2745
          "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, )"
2746 2747
        },
        "compile": {
2748
          "ref/dotnet/System.Security.Cryptography.Primitives.dll": {}
2749 2750
        },
        "runtime": {
2751
          "lib/dotnet/System.Security.Cryptography.Primitives.dll": {}
2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764
        }
      },
      "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": {}
        }
      },
2765
      "System.Text.Encoding/4.0.11-beta-23401": {
2766 2767 2768 2769 2770 2771 2772 2773 2774 2775
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Text.Encoding.dll": {}
        }
      },
2776
      "System.Text.Encoding.CodePages/4.0.1-beta-23401": {
2777 2778 2779 2780 2781 2782 2783 2784
        "dependencies": {
          "System.Runtime": "[4.0.0, )",
          "System.Text.Encoding": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Text.Encoding.CodePages.dll": {}
        }
      },
2785
      "System.Text.Encoding.Extensions/4.0.11-beta-23401": {
2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796
        "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": {}
        }
      },
2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812
      "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": {}
        }
      },
2813
      "System.Threading/4.0.11-beta-23401": {
2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833
        "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": {}
        }
      },
2834
      "System.Threading.Tasks/4.0.11-beta-23401": {
2835 2836 2837 2838 2839 2840 2841 2842 2843 2844
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Tasks.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Tasks.dll": {}
        }
      },
2845
      "System.Threading.Tasks.Parallel/4.0.1-beta-23401": {
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862
        "dependencies": {
          "System.Collections.Concurrent": "[4.0.10, )",
          "System.Diagnostics.Debug": "[4.0.10, )",
          "System.Diagnostics.Tracing": "[4.0.20, )",
          "System.Resources.ResourceManager": "[4.0.0, )",
          "System.Runtime": "[4.0.20, )",
          "System.Runtime.Extensions": "[4.0.10, )",
          "System.Threading": "[4.0.10, )",
          "System.Threading.Tasks": "[4.0.10, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Tasks.Parallel.dll": {}
        },
        "runtime": {
          "lib/dotnet/System.Threading.Tasks.Parallel.dll": {}
        }
      },
2863
      "System.Threading.Thread/4.0.0-beta-23401": {
2864 2865 2866 2867 2868 2869 2870 2871 2872 2873
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Thread.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Thread.dll": {}
        }
      },
2874
      "System.Threading.ThreadPool/4.0.10-beta-23401": {
2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885
        "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": {}
        }
      },
2886
      "System.Threading.Timer/4.0.1-beta-23401": {
2887 2888 2889 2890 2891 2892 2893 2894 2895
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "compile": {
          "ref/dotnet/System.Threading.Timer.dll": {}
        },
        "runtime": {
          "lib/DNXCore50/System.Threading.Timer.dll": {}
        }
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
      },
      "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": {}
        }
      },
2921
      "System.Xml.XDocument/4.0.11-beta-23401": {
2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942
        "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": {}
        }
      },
2943
      "System.Xml.XmlDocument/4.0.1-beta-23401": {
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
        "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": {}
        }
2988 2989 2990 2991
      }
    }
  },
  "libraries": {
2992 2993
    "Microsoft.DiaSymReader.Native/1.2.0-rc": {
      "sha512": "dSk3ln9b2MMOFnXVB47HVbdjl3r7EcikC2qTCmVrfGDJiMyLt2F3kumxICbRTuQhEGNvPnVH9p9lWKIQlNjd+w==",
2994 2995 2996 2997
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
2998
        "Microsoft.DiaSymReader.Native.nuspec",
2999
        "package/services/metadata/core-properties/9e1fb86d21eb4b64b48d73be0a3ac9f7.psmdcp",
3000
        "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll",
3001 3002 3003 3004 3005
        "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll",
        "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll",
        "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll",
        "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll",
        "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll"
3006 3007
      ]
    },
3008 3009
    "Microsoft.NETCore.Platforms/1.0.1-beta-23401": {
      "sha512": "vIJvaq9z2DEDTTEg3m17274RpepuVNZxaK2CZkiYFJ83H4sGkGjxCPdt2mkEPce+AJIDcEVKUoT+M3RBnHxt6g==",
3010 3011 3012 3013 3014
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "Microsoft.NETCore.Platforms.nuspec",
3015
        "package/services/metadata/core-properties/2fde2cca90064d2cbee0282ead626bd6.psmdcp",
3016 3017 3018
        "runtime.json"
      ]
    },
3019 3020
    "Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23401": {
      "sha512": "gfEsWn8mT2AuMzcd50fo+J0O3jh+DFkljIo93QWo7uuM5beaBmN7XH9XF73uJTsfPafdbP4TVdMj2qmbusBU1Q==",
3021 3022 3023 3024 3025
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "Microsoft.NETCore.Runtime.CoreCLR.nuspec",
3026
        "package/services/metadata/core-properties/a72da25cc7fb4898979464d38b6531a0.psmdcp",
3027 3028 3029
        "runtime.json"
      ]
    },
3030 3031
    "Microsoft.NETCore.TestHost/1.0.0-beta-23401": {
      "sha512": "TTCe/d4jpgEHtYknQltvHx4G8EObqLyWkg9JXBVcTA3Cds39RZJBGqDR8yX5w9Oo+AbivIASzfJ7FM03n3ICkA==",
3032 3033 3034 3035
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
3036
        "Microsoft.NETCore.TestHost.nuspec",
3037
        "package/services/metadata/core-properties/7163f602ec41407cb61de7e2b4a0634d.psmdcp",
3038
        "runtime.json"
3039 3040
      ]
    },
3041 3042
    "Microsoft.NETCore.Windows.ApiSets/1.0.1-beta-23401": {
      "sha512": "y7ch2TJmr7QvPt698XV2giWa4CJMV4zP9K7m5MTkp/YcpAqbA/GHNDiNjsZ0AgKv9jbxsrYtaummobFqCv2TtQ==",
3043 3044 3045 3046 3047
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "Microsoft.NETCore.Windows.ApiSets.nuspec",
3048
        "package/services/metadata/core-properties/4daf5e4ad169498a94ed020aaabf84b0.psmdcp",
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
        "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/_._"
      ]
    },
3084 3085
    "Microsoft.Win32.Registry/4.0.0-beta-23401": {
      "sha512": "Zjow/Nf5YdeHOs/NmFNb8Gc3EpomccuoVkRH1zGCOGDzome2KhmlGdFeQcRrj5SPOC/JFGZAdPX4VO9gVYlmcw==",
3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102
      "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",
3103
        "package/services/metadata/core-properties/3908545058b64b18bb4629de3b17a909.psmdcp",
3104 3105 3106 3107
        "ref/dotnet/Microsoft.Win32.Registry.dll",
        "ref/net46/Microsoft.Win32.Registry.dll"
      ]
    },
3108 3109
    "runtime.linux.System.Diagnostics.Process/4.1.0-beta-23401": {
      "sha512": "t3piHlmvnrZzg959W5kZ2RYjPqyGzUX784EmDaLpSuxOX4rXBiTwm3+M1u3APMzp0vho15Wv/tnGqMjTmzEtcw==",
3110 3111 3112 3113 3114
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Diagnostics.Process.dll",
3115
        "package/services/metadata/core-properties/523baa6400b34b80bc93370199ac3379.psmdcp",
3116 3117 3118 3119
        "ref/dotnet/_._",
        "runtime.linux.System.Diagnostics.Process.nuspec"
      ]
    },
3120 3121
    "runtime.linux.System.IO.FileSystem/4.0.1-beta-23401": {
      "sha512": "sEJdBqIGBCTQl6vz3JLG+NS/vHG30Mhp1Jp443IFLBdJ/CZmCoFjTCt4ewQakiHbj6bhi/5cEAncZrsOJhYdCQ==",
3122 3123 3124 3125
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
3126
        "package/services/metadata/core-properties/f5d7cb6afa904bf990606e4f60437c64.psmdcp",
3127 3128 3129 3130 3131
        "ref/dotnet/_._",
        "runtime.linux.System.IO.FileSystem.nuspec",
        "runtimes/linux/lib/dotnet/System.IO.FileSystem.dll"
      ]
    },
3132 3133
    "runtime.linux.System.Runtime.Extensions/4.0.11-beta-23401": {
      "sha512": "lYb4sltVD7aQADUiiXeGr7Z7Z9MAJfbUa8hpD9zN7D+6HyG9+T9SfSN/vLc1gyaKGHQwk8j57JViOnHQIUoDhg==",
3134 3135 3136 3137 3138
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Runtime.Extensions.dll",
3139
        "package/services/metadata/core-properties/7bfff7963b684eeeb4f47be9196434a3.psmdcp",
3140 3141 3142 3143
        "ref/dotnet/_._",
        "runtime.linux.System.Runtime.Extensions.nuspec"
      ]
    },
3144 3145
    "runtime.linux.System.Security.Cryptography.Algorithms/4.0.0-beta-23401": {
      "sha512": "II54Ua2Bzle0rhuVCkblTVEfFs34aKFdV3bNK3fBZtmt8bgTLQ7zEv3+FMWkvtk/NfsuKJjEJXLIgmt8oveO/w==",
3146 3147 3148 3149 3150
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Security.Cryptography.Algorithms.dll",
3151
        "package/services/metadata/core-properties/8effd3546c624c7fb5fc1161d9794792.psmdcp",
3152 3153 3154 3155
        "ref/dotnet/_._",
        "runtime.linux.System.Security.Cryptography.Algorithms.nuspec"
      ]
    },
3156 3157
    "runtime.ubuntu.14.04-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23401": {
      "sha512": "4S8lmNUfhQt/XzvUTH/2a3U1uBA8qy274fUDsTHvPXaFz//9nVNn9f8cfAMLWLkJBCJGBfA65a95OkSdOcx+zQ==",
3158 3159 3160 3161
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
3162
        "package/services/metadata/core-properties/2d52c05eee544a93ae42cce8c1573928.psmdcp",
3163 3164 3165 3166 3167 3168 3169 3170 3171
        "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",
3172
        "runtimes/ubuntu.14.04-x64/native/System.Globalization.Native.so",
3173 3174 3175 3176 3177
        "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"
      ]
    },
3178 3179
    "runtime.ubuntu.14.04-x64.Microsoft.NETCore.TestHost/1.0.0-beta-23401": {
      "sha512": "RsC9BLCBOnaBhLNF7P+3EQ+oISCgsOOsUryAeZBU30y7cH00xPQxBBTlrjH+/7FBH9t47Hw+zrVa96a2KQ5BOg==",
3180 3181 3182 3183
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
3184
        "package/services/metadata/core-properties/1d25b83604ee4da7adb4bb3c582fc390.psmdcp",
3185
        "runtime.ubuntu.14.04-x64.Microsoft.NETCore.TestHost.nuspec",
3186
        "runtimes/ubuntu.14.04-x64/native/corerun"
3187 3188
      ]
    },
3189 3190
    "runtime.unix.System.Console/4.0.0-beta-23401": {
      "sha512": "jCDuBqku5YcMtG/8Bj74jQL1kgY1O/BptTfR88W3aS3v9g6EY4b2c4rSplt+pojib1785byyKxM2IgYcLpOeGw==",
3191 3192 3193 3194 3195
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Console.dll",
3196
        "package/services/metadata/core-properties/b67b3d9060484ce7ba2f601f6e37da7e.psmdcp",
3197 3198 3199 3200
        "ref/dotnet/_._",
        "runtime.unix.System.Console.nuspec"
      ]
    },
3201 3202
    "runtime.unix.System.Diagnostics.Debug/4.0.11-beta-23401": {
      "sha512": "j0EQowYd5Lt9DrLnc+7DCxYhZDmTtxEEAu96vbNk+cttP+pm0j4ipZox9EpDL0ExZgSbLYKv6i+oc+WZAQwFdg==",
3203 3204 3205 3206 3207
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Diagnostics.Debug.dll",
3208
        "package/services/metadata/core-properties/7b862721181b479aa337e878a044b452.psmdcp",
3209 3210 3211 3212
        "ref/dotnet/_._",
        "runtime.unix.System.Diagnostics.Debug.nuspec"
      ]
    },
3213 3214
    "runtime.unix.System.Diagnostics.FileVersionInfo/4.0.0-beta-23401": {
      "sha512": "WFqQEYT+iD8EE+GfU62yHrGQr976AIE+iPpXd/njIKxPSFLYyWgaIfzW7TkykpkaE10/fg1kXCx0JMFRIKAHXQ==",
3215 3216 3217 3218 3219
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Diagnostics.FileVersionInfo.dll",
3220
        "package/services/metadata/core-properties/f7a7f82cb42c49f58d7f67fdd914b5c8.psmdcp",
3221 3222 3223 3224
        "ref/dotnet/_._",
        "runtime.unix.System.Diagnostics.FileVersionInfo.nuspec"
      ]
    },
3225 3226
    "runtime.unix.System.IO.Pipes/4.0.0-beta-23401": {
      "sha512": "aAFY3Ryy68Zpsket8llWMbLzFUotPQVy8UyTnE6mujO3bdj6JrMu6Mh5SjPFuzmhwWyUUOHghql2BTVV8FiEng==",
3227 3228 3229 3230 3231
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.IO.Pipes.dll",
3232
        "package/services/metadata/core-properties/f5c2d9cbcb504f4795be5dd658c74eac.psmdcp",
3233 3234 3235 3236
        "ref/dotnet/_._",
        "runtime.unix.System.IO.Pipes.nuspec"
      ]
    },
3237 3238
    "runtime.unix.System.Private.Uri/4.0.1-beta-23401": {
      "sha512": "0MRnjIC1Jzun6Sj5ZoFex8aS27W5LchxbkUt8/BFtcT+hquckFdF1fucxYywRMBd5jPA4FUpTl80hdn9obVKzg==",
3239 3240 3241 3242 3243
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Private.Uri.dll",
3244
        "package/services/metadata/core-properties/d8da03e37131474ab54a81037378f50a.psmdcp",
3245 3246 3247 3248
        "ref/dotnet/_._",
        "runtime.unix.System.Private.Uri.nuspec"
      ]
    },
3249 3250
    "runtime.unix.System.Text.Encoding.CodePages/4.0.1-beta-23401": {
      "sha512": "YmTAEYFrjpIHtwJhVkoYXKk3mgZGOzrQ5ULqKAFZ+NJSkjJL8qbKNGCHHxbSfnUa2u68pkYwfN49/FzoC94UEg==",
3251 3252 3253 3254 3255
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Text.Encoding.CodePages.dll",
3256
        "package/services/metadata/core-properties/a039bc0f50ec4d8796ae7d30e5258ef2.psmdcp",
3257 3258 3259 3260
        "ref/dotnet/_._",
        "runtime.unix.System.Text.Encoding.CodePages.nuspec"
      ]
    },
3261 3262
    "runtime.unix.System.Threading/4.0.11-beta-23401": {
      "sha512": "ZrDvwtTuNEbWn8xktjf7r0O+KrkxAS8ZM0r6CgiMK4gqcWAKweqKyTRnA+ucjF08hd+HKi2U0Z2syeBsccGP+Q==",
3263 3264 3265 3266 3267
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Threading.dll",
3268
        "package/services/metadata/core-properties/bd9f088aaadc44b28ef3b38486600993.psmdcp",
3269 3270 3271 3272
        "ref/dotnet/_._",
        "runtime.unix.System.Threading.nuspec"
      ]
    },
3273 3274
    "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23401": {
      "sha512": "PNyaOvbLxO3BveiokOImwpa3PJ6fC1PgOpZ2jsyxuPvvfb5FlI54/Bl93axPBhT+OLIPO+qy2SGvya9CPs/Xzw==",
3275 3276 3277 3278
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
3279
        "package/services/metadata/core-properties/ef7adc69bb2a49508fdea64bee25de67.psmdcp",
3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293
        "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"
      ]
    },
3294 3295
    "runtime.win7-x64.Microsoft.NETCore.TestHost/1.0.0-beta-23401": {
      "sha512": "M/Sqsi0IiI3M9rlQ0f2dxwso0R74C7YowHU0CyCX95QXTgKSA56olT2EQe9AsZzmUoy3pA1503U3MnIAe2kiOw==",
3296 3297 3298 3299
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
3300
        "package/services/metadata/core-properties/0e4d2e75b29240d3b672fa66959fa64d.psmdcp",
3301 3302 3303 3304
        "runtime.win7-x64.Microsoft.NETCore.TestHost.nuspec",
        "runtimes/win7-x64/native/CoreRun.exe"
      ]
    },
3305 3306
    "runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets/1.0.1-beta-23401": {
      "sha512": "WpP5+t7HoJrnUXMljy9xzZy8ak8LnqguEg3RuVCfqLWGtPGqKe4Ga9lthueEIdCxgGmvx4UwNlpE9dzXifKmEQ==",
3307 3308 3309 3310
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
3311
        "package/services/metadata/core-properties/65b19b1ac5ad42e79475b26c006b8824.psmdcp",
3312 3313 3314 3315 3316 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 3347 3348 3349 3350 3351 3352 3353 3354 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 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471
        "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"
      ]
    },
3472 3473
    "runtime.win7.System.Console/4.0.0-beta-23401": {
      "sha512": "fsfstg62M9DU285C9VWRoLdk3SgOPjXLZ5PyM0dQZyR8MsB7aGWW/GxbWgtxhsewIYCr0A6wG4FgrfiF4YtkYg==",
3474 3475 3476 3477
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
3478
        "package/services/metadata/core-properties/2f2eb5756a2b4b7495880a14eee6c817.psmdcp",
3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491
        "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"
3492 3493
      ]
    },
3494 3495
    "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23401": {
      "sha512": "k0KnexhGQOeY7Ywkn7lNM2suudBNRV44907UtbowqeU6a+PwmPXIP5lpIbLiNBann4qo4DMikoY0lOwD0tDevg==",
3496 3497
      "type": "Package",
      "files": [
3498
        "[Content_Types].xml",
3499
        "_rels/.rels",
3500
        "package/services/metadata/core-properties/c6396fbd0d8d4143a762b97af5733977.psmdcp",
3501 3502
        "ref/dotnet/_._",
        "runtime.win7.System.Diagnostics.Debug.nuspec",
3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525
        "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll",
        "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll",
        "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml",
        "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml",
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll"
3526 3527
      ]
    },
3528 3529
    "runtime.win7.System.Diagnostics.FileVersionInfo/4.0.0-beta-23401": {
      "sha512": "cKIFYRU9hpyMVHxT74FCpABNYfr7S4tXZaA6YoZl16O/++5BaiEUrqqB7JpqepmuPjCbf5ee6Oz0TDigCXmQeQ==",
3530 3531
      "type": "Package",
      "files": [
3532
        "[Content_Types].xml",
3533
        "_rels/.rels",
3534 3535 3536
        "lib/win8/_._",
        "lib/wp8/_._",
        "lib/wpa81/_._",
3537
        "package/services/metadata/core-properties/237d33ebf8104bda8bbef90015fa7818.psmdcp",
3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550
        "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"
3551 3552
      ]
    },
3553 3554
    "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23401": {
      "sha512": "0W2Pvi/IqrDV1yT9ckrNv0Nsmh1virMq0jBVl6hFkd6GaVNyBOoWYB6kNcd81am3KfxtyDr4A3eVSIFq5rceEA==",
3555 3556
      "type": "Package",
      "files": [
3557
        "[Content_Types].xml",
3558
        "_rels/.rels",
3559 3560 3561
        "lib/win8/_._",
        "lib/wp8/_._",
        "lib/wpa81/_._",
3562
        "package/services/metadata/core-properties/497384cd16154d5a8ba3d8ebad4716b1.psmdcp",
3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575
        "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"
3576 3577
      ]
    },
3578 3579
    "runtime.win7.System.IO.FileSystem/4.0.1-beta-23401": {
      "sha512": "FfdoBwl98Ry2wq1phSqDtGJBffMdHiYnbGDwi9xEljAxKRBs4jj4HpE7vRrBssnTnHxktj7Wb711ANn4x2r4xA==",
3580 3581
      "type": "Package",
      "files": [
3582
        "[Content_Types].xml",
3583
        "_rels/.rels",
3584 3585 3586 3587
        "lib/net/_._",
        "lib/win8/_._",
        "lib/wp8/_._",
        "lib/wpa81/_._",
3588
        "package/services/metadata/core-properties/fa0c5e97aabd467086743abca5cad8b4.psmdcp",
3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613
        "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"
3614 3615
      ]
    },
3616 3617
    "runtime.win7.System.IO.Pipes/4.0.0-beta-23401": {
      "sha512": "XKeg1VBw2b5VHtim2DV9vS2CozLZDaSHyv4nAz6Z98bidiJGo3+gOc7yJuNbZqKCl+GfEiukMVzVo05uRgN49w==",
3618 3619
      "type": "Package",
      "files": [
3620
        "[Content_Types].xml",
3621
        "_rels/.rels",
3622
        "package/services/metadata/core-properties/4c0523fc36544ed981604abaca454d6b.psmdcp",
3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637
        "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"
      ]
    },
3638 3639
    "runtime.win7.System.Private.Uri/4.0.1-beta-23401": {
      "sha512": "A3RiaJOT8YTPH0SGNmk9DvctSIh+pvI/hstGVL1ryOrK27rpMZbI3yqMm64BZzB8Wb9GgeGww+7nht+9LNqiQA==",
3640 3641 3642 3643
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
3644
        "package/services/metadata/core-properties/9e9fee28587541e793ad9dae247a386f.psmdcp",
3645 3646
        "ref/dotnet/_._",
        "runtime.win7.System.Private.Uri.nuspec",
3647 3648 3649
        "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll",
        "runtimes/win7/lib/netcore50/System.Private.Uri.dll",
        "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll"
3650 3651
      ]
    },
3652 3653
    "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23401": {
      "sha512": "XGGApVAvC8rBnrgoc1CuU04r+cUWYnYUetVFthmd4xbUVpbBOChweMXHCgxEMDPzK/5Z5lq5piqmYsxYUV5l5Q==",
3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679
      "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",
3680
        "package/services/metadata/core-properties/5ae8ad5b3075490eb7dcd430cf729202.psmdcp",
3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695
        "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"
      ]
    },
3696 3697
    "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23401": {
      "sha512": "v2Nr/agEE3+rEA0375J+bbjWQm8/hVrJUiuwmt1rBFHvfahTUUrz9ww5VTX5jUjZtMJduVKFMDtMG99cWySTQg==",
3698 3699 3700 3701
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
3702
        "package/services/metadata/core-properties/eeab014105c14fbda3a6fd76841586da.psmdcp",
3703 3704 3705 3706 3707
        "ref/dotnet/_._",
        "runtime.win7.System.Security.Cryptography.Algorithms.nuspec",
        "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll"
      ]
    },
3708 3709
    "runtime.win7.System.Text.Encoding.CodePages/4.0.1-beta-23401": {
      "sha512": "xZPKd8Buae+SfFRmokoqjjmbGbX/Tf6jymeSrrz6IFIBwl/XCKcDIBAEXMSM5Suyk4kceqesmYjgPnGV7VavJw==",
3710 3711 3712 3713 3714 3715 3716
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/win8/_._",
        "lib/wp8/_._",
        "lib/wpa81/_._",
3717
        "package/services/metadata/core-properties/a3157841418c4f129410dea58fc27496.psmdcp",
3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732
        "ref/dotnet/_._",
        "runtime.win7.System.Text.Encoding.CodePages.nuspec",
        "runtimes/win7/lib/dotnet/de/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/es/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/fr/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/it/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/ja/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/ko/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/ru/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/System.Text.Encoding.CodePages.dll",
        "runtimes/win7/lib/dotnet/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/zh-hans/System.Text.Encoding.CodePages.xml",
        "runtimes/win7/lib/dotnet/zh-hant/System.Text.Encoding.CodePages.xml"
      ]
    },
3733 3734
    "runtime.win7.System.Threading/4.0.11-beta-23401": {
      "sha512": "9LDVBkVlTceAV0G91a3NaaBaegnO8zTqJlYsIchZ/8C5DwFsUaoX5L/CSlbjTSma9yxTLhT5BmVgNrsON00PwA==",
3735 3736 3737 3738
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
3739
        "package/services/metadata/core-properties/8331c64ec18a4dbf880d40f0a48a9583.psmdcp",
3740 3741
        "ref/dotnet/_._",
        "runtime.win7.System.Threading.nuspec",
3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764
        "runtimes/win7/lib/DNXCore50/de/System.Threading.xml",
        "runtimes/win7/lib/DNXCore50/es/System.Threading.xml",
        "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml",
        "runtimes/win7/lib/DNXCore50/it/System.Threading.xml",
        "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml",
        "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml",
        "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml",
        "runtimes/win7/lib/DNXCore50/System.Threading.dll",
        "runtimes/win7/lib/DNXCore50/System.Threading.xml",
        "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml",
        "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml",
        "runtimes/win7/lib/netcore50/de/System.Threading.xml",
        "runtimes/win7/lib/netcore50/es/System.Threading.xml",
        "runtimes/win7/lib/netcore50/fr/System.Threading.xml",
        "runtimes/win7/lib/netcore50/it/System.Threading.xml",
        "runtimes/win7/lib/netcore50/ja/System.Threading.xml",
        "runtimes/win7/lib/netcore50/ko/System.Threading.xml",
        "runtimes/win7/lib/netcore50/ru/System.Threading.xml",
        "runtimes/win7/lib/netcore50/System.Threading.dll",
        "runtimes/win7/lib/netcore50/System.Threading.xml",
        "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml",
        "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml",
        "runtimes/win8-aot/lib/netcore50/System.Threading.dll"
3765 3766
      ]
    },
3767 3768
    "System.AppContext/4.0.1-beta-23401": {
      "sha512": "1qEPerVErFuLiHWUSD60hrht4uE7WCFuTvUUnVMzGMM+J9nMpCrLRRCnrQX3R/maHFXj3OBR17yk3lnS/78RWQ==",
3769 3770
      "type": "Package",
      "files": [
3771
        "[Content_Types].xml",
3772 3773 3774 3775
        "_rels/.rels",
        "lib/DNXCore50/System.AppContext.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
3776
        "lib/net46/System.AppContext.dll",
3777 3778 3779 3780 3781 3782 3783
        "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",
3784
        "lib/netcore50/System.AppContext.dll",
3785 3786 3787
        "lib/netcore50/System.AppContext.xml",
        "lib/netcore50/zh-hans/System.AppContext.xml",
        "lib/netcore50/zh-hant/System.AppContext.xml",
3788 3789
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3790
        "package/services/metadata/core-properties/945b386d4d23475888e5f9b7351fd849.psmdcp",
3791 3792 3793
        "ref/dotnet/System.AppContext.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
3794
        "ref/net46/System.AppContext.dll",
3795 3796
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3797
        "System.AppContext.nuspec"
3798 3799
      ]
    },
3800 3801
    "System.Collections/4.0.11-beta-23401": {
      "sha512": "tK0jt38zyt9IIC2kMTYi1nV2woZIPjoHv9NO+IWX5yVGdfyAmalh/gAvFNS16E5xpGIDXgHZOnC2jkFCW2SbMw==",
3802 3803
      "type": "Package",
      "files": [
3804
        "[Content_Types].xml",
3805
        "_rels/.rels",
3806 3807 3808 3809 3810 3811 3812
        "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",
3813
        "lib/DNXCore50/System.Collections.dll",
3814 3815 3816
        "lib/DNXCore50/System.Collections.xml",
        "lib/DNXCore50/zh-hans/System.Collections.xml",
        "lib/DNXCore50/zh-hant/System.Collections.xml",
3817 3818 3819
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
3820 3821 3822 3823 3824 3825 3826
        "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",
3827
        "lib/netcore50/System.Collections.dll",
3828 3829 3830
        "lib/netcore50/System.Collections.xml",
        "lib/netcore50/zh-hans/System.Collections.xml",
        "lib/netcore50/zh-hant/System.Collections.xml",
3831 3832
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3833
        "package/services/metadata/core-properties/f0d4aeb90e9c45b78c44bf8a0fc5de10.psmdcp",
3834 3835 3836 3837 3838 3839
        "ref/dotnet/System.Collections.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3840 3841 3842 3843 3844 3845 3846
        "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",
3847
        "runtimes/win8-aot/lib/netcore50/System.Collections.dll",
3848 3849 3850 3851 3852 3853
        "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"
      ]
    },
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
    "System.Collections.Concurrent/4.0.10": {
      "sha512": "ZtMEqOPAjAIqR8fqom9AOKRaB94a+emO2O8uOP6vyJoNswSPrbiwN7iH53rrVpvjMVx0wr4/OMpI7486uGZjbw==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Collections.Concurrent.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/c982a1e1e1644b62952fc4d4dcbe0d42.psmdcp",
        "ref/dotnet/de/System.Collections.Concurrent.xml",
        "ref/dotnet/es/System.Collections.Concurrent.xml",
        "ref/dotnet/fr/System.Collections.Concurrent.xml",
        "ref/dotnet/it/System.Collections.Concurrent.xml",
        "ref/dotnet/ja/System.Collections.Concurrent.xml",
        "ref/dotnet/ko/System.Collections.Concurrent.xml",
        "ref/dotnet/ru/System.Collections.Concurrent.xml",
        "ref/dotnet/System.Collections.Concurrent.dll",
        "ref/dotnet/System.Collections.Concurrent.xml",
        "ref/dotnet/zh-hans/System.Collections.Concurrent.xml",
        "ref/dotnet/zh-hant/System.Collections.Concurrent.xml",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "System.Collections.Concurrent.nuspec"
      ]
    },
3886 3887
    "System.Collections.Immutable/1.1.36": {
      "sha512": "MOlivTIeAIQPPMUPWIIoMCvZczjFRLYUWSYwqi1szu8QPyeIbsaPeI+hpXe1DzTxNwnRnmfYaoToi6kXIfSPNg==",
3888 3889
      "type": "Package",
      "files": [
3890
        "[Content_Types].xml",
3891 3892 3893
        "_rels/.rels",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
3894 3895
        "License-Stable.rtf",
        "package/services/metadata/core-properties/c8b7b781850445db852bd2d848380ca6.psmdcp",
3896
        "System.Collections.Immutable.nuspec"
3897 3898
      ]
    },
3899 3900
    "System.Console/4.0.0-beta-23401": {
      "sha512": "49zWKpJWl584fCuBYIRg68wk69e2+r5g7K8vlZRijrmXqiMe8Bx0FEap7Dc1rPhTYD06g72P2u5v8QfLLDh4bQ==",
3901 3902
      "type": "Package",
      "files": [
3903
        "[Content_Types].xml",
3904 3905 3906
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
3907
        "lib/net46/System.Console.dll",
3908 3909
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3910
        "package/services/metadata/core-properties/5980582e42554c128545b03a9fc1ce1a.psmdcp",
3911 3912 3913
        "ref/dotnet/System.Console.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
3914
        "ref/net46/System.Console.dll",
3915 3916
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3917
        "runtime.json",
3918
        "System.Console.nuspec"
3919 3920
      ]
    },
3921 3922
    "System.Diagnostics.Contracts/4.0.1-beta-23401": {
      "sha512": "rSxl/9IcE4HlRKn7mGfe4QLYA09egXRXHT1Hf+3JQgZEh8PvHUzcSGcbWdgJs4DOHyiYE6ZlCoivR3nYSC/SoA==",
3923 3924
      "type": "Package",
      "files": [
3925
        "[Content_Types].xml",
3926 3927 3928
        "_rels/.rels",
        "lib/DNXCore50/System.Diagnostics.Contracts.dll",
        "lib/net45/_._",
3929
        "lib/netcore50/System.Diagnostics.Contracts.dll",
3930 3931 3932
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
3933
        "package/services/metadata/core-properties/a3c46ae850524d0591c33fcba48be802.psmdcp",
3934 3935 3936
        "ref/dotnet/System.Diagnostics.Contracts.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Diagnostics.Contracts.dll",
3937
        "ref/win8/_._",
3938 3939
        "ref/wp80/_._",
        "ref/wpa81/_._",
3940 3941
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll",
        "System.Diagnostics.Contracts.nuspec"
3942 3943
      ]
    },
3944 3945
    "System.Diagnostics.Debug/4.0.11-beta-23401": {
      "sha512": "vkPhwrKGhOEboq1Xcup0Ebu+XjEu1tgKeFfbo2TWPJawSDzn5+3wmie2KvTLwpeLj+xIlHxOpn4ZsH500SU/Pg==",
3946 3947
      "type": "Package",
      "files": [
3948
        "[Content_Types].xml",
3949 3950 3951 3952 3953 3954
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3955
        "package/services/metadata/core-properties/0ee88e624f5946d58f02d0b229246189.psmdcp",
3956 3957 3958 3959 3960 3961
        "ref/dotnet/System.Diagnostics.Debug.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
3962 3963 3964 3965
        "runtime.json",
        "System.Diagnostics.Debug.nuspec"
      ]
    },
3966 3967
    "System.Diagnostics.FileVersionInfo/4.0.0-beta-23401": {
      "sha512": "nyIz6FogZdsGrZUPukQ64vRuKrM9MgFfzXjuvqEJ2mQ5DUNmoUJry85TUEuRdmFNDmDNzTgomUboZqmhx7NJgA==",
3968 3969 3970 3971 3972 3973 3974 3975 3976
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Diagnostics.FileVersionInfo.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
3977
        "package/services/metadata/core-properties/65a4dbd7231f409da48939ee7942fffc.psmdcp",
3978 3979 3980 3981 3982 3983 3984 3985
        "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"
3986 3987
      ]
    },
3988 3989
    "System.Diagnostics.Process/4.1.0-beta-23401": {
      "sha512": "6vmT4f8dxyfe6CEg5r9+4XhOJAErxFhKH2f+2cfgTyJp1pp9gy0ShIwb8pvLTdTdxXfYmVnKvH3kMg9HQsulsw==",
3990 3991
      "type": "Package",
      "files": [
3992
        "[Content_Types].xml",
3993 3994 3995
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
3996 3997 3998 3999 4000 4001 4002
        "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",
4003
        "lib/net46/System.Diagnostics.Process.dll",
4004 4005 4006
        "lib/net46/System.Diagnostics.Process.xml",
        "lib/net46/zh-hans/System.Diagnostics.Process.xml",
        "lib/net46/zh-hant/System.Diagnostics.Process.xml",
4007 4008
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4009
        "package/services/metadata/core-properties/e2a4bd7066714f87b692ce1e29510813.psmdcp",
4010 4011 4012
        "ref/dotnet/System.Diagnostics.Process.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4013 4014 4015 4016 4017 4018 4019
        "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",
4020
        "ref/net46/System.Diagnostics.Process.dll",
4021 4022 4023
        "ref/net46/System.Diagnostics.Process.xml",
        "ref/net46/zh-hans/System.Diagnostics.Process.xml",
        "ref/net46/zh-hant/System.Diagnostics.Process.xml",
4024 4025
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4026 4027
        "runtime.json",
        "System.Diagnostics.Process.nuspec"
4028 4029
      ]
    },
4030 4031
    "System.Diagnostics.StackTrace/4.0.1-beta-23401": {
      "sha512": "6l5rL6cOm3xgzTF2gNPsQMKPUR9Y9YtNLQ+A72bOVtKnUv82JevRHnSCUHkwM5pz+ucugMuqQc2NOKloo2zHMQ==",
4032 4033
      "type": "Package",
      "files": [
4034
        "[Content_Types].xml",
4035
        "_rels/.rels",
4036 4037 4038 4039 4040 4041 4042
        "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",
4043
        "lib/DNXCore50/System.Diagnostics.StackTrace.dll",
4044 4045 4046
        "lib/DNXCore50/System.Diagnostics.StackTrace.xml",
        "lib/DNXCore50/zh-hans/System.Diagnostics.StackTrace.xml",
        "lib/DNXCore50/zh-hant/System.Diagnostics.StackTrace.xml",
4047 4048
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4049 4050 4051 4052 4053 4054 4055
        "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",
4056
        "lib/net46/System.Diagnostics.StackTrace.dll",
4057 4058 4059 4060 4061 4062 4063 4064 4065 4066
        "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",
4067
        "lib/netcore50/System.Diagnostics.StackTrace.dll",
4068 4069 4070
        "lib/netcore50/System.Diagnostics.StackTrace.xml",
        "lib/netcore50/zh-hans/System.Diagnostics.StackTrace.xml",
        "lib/netcore50/zh-hant/System.Diagnostics.StackTrace.xml",
4071 4072
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4073
        "package/services/metadata/core-properties/10df3a3f47974ec489752cab69d9de2e.psmdcp",
4074 4075 4076
        "ref/dotnet/System.Diagnostics.StackTrace.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4077 4078 4079 4080 4081 4082 4083
        "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",
4084
        "ref/net46/System.Diagnostics.StackTrace.dll",
4085 4086 4087
        "ref/net46/System.Diagnostics.StackTrace.xml",
        "ref/net46/zh-hans/System.Diagnostics.StackTrace.xml",
        "ref/net46/zh-hant/System.Diagnostics.StackTrace.xml",
4088 4089
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4090 4091 4092 4093 4094 4095 4096
        "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",
4097
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll",
4098 4099 4100 4101
        "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"
4102 4103
      ]
    },
4104 4105
    "System.Diagnostics.Tools/4.0.1-beta-23401": {
      "sha512": "wiArUEZ706qY4vIiUmxQtl9/SKlpeCX+ls9zhM9Je+FJV+XHpcUpUwndUXXw4zkTd18QKUpJuvfHQ0xNOOXPOQ==",
4106 4107
      "type": "Package",
      "files": [
4108
        "[Content_Types].xml",
4109
        "_rels/.rels",
4110 4111 4112 4113 4114 4115 4116
        "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",
4117
        "lib/DNXCore50/System.Diagnostics.Tools.dll",
4118 4119 4120
        "lib/DNXCore50/System.Diagnostics.Tools.xml",
        "lib/DNXCore50/zh-hans/System.Diagnostics.Tools.xml",
        "lib/DNXCore50/zh-hant/System.Diagnostics.Tools.xml",
4121
        "lib/net45/_._",
4122 4123 4124 4125 4126 4127 4128
        "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",
4129
        "lib/netcore50/System.Diagnostics.Tools.dll",
4130 4131 4132
        "lib/netcore50/System.Diagnostics.Tools.xml",
        "lib/netcore50/zh-hans/System.Diagnostics.Tools.xml",
        "lib/netcore50/zh-hant/System.Diagnostics.Tools.xml",
4133 4134 4135
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
4136
        "package/services/metadata/core-properties/7422fa01f6c4438795afe6ffa4de69fb.psmdcp",
4137 4138 4139
        "ref/dotnet/System.Diagnostics.Tools.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Diagnostics.Tools.dll",
4140
        "ref/win8/_._",
4141 4142
        "ref/wp80/_._",
        "ref/wpa81/_._",
4143 4144 4145 4146 4147 4148 4149
        "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",
4150
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll",
4151 4152 4153 4154
        "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"
4155 4156
      ]
    },
4157 4158
    "System.Diagnostics.Tracing/4.0.21-beta-23401": {
      "sha512": "8gP6Sj/4AZbW0oyUmasFoC2xjRtyUhjjcd4qR1mlt40Xu3zWYkmaF+7+kJ/1xAJLTE0KGMq0kUfpR1SaIxhhQA==",
4159 4160
      "type": "Package",
      "files": [
4161
        "[Content_Types].xml",
4162
        "_rels/.rels",
4163 4164 4165 4166 4167 4168 4169
        "lib/DNXCore50/de/System.Diagnostics.Tracing.xml",
        "lib/DNXCore50/es/System.Diagnostics.Tracing.xml",
        "lib/DNXCore50/fr/System.Diagnostics.Tracing.xml",
        "lib/DNXCore50/it/System.Diagnostics.Tracing.xml",
        "lib/DNXCore50/ja/System.Diagnostics.Tracing.xml",
        "lib/DNXCore50/ko/System.Diagnostics.Tracing.xml",
        "lib/DNXCore50/ru/System.Diagnostics.Tracing.xml",
4170
        "lib/DNXCore50/System.Diagnostics.Tracing.dll",
4171 4172 4173
        "lib/DNXCore50/System.Diagnostics.Tracing.xml",
        "lib/DNXCore50/zh-hans/System.Diagnostics.Tracing.xml",
        "lib/DNXCore50/zh-hant/System.Diagnostics.Tracing.xml",
4174 4175 4176
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4177 4178 4179 4180 4181 4182 4183
        "lib/netcore50/de/System.Diagnostics.Tracing.xml",
        "lib/netcore50/es/System.Diagnostics.Tracing.xml",
        "lib/netcore50/fr/System.Diagnostics.Tracing.xml",
        "lib/netcore50/it/System.Diagnostics.Tracing.xml",
        "lib/netcore50/ja/System.Diagnostics.Tracing.xml",
        "lib/netcore50/ko/System.Diagnostics.Tracing.xml",
        "lib/netcore50/ru/System.Diagnostics.Tracing.xml",
4184
        "lib/netcore50/System.Diagnostics.Tracing.dll",
4185 4186 4187
        "lib/netcore50/System.Diagnostics.Tracing.xml",
        "lib/netcore50/zh-hans/System.Diagnostics.Tracing.xml",
        "lib/netcore50/zh-hant/System.Diagnostics.Tracing.xml",
4188 4189
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4190
        "package/services/metadata/core-properties/fa97072bee1548288b78804825533b8a.psmdcp",
4191 4192 4193 4194 4195 4196
        "ref/dotnet/System.Diagnostics.Tracing.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4197 4198 4199 4200 4201 4202 4203
        "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",
4204
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll",
4205 4206 4207 4208 4209 4210
        "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"
      ]
    },
4211 4212
    "System.Dynamic.Runtime/4.0.11-beta-23401": {
      "sha512": "pqxMUiwhWp45xraQA9nLMk3vYTE1918oyx1y8RNevM0K/402NuwBWOOXAFuwJRAVXzMObtKl86GpVpunBKw6bg==",
4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243
      "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/_._",
4244
        "package/services/metadata/core-properties/c659a4a457c546c298c29eb3d10080a6.psmdcp",
4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262
        "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"
4263 4264
      ]
    },
4265 4266
    "System.Globalization/4.0.11-beta-23401": {
      "sha512": "9hlModln4/P7piY0K4vDwSi56GCAp21AsQWRQ3dLh6VYBE5XlB2no6yEP10n4gENTimLzXaPdRinybB3Rksw0g==",
4267 4268
      "type": "Package",
      "files": [
4269
        "[Content_Types].xml",
4270 4271 4272 4273 4274
        "_rels/.rels",
        "lib/DNXCore50/System.Globalization.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4275
        "lib/netcore50/System.Globalization.dll",
4276 4277
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4278
        "package/services/metadata/core-properties/74a58c8729654b47a2f91ee8d8541d25.psmdcp",
4279 4280 4281 4282 4283 4284
        "ref/dotnet/System.Globalization.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4285 4286
        "runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
        "System.Globalization.nuspec"
4287 4288
      ]
    },
4289 4290
    "System.Globalization.Calendars/4.0.1-beta-23401": {
      "sha512": "y/RD61zON6K2LhD3s82pdMsCBRrbnUy3yAz48R/c/YyrSMDxnq2J5JGtx+Sdjb3RjjaVFcRjWMtTliWhskwjpw==",
4291 4292
      "type": "Package",
      "files": [
4293
        "[Content_Types].xml",
4294 4295 4296 4297
        "_rels/.rels",
        "lib/DNXCore50/System.Globalization.Calendars.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4298 4299
        "lib/net46/System.Globalization.Calendars.dll",
        "lib/netcore50/System.Globalization.Calendars.dll",
4300 4301
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4302
        "package/services/metadata/core-properties/8ce43ab945664115be8a9dae10acdc6e.psmdcp",
4303 4304 4305
        "ref/dotnet/System.Globalization.Calendars.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4306
        "ref/net46/System.Globalization.Calendars.dll",
4307 4308
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4309 4310
        "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll",
        "System.Globalization.Calendars.nuspec"
4311 4312
      ]
    },
4313 4314
    "System.IO/4.0.11-beta-23401": {
      "sha512": "cklZFejIVHfcXIb67XkJorf4NIhZQLxnmge9q2mJyLxSHCOw3rQAvShXyXmfxgiUesSQCKm5JPK27Q73sPEjqg==",
4315 4316
      "type": "Package",
      "files": [
4317
        "[Content_Types].xml",
4318
        "_rels/.rels",
4319 4320 4321 4322 4323 4324 4325
        "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",
4326
        "lib/DNXCore50/System.IO.dll",
4327 4328 4329
        "lib/DNXCore50/System.IO.xml",
        "lib/DNXCore50/zh-hans/System.IO.xml",
        "lib/DNXCore50/zh-hant/System.IO.xml",
4330 4331 4332
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4333 4334 4335 4336 4337 4338 4339
        "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",
4340
        "lib/netcore50/System.IO.dll",
4341 4342 4343
        "lib/netcore50/System.IO.xml",
        "lib/netcore50/zh-hans/System.IO.xml",
        "lib/netcore50/zh-hant/System.IO.xml",
4344 4345
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4346
        "package/services/metadata/core-properties/b6b55e167a954cfaa8d64b754fa75564.psmdcp",
4347 4348 4349 4350 4351 4352
        "ref/dotnet/System.IO.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4353 4354 4355 4356 4357 4358 4359
        "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",
4360
        "runtimes/win8-aot/lib/netcore50/System.IO.dll",
4361 4362 4363 4364
        "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"
4365 4366
      ]
    },
4367 4368
    "System.IO.FileSystem/4.0.1-beta-23401": {
      "sha512": "YSEjV/ciQKavpVBBaXejEopV+EbYX7aYvog7AnXpXp7wkf0BI0aUr+u4XNBTmlZStomIQFn6fv+8YpchDB8dKQ==",
4369 4370
      "type": "Package",
      "files": [
4371
        "[Content_Types].xml",
4372 4373 4374
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4375
        "lib/net46/System.IO.FileSystem.dll",
4376 4377
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4378
        "package/services/metadata/core-properties/e6f395bee74b4e7bbcf1c8f9411327dd.psmdcp",
4379 4380 4381
        "ref/dotnet/System.IO.FileSystem.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4382
        "ref/net46/System.IO.FileSystem.dll",
4383 4384
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4385
        "runtime.json",
4386
        "System.IO.FileSystem.nuspec"
4387 4388
      ]
    },
4389 4390
    "System.IO.FileSystem.Primitives/4.0.0": {
      "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==",
4391 4392
      "type": "Package",
      "files": [
4393
        "[Content_Types].xml",
4394 4395 4396 4397
        "_rels/.rels",
        "lib/dotnet/System.IO.FileSystem.Primitives.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
4398
        "lib/net46/System.IO.FileSystem.Primitives.dll",
4399 4400
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4401 4402 4403 4404 4405 4406 4407 4408
        "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",
4409
        "ref/dotnet/System.IO.FileSystem.Primitives.dll",
4410 4411 4412
        "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",
4413 4414
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
4415
        "ref/net46/System.IO.FileSystem.Primitives.dll",
4416 4417
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4418
        "System.IO.FileSystem.Primitives.nuspec"
4419 4420
      ]
    },
4421 4422
    "System.IO.Pipes/4.0.0-beta-23401": {
      "sha512": "y7dWdln6qDt9iNfqJY/vo0X+WBJvMiW23jQQEE7dI/4dKsj7zMx5dhPAKhs4dSBA1fwiPNc3q2TTtUCcevJAMg==",
4423 4424
      "type": "Package",
      "files": [
4425
        "[Content_Types].xml",
4426
        "_rels/.rels",
4427
        "lib/net46/System.IO.Pipes.dll",
4428
        "package/services/metadata/core-properties/59286da88a6446209f20d837273a8da7.psmdcp",
4429 4430
        "ref/dotnet/System.IO.Pipes.dll",
        "ref/net46/System.IO.Pipes.dll",
4431 4432
        "runtime.json",
        "System.IO.Pipes.nuspec"
4433 4434
      ]
    },
4435 4436
    "System.Linq/4.0.1-beta-23401": {
      "sha512": "wy6UgJm/GebvynoiVJko2tUKRrLItxz1gDRuZNABJ1zOz1Y/Viw4rzbs6aU3rAoj5+YFnYpuTUSI3g/DanVK2w==",
4437 4438
      "type": "Package",
      "files": [
4439
        "[Content_Types].xml",
4440
        "_rels/.rels",
4441 4442 4443 4444 4445 4446 4447
        "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",
4448
        "lib/dotnet/System.Linq.dll",
4449 4450 4451
        "lib/dotnet/System.Linq.xml",
        "lib/dotnet/zh-hans/System.Linq.xml",
        "lib/dotnet/zh-hant/System.Linq.xml",
4452 4453
        "lib/net45/_._",
        "lib/netcore50/System.Linq.dll",
4454
        "lib/netcore50/System.Linq.xml",
4455
        "lib/win8/_._",
4456 4457
        "lib/wp80/_._",
        "lib/wpa81/_._",
4458
        "package/services/metadata/core-properties/e7c9c15c9d1440ae9b5f7da9c3c8dedb.psmdcp",
4459 4460 4461
        "ref/dotnet/System.Linq.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Linq.dll",
4462
        "ref/win8/_._",
4463 4464
        "ref/wp80/_._",
        "ref/wpa81/_._",
4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500
        "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"
4501 4502
      ]
    },
4503 4504
    "System.ObjectModel/4.0.11-beta-23401": {
      "sha512": "hRy5/zygQldLf6nqcBXBCgZpO+w6XXXQYQ9n637iX/xbf8Jbp18QyTjbF8IM8O1Q63ID0QBM42AipqI46WYbKA==",
4505 4506
      "type": "Package",
      "files": [
4507
        "[Content_Types].xml",
4508
        "_rels/.rels",
4509 4510 4511 4512 4513 4514 4515
        "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",
4516
        "lib/dotnet/System.ObjectModel.dll",
4517 4518 4519
        "lib/dotnet/System.ObjectModel.xml",
        "lib/dotnet/zh-hans/System.ObjectModel.xml",
        "lib/dotnet/zh-hant/System.ObjectModel.xml",
4520 4521 4522 4523 4524
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4525
        "package/services/metadata/core-properties/59e0ab66a5aa4ee593c7111a19b4f770.psmdcp",
4526 4527 4528 4529 4530 4531
        "ref/dotnet/System.ObjectModel.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4532
        "System.ObjectModel.nuspec"
4533 4534
      ]
    },
4535 4536
    "System.Private.DataContractSerialization/4.0.1-beta-23401": {
      "sha512": "5nXOqy93I2ncy4o6u6DLIz4Hhu4Rd9iA42mB0GQjoAAz+4E7BYqmsAA/MTrti86KD4uY3441Ly+hgEBuO91lNA==",
4537 4538 4539 4540 4541 4542
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/System.Private.DataContractSerialization.dll",
        "lib/netcore50/System.Private.DataContractSerialization.dll",
4543
        "package/services/metadata/core-properties/644fbf27d65445c681f67c14f2c7a86a.psmdcp",
4544 4545 4546 4547 4548 4549 4550
        "ref/dnxcore50/_._",
        "ref/netcore50/_._",
        "runtime.json",
        "runtimes/win8-aot/lib/netcore50/System.Private.DataContractSerialization.dll",
        "System.Private.DataContractSerialization.nuspec"
      ]
    },
4551 4552
    "System.Private.Uri/4.0.1-beta-23401": {
      "sha512": "VCPDXGDKmQwQN1iE5hm9+IMwx/5t98Nch6UMoYnm+IBfEP6+B+zNpoBBctGStt0uMAUPozWReAoTnCnIM/fIIg==",
4553 4554
      "type": "Package",
      "files": [
4555
        "[Content_Types].xml",
4556
        "_rels/.rels",
4557
        "package/services/metadata/core-properties/cfd2f519e266460ca5492c18c1c932bc.psmdcp",
4558 4559
        "ref/dnxcore50/_._",
        "ref/netcore50/_._",
4560
        "runtime.json",
4561
        "System.Private.Uri.nuspec"
4562 4563
      ]
    },
4564 4565
    "System.Reflection/4.1.0-beta-23401": {
      "sha512": "Uj02Az0ANALdU5clcgoKZXKzwFd3B2q75eGx80HOHdghQ6MKcNPujV3ZUtaMzJDge1KmqOOfXwb7IzRzR/vxTQ==",
4566 4567
      "type": "Package",
      "files": [
4568
        "[Content_Types].xml",
4569 4570 4571 4572 4573
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4574
        "lib/netcore50/System.Reflection.dll",
4575 4576
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4577
        "package/services/metadata/core-properties/273f510c7e864f93823a7b6070f0ab3a.psmdcp",
4578 4579 4580 4581 4582 4583
        "ref/dotnet/System.Reflection.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4584 4585
        "runtimes/win8-aot/lib/netcore50/System.Reflection.dll",
        "System.Reflection.nuspec"
4586 4587
      ]
    },
4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 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
    "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"
      ]
    },
4671 4672
    "System.Reflection.Extensions/4.0.1-beta-23401": {
      "sha512": "hQ61vl9A8S/12OwSpcZm+X4gz+rDH3rdXHg6sVYd705uy0KfRz6vix/oPmUwLftCayFzDA/yAyVzSd1hc/xRFQ==",
4673 4674
      "type": "Package",
      "files": [
4675
        "[Content_Types].xml",
4676 4677 4678
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.Extensions.dll",
        "lib/net45/_._",
4679
        "lib/netcore50/System.Reflection.Extensions.dll",
4680 4681 4682
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
4683
        "package/services/metadata/core-properties/b2e409ff02ae42c48dccabf341c45d9f.psmdcp",
4684 4685 4686
        "ref/dotnet/System.Reflection.Extensions.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Reflection.Extensions.dll",
4687
        "ref/win8/_._",
4688 4689
        "ref/wp80/_._",
        "ref/wpa81/_._",
4690 4691 4692 4693 4694 4695 4696
        "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",
4697
        "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll",
4698 4699 4700 4701
        "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"
4702 4703
      ]
    },
A
Andy Gocke 已提交
4704
    "System.Reflection.Metadata/1.1.0-alpha-00014": {
4705
      "sha512": "EK6OG++qcGz4VabG4hwCgZ0KdzQAwI3LsH8O0xONsct2wWxpFwjZ+tENecYs2kEKXt/ECLYLjn/3rcvxxmarDA==",
4706 4707
      "type": "Package",
      "files": [
4708
        "[Content_Types].xml",
4709
        "_rels/.rels",
4710 4711
        "lib/dotnet/System.Reflection.Metadata.dll",
        "lib/dotnet/System.Reflection.Metadata.xml",
4712 4713
        "lib/portable-net45+win8/System.Reflection.Metadata.dll",
        "lib/portable-net45+win8/System.Reflection.Metadata.xml",
4714
        "package/services/metadata/core-properties/87e66725b41e4febb421e633df3a89b2.psmdcp",
4715
        "System.Reflection.Metadata.nuspec"
4716 4717
      ]
    },
4718 4719
    "System.Reflection.Primitives/4.0.1-beta-23401": {
      "sha512": "6Rsk774j6ChoR3sl6WwJL8YkPy5m5gH3ErSKG/9XM1KWnX7VdQ8PcYKox46hbKhktRr9mlkKu+4TAGSkb7DDXQ==",
4720 4721
      "type": "Package",
      "files": [
4722
        "[Content_Types].xml",
4723 4724 4725
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.Primitives.dll",
        "lib/net45/_._",
4726
        "lib/netcore50/System.Reflection.Primitives.dll",
4727 4728 4729
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
4730
        "package/services/metadata/core-properties/3edc1c92173e45d3bda874b4975f7832.psmdcp",
4731 4732 4733
        "ref/dotnet/System.Reflection.Primitives.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Reflection.Primitives.dll",
4734
        "ref/win8/_._",
4735 4736
        "ref/wp80/_._",
        "ref/wpa81/_._",
4737 4738 4739 4740 4741 4742 4743
        "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",
4744
        "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll",
4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782
        "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"
4783 4784
      ]
    },
4785 4786
    "System.Resources.ResourceManager/4.0.1-beta-23401": {
      "sha512": "61tqjGoqyHJ6Q2uY9ajW6x56sQqvKciSOq8qbH/9cAEkNdeQxEFCTp0kBE+x2YFLjfNc4cWZZE+bOB5zJ5xAEQ==",
4787 4788
      "type": "Package",
      "files": [
4789
        "[Content_Types].xml",
4790 4791 4792
        "_rels/.rels",
        "lib/DNXCore50/System.Resources.ResourceManager.dll",
        "lib/net45/_._",
4793
        "lib/netcore50/System.Resources.ResourceManager.dll",
4794 4795 4796
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
4797
        "package/services/metadata/core-properties/4b69d4d0ef9247c3bcd03345cf34cfa4.psmdcp",
4798 4799 4800
        "ref/dotnet/System.Resources.ResourceManager.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Resources.ResourceManager.dll",
4801
        "ref/win8/_._",
4802 4803
        "ref/wp80/_._",
        "ref/wpa81/_._",
4804 4805 4806 4807 4808 4809 4810
        "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",
4811
        "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll",
4812 4813 4814 4815
        "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"
4816 4817
      ]
    },
4818 4819
    "System.Runtime/4.0.21-beta-23401": {
      "sha512": "6ycZ0VX30LSPYJ/xsEOa/WB6Y73jW0lfw9QaWXpbQZ3xdacYRmqbNpUhTe32p9YbXy9LALMBNRFkU8d/0uYGXQ==",
4820 4821
      "type": "Package",
      "files": [
4822
        "[Content_Types].xml",
4823
        "_rels/.rels",
4824 4825 4826 4827 4828 4829 4830
        "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",
4831
        "lib/DNXCore50/System.Runtime.dll",
4832 4833 4834
        "lib/DNXCore50/System.Runtime.xml",
        "lib/DNXCore50/zh-hans/System.Runtime.xml",
        "lib/DNXCore50/zh-hant/System.Runtime.xml",
4835 4836 4837
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4838 4839 4840 4841 4842 4843 4844
        "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",
4845
        "lib/netcore50/System.Runtime.dll",
4846 4847 4848
        "lib/netcore50/System.Runtime.xml",
        "lib/netcore50/zh-hans/System.Runtime.xml",
        "lib/netcore50/zh-hant/System.Runtime.xml",
4849 4850
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4851
        "package/services/metadata/core-properties/2d257d6424af422f88828201219f98bf.psmdcp",
4852 4853 4854 4855 4856 4857
        "ref/dotnet/System.Runtime.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4858 4859 4860 4861 4862 4863 4864
        "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",
4865
        "runtimes/win8-aot/lib/netcore50/System.Runtime.dll",
4866 4867 4868 4869
        "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"
4870 4871
      ]
    },
4872 4873
    "System.Runtime.Extensions/4.0.11-beta-23401": {
      "sha512": "/c6mvZEhs7bnuocnYeyey7hxkO9kc6J0GuPx30VvBzCm7QNr/dEawnUuHW27Faa7kQukP/WmjcaI8lmDEktxXw==",
4874 4875
      "type": "Package",
      "files": [
4876
        "[Content_Types].xml",
4877 4878 4879 4880 4881 4882
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4883
        "package/services/metadata/core-properties/6833c4a443b049d1a1f61f6d666bd0df.psmdcp",
4884 4885 4886 4887 4888 4889
        "ref/dotnet/System.Runtime.Extensions.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4890 4891
        "runtime.json",
        "System.Runtime.Extensions.nuspec"
4892 4893
      ]
    },
4894 4895
    "System.Runtime.Handles/4.0.1-beta-23401": {
      "sha512": "pEuFuF5FWy3GOi5i1R0aj/JSEFpCY7bekjWNgKdWPG7zlljjNuJPSSpiN8lhW+U0XU/I8+oe77d3POqzfAqOnQ==",
4896 4897
      "type": "Package",
      "files": [
4898
        "[Content_Types].xml",
4899
        "_rels/.rels",
4900 4901 4902 4903 4904 4905 4906
        "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",
4907
        "lib/DNXCore50/System.Runtime.Handles.dll",
4908 4909 4910
        "lib/DNXCore50/System.Runtime.Handles.xml",
        "lib/DNXCore50/zh-hans/System.Runtime.Handles.xml",
        "lib/DNXCore50/zh-hant/System.Runtime.Handles.xml",
4911 4912 4913
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4914 4915 4916 4917 4918 4919 4920
        "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",
4921
        "lib/netcore50/System.Runtime.Handles.dll",
4922 4923 4924
        "lib/netcore50/System.Runtime.Handles.xml",
        "lib/netcore50/zh-hans/System.Runtime.Handles.xml",
        "lib/netcore50/zh-hant/System.Runtime.Handles.xml",
4925 4926
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4927
        "package/services/metadata/core-properties/afb838c9ad104999ac15d99520de5878.psmdcp",
4928 4929 4930 4931 4932 4933
        "ref/dotnet/System.Runtime.Handles.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4934 4935 4936 4937 4938 4939 4940
        "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",
4941
        "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll",
4942 4943 4944 4945
        "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"
4946 4947
      ]
    },
4948 4949
    "System.Runtime.InteropServices/4.0.21-beta-23401": {
      "sha512": "M8FWV0ey6OfStKAT0jxDhQ/wqjowB9eEsERJmxb6iT9F/TVdqX4LaOOYz4y+ejqtIakYgOvv0m9DAiTnzk5pvA==",
4950 4951
      "type": "Package",
      "files": [
4952
        "[Content_Types].xml",
4953
        "_rels/.rels",
4954 4955 4956 4957 4958 4959 4960
        "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",
4961
        "lib/DNXCore50/System.Runtime.InteropServices.dll",
4962 4963 4964
        "lib/DNXCore50/System.Runtime.InteropServices.xml",
        "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml",
        "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml",
4965 4966 4967
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
4968 4969 4970 4971 4972 4973 4974
        "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",
4975
        "lib/netcore50/System.Runtime.InteropServices.dll",
4976 4977 4978
        "lib/netcore50/System.Runtime.InteropServices.xml",
        "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml",
        "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml",
4979 4980
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
4981
        "package/services/metadata/core-properties/85deca56e7ea41cd88b15851162bccf9.psmdcp",
4982 4983 4984 4985 4986 4987
        "ref/dotnet/System.Runtime.InteropServices.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
4988
        "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll",
4989
        "System.Runtime.InteropServices.nuspec"
4990 4991
      ]
    },
4992 4993
    "System.Runtime.Loader/4.0.0-beta-23401": {
      "sha512": "+OIL85SpiAeu4GiyVlB1d6N7Fu5DM11MP11xZHNm8/0ggclZGkpc44MVTTedLfoA0HpIl8sOR+G37CPA87+vow==",
4994 4995 4996 4997 4998
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/System.Runtime.Loader.dll",
4999
        "package/services/metadata/core-properties/0ca4f92d1927480594f71c5384c0c52d.psmdcp",
5000 5001 5002 5003
        "ref/dotnet/System.Runtime.Loader.dll",
        "System.Runtime.Loader.nuspec"
      ]
    },
5004 5005
    "System.Runtime.Serialization.Json/4.0.1-beta-23401": {
      "sha512": "6zGC2zfQ1N7eaJasJsn1mLEOcRJNmvUjQGlRpuhZ6UQKBcHBloOOqxIwkbkRXtpC82Y6swGSmKvpD2t005kJbw==",
5006 5007 5008 5009 5010 5011 5012 5013 5014 5015
      "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/_._",
5016
        "package/services/metadata/core-properties/219cfd46d31940dc96172dd39c2b41f5.psmdcp",
5017 5018 5019 5020 5021 5022 5023 5024 5025 5026
        "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"
      ]
    },
5027 5028
    "System.Runtime.Serialization.Primitives/4.0.11-beta-23401": {
      "sha512": "/TbhrIUbcZ/m04+iyf5cORMLoeZ441ZyLnzXLCtGhYsdDcyDjqJgEabQBPpu3WwVhb0Fre+WTMMLNzb0Uti92Q==",
5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048
      "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/_._",
5049
        "package/services/metadata/core-properties/d3e835fc572e4bc6b660d192e27c7205.psmdcp",
5050 5051 5052 5053 5054 5055 5056 5057 5058
        "ref/dotnet/System.Runtime.Serialization.Primitives.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "System.Runtime.Serialization.Primitives.nuspec"
      ]
    },
5059 5060
    "System.Security.Cryptography.Algorithms/4.0.0-beta-23401": {
      "sha512": "unUfGNfc/kIWzbGZw+m0WkAlVzc1VhW3ayYhaUJla1B5XVokc0iMMFV9vCOQE54gNOA41E0xEY+EUo+DS9MWfQ==",
5061 5062
      "type": "Package",
      "files": [
5063
        "[Content_Types].xml",
5064 5065 5066
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
5067
        "lib/net46/System.Security.Cryptography.Algorithms.dll",
5068 5069
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5070
        "package/services/metadata/core-properties/2fd2e306ef0e41ea92b028f7c5e2e75c.psmdcp",
5071
        "ref/dotnet/System.Security.Cryptography.Algorithms.dll",
5072 5073
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
5074
        "ref/net46/System.Security.Cryptography.Algorithms.dll",
5075 5076
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
5077
        "runtime.json",
5078
        "System.Security.Cryptography.Algorithms.nuspec"
5079 5080
      ]
    },
5081 5082
    "System.Security.Cryptography.Primitives/4.0.0-beta-23401": {
      "sha512": "RMF1swkhksZRBwFqzeI3axkOFHVILVxtaFuE61hqpuDa0l8y1C//S3QeTaUH6FSpWnhR6U8KCzj9z+tUsvKshg==",
5083 5084
      "type": "Package",
      "files": [
5085
        "[Content_Types].xml",
5086
        "_rels/.rels",
5087
        "lib/dotnet/System.Security.Cryptography.Primitives.dll",
5088 5089
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
5090
        "lib/net46/System.Security.Cryptography.Primitives.dll",
5091 5092
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5093
        "package/services/metadata/core-properties/4633fd9744d04a5db84b0e85c227af7d.psmdcp",
5094
        "ref/dotnet/System.Security.Cryptography.Primitives.dll",
5095 5096
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
5097
        "ref/net46/System.Security.Cryptography.Primitives.dll",
5098 5099
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
5100
        "System.Security.Cryptography.Primitives.nuspec"
5101 5102 5103 5104 5105 5106
      ]
    },
    "System.Security.Principal/4.0.0": {
      "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==",
      "type": "Package",
      "files": [
5107
        "[Content_Types].xml",
5108 5109 5110 5111
        "_rels/.rels",
        "lib/dotnet/System.Security.Principal.dll",
        "lib/net45/_._",
        "lib/netcore50/System.Security.Principal.dll",
5112
        "lib/win8/_._",
5113 5114
        "lib/wp80/_._",
        "lib/wpa81/_._",
5115
        "package/services/metadata/core-properties/5d44fbabc99d4204b6a2f76329d0a184.psmdcp",
5116
        "ref/dotnet/de/System.Security.Principal.xml",
5117
        "ref/dotnet/es/System.Security.Principal.xml",
5118 5119 5120 5121 5122
        "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",
5123 5124
        "ref/dotnet/System.Security.Principal.dll",
        "ref/dotnet/System.Security.Principal.xml",
5125
        "ref/dotnet/zh-hans/System.Security.Principal.xml",
5126
        "ref/dotnet/zh-hant/System.Security.Principal.xml",
5127 5128 5129
        "ref/net45/_._",
        "ref/netcore50/System.Security.Principal.dll",
        "ref/netcore50/System.Security.Principal.xml",
5130
        "ref/win8/_._",
5131 5132
        "ref/wp80/_._",
        "ref/wpa81/_._",
5133
        "System.Security.Principal.nuspec"
5134 5135
      ]
    },
5136 5137
    "System.Text.Encoding/4.0.11-beta-23401": {
      "sha512": "grPY1hsuOaageaZoY+McFKQAh6101Q/bkjkffaBtLW6+KCuiIsVp/qTR4NkHxHzR2ssOoXxK/2Pw90flqIgP1g==",
5138 5139
      "type": "Package",
      "files": [
5140
        "[Content_Types].xml",
5141 5142 5143 5144 5145
        "_rels/.rels",
        "lib/DNXCore50/System.Text.Encoding.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
5146
        "lib/netcore50/System.Text.Encoding.dll",
5147 5148
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5149
        "package/services/metadata/core-properties/8b20c3fbedce49c886e64cb77d78e77e.psmdcp",
5150 5151 5152 5153 5154 5155
        "ref/dotnet/System.Text.Encoding.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
5156 5157
        "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll",
        "System.Text.Encoding.nuspec"
5158 5159
      ]
    },
5160 5161
    "System.Text.Encoding.CodePages/4.0.1-beta-23401": {
      "sha512": "MWHWZmok7bOuSiQP9LeNMVunVRDdkoNAZNSVv+XvxvzhfRxCOzadA7NCKmvdHOHAxdwD86cdRufll6db2navhg==",
5162 5163 5164 5165 5166 5167 5168 5169
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5170
        "package/services/metadata/core-properties/5d754a736e41486d8ad5b40038f88e09.psmdcp",
5171 5172 5173 5174 5175 5176 5177 5178 5179
        "ref/dotnet/System.Text.Encoding.CodePages.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "runtime.json",
        "System.Text.Encoding.CodePages.nuspec"
      ]
    },
5180 5181
    "System.Text.Encoding.Extensions/4.0.11-beta-23401": {
      "sha512": "wz3FczztFHsuDF3SYJexFNUETSwvr/SBTkld/VixKsA9gMI8pXp8upo7sqHW0tDWB2v37VxLfnazc7EtpZWTSg==",
5182 5183
      "type": "Package",
      "files": [
5184
        "[Content_Types].xml",
5185 5186 5187 5188 5189
        "_rels/.rels",
        "lib/DNXCore50/System.Text.Encoding.Extensions.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
5190
        "lib/netcore50/System.Text.Encoding.Extensions.dll",
5191 5192
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5193
        "package/services/metadata/core-properties/a6e836e6a74948b0bd568dd65f4bcdad.psmdcp",
5194 5195 5196 5197 5198 5199
        "ref/dotnet/System.Text.Encoding.Extensions.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
5200 5201
        "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll",
        "System.Text.Encoding.Extensions.nuspec"
5202 5203
      ]
    },
5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235
    "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"
      ]
    },
5236 5237
    "System.Threading/4.0.11-beta-23401": {
      "sha512": "bLjIIr2gmhhBr2E4IP4YF3t4Iu6ByTgZnCOFAyV4iZjtsqTAx3jkL008bBn5CL0M8z/g0+S2bFcZzx6+8/Dk8w==",
5238 5239
      "type": "Package",
      "files": [
5240
        "[Content_Types].xml",
5241 5242 5243 5244 5245 5246
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5247
        "package/services/metadata/core-properties/d44961755382408e842398b7c75b6a5d.psmdcp",
5248 5249 5250 5251 5252 5253
        "ref/dotnet/System.Threading.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
5254 5255
        "runtime.json",
        "System.Threading.nuspec"
5256 5257 5258 5259 5260 5261
      ]
    },
    "System.Threading.Overlapped/4.0.0": {
      "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==",
      "type": "Package",
      "files": [
5262
        "[Content_Types].xml",
5263 5264 5265
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.Overlapped.dll",
        "lib/net46/System.Threading.Overlapped.dll",
5266 5267
        "lib/netcore50/System.Threading.Overlapped.dll",
        "package/services/metadata/core-properties/e9846a81e829434aafa4ae2e8c3517d7.psmdcp",
5268
        "ref/dotnet/de/System.Threading.Overlapped.xml",
5269
        "ref/dotnet/es/System.Threading.Overlapped.xml",
5270 5271 5272 5273 5274
        "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",
5275 5276
        "ref/dotnet/System.Threading.Overlapped.dll",
        "ref/dotnet/System.Threading.Overlapped.xml",
5277
        "ref/dotnet/zh-hans/System.Threading.Overlapped.xml",
5278
        "ref/dotnet/zh-hant/System.Threading.Overlapped.xml",
5279
        "ref/net46/System.Threading.Overlapped.dll",
5280
        "System.Threading.Overlapped.nuspec"
5281 5282
      ]
    },
5283 5284
    "System.Threading.Tasks/4.0.11-beta-23401": {
      "sha512": "/C3ubY9LwCQ5Vtko6GcxWTNJ+ZRxHaGwQueeyiu6sZzRzTDP6+HpeGhA/xqTrJVo4Ii6/nbwCiGGnRiTvYZsBg==",
5285 5286
      "type": "Package",
      "files": [
5287
        "[Content_Types].xml",
5288
        "_rels/.rels",
5289 5290 5291 5292 5293 5294 5295
        "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",
5296
        "lib/DNXCore50/System.Threading.Tasks.dll",
5297 5298 5299
        "lib/DNXCore50/System.Threading.Tasks.xml",
        "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml",
        "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml",
5300 5301 5302
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
5303 5304 5305 5306 5307 5308 5309
        "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",
5310
        "lib/netcore50/System.Threading.Tasks.dll",
5311 5312 5313
        "lib/netcore50/System.Threading.Tasks.xml",
        "lib/netcore50/zh-hans/System.Threading.Tasks.xml",
        "lib/netcore50/zh-hant/System.Threading.Tasks.xml",
5314 5315
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5316
        "package/services/metadata/core-properties/7a86e64c983f4dc6a4fc141bed9f06ee.psmdcp",
5317 5318 5319 5320 5321 5322
        "ref/dotnet/System.Threading.Tasks.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
5323 5324 5325 5326 5327 5328 5329
        "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",
5330
        "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll",
5331 5332 5333 5334 5335 5336
        "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"
      ]
    },
5337 5338
    "System.Threading.Tasks.Parallel/4.0.1-beta-23401": {
      "sha512": "2IwHo0Tgi26hTXmQhbO3f+TUqtiwOT1d+kfsvafpm3pj/HCSTpQn6cnmfSGVE6x7Js2EsZhAPcRXdkeOL1J2YA==",
5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/de/System.Threading.Tasks.Parallel.xml",
        "lib/dotnet/es/System.Threading.Tasks.Parallel.xml",
        "lib/dotnet/fr/System.Threading.Tasks.Parallel.xml",
        "lib/dotnet/it/System.Threading.Tasks.Parallel.xml",
        "lib/dotnet/ja/System.Threading.Tasks.Parallel.xml",
        "lib/dotnet/ko/System.Threading.Tasks.Parallel.xml",
        "lib/dotnet/ru/System.Threading.Tasks.Parallel.xml",
        "lib/dotnet/System.Threading.Tasks.Parallel.dll",
        "lib/dotnet/System.Threading.Tasks.Parallel.xml",
        "lib/dotnet/zh-hans/System.Threading.Tasks.Parallel.xml",
        "lib/dotnet/zh-hant/System.Threading.Tasks.Parallel.xml",
        "lib/net45/_._",
        "lib/netcore50/System.Threading.Tasks.Parallel.dll",
        "lib/netcore50/System.Threading.Tasks.Parallel.xml",
        "lib/win8/_._",
        "lib/wpa81/_._",
5359
        "package/services/metadata/core-properties/a8c3a36dc4fb4d21b97000ca29357568.psmdcp",
5360 5361 5362 5363 5364 5365 5366 5367
        "ref/dotnet/System.Threading.Tasks.Parallel.dll",
        "ref/net45/_._",
        "ref/netcore50/System.Threading.Tasks.Parallel.dll",
        "ref/win8/_._",
        "ref/wpa81/_._",
        "System.Threading.Tasks.Parallel.nuspec"
      ]
    },
5368 5369
    "System.Threading.Thread/4.0.0-beta-23401": {
      "sha512": "rkyJcFW7yT5BqvyNBbJRPeG9L4T0MBWeG+xfNjI/eJHf5Go217I+09GRK8GAkAmgYwVScVUmVtuLdD4pAUnFMA==",
5370 5371
      "type": "Package",
      "files": [
5372
        "[Content_Types].xml",
5373 5374 5375 5376
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.Thread.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
5377
        "lib/net46/System.Threading.Thread.dll",
5378 5379
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5380
        "package/services/metadata/core-properties/55c0b90b43944c28aad8c71cabad66a2.psmdcp",
5381 5382 5383
        "ref/dotnet/System.Threading.Thread.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
5384
        "ref/net46/System.Threading.Thread.dll",
5385 5386
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
5387
        "System.Threading.Thread.nuspec"
5388 5389
      ]
    },
5390 5391
    "System.Threading.ThreadPool/4.0.10-beta-23401": {
      "sha512": "uYRRB5hlSzSN2tQtqwTA+mkLBow0pQwxA7xvKQhB4FY+ooK3xYnwVRzXnKxf1D5o/uHKHz4HeMuBlvTv5JG4zg==",
5392 5393
      "type": "Package",
      "files": [
5394
        "[Content_Types].xml",
5395 5396 5397 5398
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.ThreadPool.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
5399
        "lib/net46/System.Threading.ThreadPool.dll",
5400 5401
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
5402
        "package/services/metadata/core-properties/c71bd1df9a524a8e92d5f8ac8996774c.psmdcp",
5403 5404 5405
        "ref/dotnet/System.Threading.ThreadPool.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
5406
        "ref/net46/System.Threading.ThreadPool.dll",
5407 5408
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
5409
        "System.Threading.ThreadPool.nuspec"
5410 5411
      ]
    },
5412 5413
    "System.Threading.Timer/4.0.1-beta-23401": {
      "sha512": "cXeNnGHqL0u+SUDlAeYarLySzWyCtaHYQ67U1M5jpNvxiiC1DbwW+gxypLb/rNTMlVWhGma95DekB128isngfg==",
5414 5415
      "type": "Package",
      "files": [
5416
        "[Content_Types].xml",
5417 5418 5419
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.Timer.dll",
        "lib/net451/_._",
5420
        "lib/netcore50/System.Threading.Timer.dll",
5421 5422
        "lib/win81/_._",
        "lib/wpa81/_._",
5423
        "package/services/metadata/core-properties/6de6549c1e6d4915812419b699330121.psmdcp",
5424 5425 5426
        "ref/dotnet/System.Threading.Timer.dll",
        "ref/net451/_._",
        "ref/netcore50/System.Threading.Timer.dll",
5427
        "ref/win81/_._",
5428
        "ref/wpa81/_._",
5429 5430
        "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll",
        "System.Threading.Timer.nuspec"
5431
      ]
5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464
    },
    "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"
      ]
    },
5465 5466
    "System.Xml.XDocument/4.0.11-beta-23401": {
      "sha512": "0nY985wbPDrExhx2se6fPsnzpF6a0WabU/SgPuEtpAW1UdgX7cUIAu6wtAXVbMw3GsOBt4sxyFI5ttJUs6Magg==",
5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486
      "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/_._",
5487
        "package/services/metadata/core-properties/dd825469853145499c651603cda1e93d.psmdcp",
5488 5489 5490 5491 5492 5493 5494 5495 5496
        "ref/dotnet/System.Xml.XDocument.dll",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "System.Xml.XDocument.nuspec"
      ]
    },
5497 5498
    "System.Xml.XmlDocument/4.0.1-beta-23401": {
      "sha512": "eMCUNSgru7Xv+LkjoEejYl5Vr6He3O9z/a3CQxbn6UpjQGg0HBvQMUMi04thYq8+WPtrTccuXdxuStzh2mOwlA==",
5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518
      "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/_._",
5519
        "package/services/metadata/core-properties/4bbcd0ba94e84a18889c7067ac13f7f4.psmdcp",
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562
        "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"
      ]
5563 5564 5565 5566
    }
  },
  "projectFileDependencyGroups": {
    "": [
5567 5568 5569 5570 5571
      "Microsoft.NETCore.Platforms >= 1.0.1-beta-23401",
      "Microsoft.NETCore.Runtime.CoreCLR >= 1.0.1-beta-23401",
      "Microsoft.NETCore.TestHost >= 1.0.0-beta-23401",
      "System.AppContext >= 4.0.1-beta-23401",
      "System.Collections >= 4.0.11-beta-23401",
5572
      "System.Collections.Immutable >= 1.1.36",
5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601
      "System.Console >= 4.0.0-beta-23401",
      "System.Diagnostics.Debug >= 4.0.11-beta-23401",
      "System.Diagnostics.FileVersionInfo >= 4.0.0-beta-23401",
      "System.Diagnostics.Process >= 4.1.0-beta-23401",
      "System.Diagnostics.Tools >= 4.0.1-beta-23401",
      "System.Dynamic.Runtime >= 4.0.11-beta-23401",
      "System.IO.FileSystem >= 4.0.1-beta-23401",
      "System.IO.Pipes >= 4.0.0-beta-23401",
      "System.Linq >= 4.0.1-beta-23401",
      "System.Private.Uri >= 4.0.1-beta-23401",
      "System.Reflection >= 4.1.0-beta-23401",
      "System.Reflection.Primitives >= 4.0.1-beta-23401",
      "System.Resources.ResourceManager >= 4.0.1-beta-23401",
      "System.Runtime >= 4.0.21-beta-23401",
      "System.Runtime.Extensions >= 4.0.11-beta-23401",
      "System.Runtime.Handles >= 4.0.1-beta-23401",
      "System.Runtime.InteropServices >= 4.0.21-beta-23401",
      "System.Runtime.Loader >= 4.0.0-beta-23401",
      "System.Runtime.Serialization.Json >= 4.0.1-beta-23401",
      "System.Security.Cryptography.Algorithms >= 4.0.0-beta-23401",
      "System.Text.Encoding >= 4.0.11-beta-23401",
      "System.Text.Encoding.CodePages >= 4.0.1-beta-23401",
      "System.Text.Encoding.Extensions >= 4.0.11-beta-23401",
      "System.Threading >= 4.0.11-beta-23401",
      "System.Threading.Tasks >= 4.0.11-beta-23401",
      "System.Threading.Tasks.Parallel >= 4.0.1-beta-23401",
      "System.Threading.Thread >= 4.0.0-beta-23401",
      "System.Xml.XDocument >= 4.0.11-beta-23401",
      "System.Xml.XmlDocument >= 4.0.1-beta-23401"
5602 5603 5604 5605
    ],
    "DNXCore,Version=v5.0": []
  }
}