project.lock.json 51.2 KB
Newer Older
1 2 3 4 5 6 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
{
  "locked": false,
  "version": 1,
  "targets": {
    ".NETFramework,Version=v4.6": {
      "BasicUndo/0.9.3": {
        "compile": {
          "lib/net45/BasicUndo.dll": {}
        },
        "runtime": {
          "lib/net45/BasicUndo.dll": {}
        }
      },
      "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.1.0-beta1-20150824-02": {
        "compile": {
          "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll": {}
        },
        "runtime": {
          "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll": {}
        }
      },
      "Microsoft.Composition/1.0.27": {
        "compile": {
          "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll": {},
          "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll": {},
          "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll": {},
          "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll": {},
          "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll": {},
          "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll": {},
          "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll": {},
          "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll": {},
          "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll": {}
        }
      },
38
      "Microsoft.DiaSymReader/1.0.5.1": {
39
        "compile": {
40
          "lib/net20/Microsoft.DiaSymReader.dll": {}
41 42
        },
        "runtime": {
43
          "lib/net20/Microsoft.DiaSymReader.dll": {}
44 45
        }
      },
46
      "Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
47 48 49 50 51 52
      "Microsoft.NETCore.Portable.Compatibility/1.0.1-beta-23401": {
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
53 54 55 56 57 58
        }
      },
      "Microsoft.VisualBasic/10.0.0": {
        "frameworkAssemblies": [
          "Microsoft.VisualBasic"
        ],
59 60 61 62 63 64 65
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
        }
      },
66 67 68 69 70 71 72 73 74 75 76
      "Microsoft.VisualBasic/10.0.0": {
        "frameworkAssemblies": [
          "Microsoft.VisualBasic"
        ],
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
        }
      },
77 78 79 80 81 82 83 84
      "Moq/4.2.1402.2112": {
        "compile": {
          "lib/net40/Moq.dll": {}
        },
        "runtime": {
          "lib/net40/Moq.dll": {}
        }
      },
85 86 87 88 89 90 91 92 93 94 95 96 97 98
      "System.AppContext/4.0.0": {
        "dependencies": {
          "System.Runtime": "[4.0.0, )"
        },
        "frameworkAssemblies": [
          "mscorlib"
        ],
        "compile": {
          "ref/net46/System.AppContext.dll": {}
        },
        "runtime": {
          "lib/net46/System.AppContext.dll": {}
        }
      },
99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
      "System.Collections/4.0.10": {
        "compile": {
          "ref/net46/_._": {}
        },
        "runtime": {
          "lib/net46/_._": {}
        }
      },
      "System.Collections.Immutable/1.1.36": {
        "compile": {
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
        }
      },
115 116
      "System.Console/4.0.0-beta-23123": {
        "dependencies": {
117 118
          "System.IO": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
119 120 121 122 123 124 125 126 127 128 129
        },
        "frameworkAssemblies": [
          "mscorlib"
        ],
        "compile": {
          "ref/net46/System.Console.dll": {}
        },
        "runtime": {
          "lib/net46/System.Console.dll": {}
        }
      },
130 131 132 133 134 135 136 137
      "System.Diagnostics.Debug/4.0.10": {
        "compile": {
          "ref/net46/_._": {}
        },
        "runtime": {
          "lib/net46/_._": {}
        }
      },
138 139
      "System.Diagnostics.StackTrace/4.0.0": {
        "dependencies": {
140 141
          "System.Reflection": "[4.0.0, )",
          "System.Runtime": "[4.0.0, )"
142 143 144 145 146 147 148 149 150 151 152
        },
        "frameworkAssemblies": [
          "mscorlib"
        ],
        "compile": {
          "ref/net46/System.Diagnostics.StackTrace.dll": {}
        },
        "runtime": {
          "lib/net46/System.Diagnostics.StackTrace.dll": {}
        }
      },
153 154 155 156 157 158 159 160
      "System.Diagnostics.Tools/4.0.0": {
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
        }
      },
A
Andy Gocke 已提交
161
      "System.Globalization/4.0.10": {
162
        "compile": {
A
Andy Gocke 已提交
163
          "ref/net46/_._": {}
164 165
        },
        "runtime": {
A
Andy Gocke 已提交
166
          "lib/net46/_._": {}
167 168 169 170 171 172 173 174 175 176 177 178 179 180
        }
      },
      "System.IO/4.0.10": {
        "compile": {
          "ref/net46/_._": {}
        },
        "runtime": {
          "lib/net46/_._": {}
        }
      },
      "System.IO.FileSystem/4.0.0": {
        "dependencies": {
          "System.IO": "[4.0.0, )",
          "System.IO.FileSystem.Primitives": "[4.0.0, )",
181 182 183 184
          "System.Runtime": "[4.0.0, )",
          "System.Runtime.Handles": "[4.0.0, )",
          "System.Text.Encoding": "[4.0.0, )",
          "System.Threading.Tasks": "[4.0.0, )"
185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241
        },
        "frameworkAssemblies": [
          "mscorlib"
        ],
        "compile": {
          "ref/net46/System.IO.FileSystem.dll": {}
        },
        "runtime": {
          "lib/net46/System.IO.FileSystem.dll": {}
        }
      },
      "System.IO.FileSystem.Primitives/4.0.0": {
        "dependencies": {
          "System.Runtime": "[4.0.20, )"
        },
        "frameworkAssemblies": [
          "mscorlib"
        ],
        "compile": {
          "ref/net46/System.IO.FileSystem.Primitives.dll": {}
        },
        "runtime": {
          "lib/net46/System.IO.FileSystem.Primitives.dll": {}
        }
      },
      "System.Linq/4.0.0": {
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
        }
      },
      "System.Linq.Expressions/4.0.10": {
        "compile": {
          "ref/net46/_._": {}
        },
        "runtime": {
          "lib/net46/_._": {}
        }
      },
      "System.Reflection/4.0.10": {
        "compile": {
          "ref/net46/_._": {}
        },
        "runtime": {
          "lib/net46/_._": {}
        }
      },
      "System.Reflection.Extensions/4.0.0": {
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
        }
      },
A
Andy Gocke 已提交
242
      "System.Reflection.Metadata/1.1.0-alpha-00014": {
243
        "dependencies": {
A
Andy Gocke 已提交
244
          "System.Collections.Immutable": "[1.1.36, )"
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342
        },
        "compile": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        }
      },
      "System.Resources.ResourceManager/4.0.0": {
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
        }
      },
      "System.Runtime/4.0.20": {
        "compile": {
          "ref/net46/_._": {}
        },
        "runtime": {
          "lib/net46/_._": {}
        }
      },
      "System.Runtime.Extensions/4.0.10": {
        "compile": {
          "ref/net46/_._": {}
        },
        "runtime": {
          "lib/net46/_._": {}
        }
      },
      "System.Runtime.Handles/4.0.0": {
        "compile": {
          "ref/net46/_._": {}
        },
        "runtime": {
          "lib/net46/_._": {}
        }
      },
      "System.Runtime.InteropServices/4.0.20": {
        "compile": {
          "ref/net46/_._": {}
        },
        "runtime": {
          "lib/net46/_._": {}
        }
      },
      "System.Text.Encoding/4.0.0": {
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
        }
      },
      "System.Threading/4.0.10": {
        "compile": {
          "ref/net46/_._": {}
        },
        "runtime": {
          "lib/net46/_._": {}
        }
      },
      "System.Threading.Tasks/4.0.10": {
        "compile": {
          "ref/net46/_._": {}
        },
        "runtime": {
          "lib/net46/_._": {}
        }
      },
      "xunit/1.9.2": {
        "compile": {
          "lib/net20/xunit.dll": {}
        },
        "runtime": {
          "lib/net20/xunit.dll": {}
        }
      },
      "xunit.extensions/1.9.2": {
        "dependencies": {
          "xunit": "[1.9.2, 1.9.2]"
        },
        "compile": {
          "lib/net20/xunit.extensions.dll": {}
        },
        "runtime": {
          "lib/net20/xunit.extensions.dll": {}
        }
      }
    }
  },
  "libraries": {
    "BasicUndo/0.9.3": {
      "sha512": "AnnzwzYG/LRSOtUKXlJmnuQHa624kX9Snwmh5hfSuP66n98BnfrfvZ5qz5OUN0ag/xAbCok7sccVU/iXoR1dcQ==",
      "type": "Package",
      "files": [
343
        "[Content_Types].xml",
344 345 346
        "_rels/.rels",
        "BasicUndo.nuspec",
        "lib/net45/BasicUndo.dll",
347
        "package/services/metadata/core-properties/80b3be58a22e42e985aa3997dace46ad.psmdcp"
348 349 350 351 352 353
      ]
    },
    "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.1.0-beta1-20150824-02": {
      "sha512": "mQa72JIzSdIC7wOcW8vl1izgZ+GSeTRrYYpbPKPvrX/PeygTd4SRxord7PL+fTb1q3YjlwMBSqgJsDXVa99fUA==",
      "type": "Package",
      "files": [
354
        "[Content_Types].xml",
355 356
        "_rels/.rels",
        "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll",
357 358
        "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec",
        "package/services/metadata/core-properties/58b0e57bbbed434fb2c05b7ef3a926cc.psmdcp"
359 360 361 362 363 364
      ]
    },
    "Microsoft.Composition/1.0.27": {
      "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==",
      "type": "Package",
      "files": [
365
        "[Content_Types].xml",
366 367 368 369 370 371 372 373 374 375 376
        "_rels/.rels",
        "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML",
        "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml",
        "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML",
        "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML",
        "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML",
377 378 379
        "License-Stable.rtf",
        "Microsoft.Composition.nuspec",
        "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp"
380 381
      ]
    },
382 383
    "Microsoft.DiaSymReader/1.0.5.1": {
      "sha512": "s3ExUWlfkWt9cHcJQgrm4mS5Lfj91B6o2G9DD1zFA1/7aihXPL8W16Hyix+joyh8g3buxsxb0snwhPKQHb9ApA==",
384 385
      "type": "Package",
      "files": [
386
        "[Content_Types].xml",
387 388 389
        "_rels/.rels",
        "lib/net20/Microsoft.DiaSymReader.dll",
        "lib/net20/Microsoft.DiaSymReader.xml",
390 391
        "lib/portable-net45+win8/Microsoft.DiaSymReader.dll",
        "lib/portable-net45+win8/Microsoft.DiaSymReader.xml",
392
        "Microsoft.DiaSymReader.nuspec",
393 394 395 396 397 398 399 400 401 402 403 404 405
        "package/services/metadata/core-properties/4ff7fb1418cc465f82f38fc19097827f.psmdcp"
      ]
    },
    "Microsoft.DiaSymReader.Native/1.1.0-alpha2": {
      "sha512": "D9bGkcO1+s5c0jn4R/9BD3pw4gqyaFzC7XdlYBVDTqYMqVITMDpF8xxMXN0F3nZRl1dE54RGWp5k8GVAnMhpgQ==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "Microsoft.DiaSymReader.Native.nuspec",
        "package/services/metadata/core-properties/e2e1c0f9faac4ddb951a90d33184740b.psmdcp",
        "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll",
        "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll"
406 407
      ]
    },
408 409
    "Microsoft.NETCore.Portable.Compatibility/1.0.1-beta-23401": {
      "sha512": "q5wj+WWjvZ/GhT+Q42aub5rIcw45pEE/TvIfFBEgvxK2MTODxsDIKKSBHEdfJablXhfRZfY79YBdTbcfUzZqlA==",
410 411
      "type": "Package",
      "files": [
412
        "[Content_Types].xml",
413 414 415 416 417 418 419 420 421 422 423 424 425 426
        "_rels/.rels",
        "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll",
        "lib/dnxcore50/System.Core.dll",
        "lib/dnxcore50/System.dll",
        "lib/dnxcore50/System.Net.dll",
        "lib/dnxcore50/System.Numerics.dll",
        "lib/dnxcore50/System.Runtime.Serialization.dll",
        "lib/dnxcore50/System.ServiceModel.dll",
        "lib/dnxcore50/System.ServiceModel.Web.dll",
        "lib/dnxcore50/System.Windows.dll",
        "lib/dnxcore50/System.Xml.dll",
        "lib/dnxcore50/System.Xml.Linq.dll",
        "lib/dnxcore50/System.Xml.Serialization.dll",
        "lib/net45/_._",
427 428 429 430 431 432 433 434 435 436 437 438
        "lib/netcore50/System.ComponentModel.DataAnnotations.dll",
        "lib/netcore50/System.Core.dll",
        "lib/netcore50/System.dll",
        "lib/netcore50/System.Net.dll",
        "lib/netcore50/System.Numerics.dll",
        "lib/netcore50/System.Runtime.Serialization.dll",
        "lib/netcore50/System.ServiceModel.dll",
        "lib/netcore50/System.ServiceModel.Web.dll",
        "lib/netcore50/System.Windows.dll",
        "lib/netcore50/System.Xml.dll",
        "lib/netcore50/System.Xml.Linq.dll",
        "lib/netcore50/System.Xml.Serialization.dll",
439 440 441
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
442
        "Microsoft.NETCore.Portable.Compatibility.nuspec",
443
        "package/services/metadata/core-properties/850feb86a46b458c8a8875eb3bbc1591.psmdcp",
444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470
        "ref/dotnet/mscorlib.dll",
        "ref/dotnet/System.ComponentModel.DataAnnotations.dll",
        "ref/dotnet/System.Core.dll",
        "ref/dotnet/System.dll",
        "ref/dotnet/System.Net.dll",
        "ref/dotnet/System.Numerics.dll",
        "ref/dotnet/System.Runtime.Serialization.dll",
        "ref/dotnet/System.ServiceModel.dll",
        "ref/dotnet/System.ServiceModel.Web.dll",
        "ref/dotnet/System.Windows.dll",
        "ref/dotnet/System.Xml.dll",
        "ref/dotnet/System.Xml.Linq.dll",
        "ref/dotnet/System.Xml.Serialization.dll",
        "ref/net45/_._",
        "ref/netcore50/mscorlib.dll",
        "ref/netcore50/System.ComponentModel.DataAnnotations.dll",
        "ref/netcore50/System.Core.dll",
        "ref/netcore50/System.dll",
        "ref/netcore50/System.Net.dll",
        "ref/netcore50/System.Numerics.dll",
        "ref/netcore50/System.Runtime.Serialization.dll",
        "ref/netcore50/System.ServiceModel.dll",
        "ref/netcore50/System.ServiceModel.Web.dll",
        "ref/netcore50/System.Windows.dll",
        "ref/netcore50/System.Xml.dll",
        "ref/netcore50/System.Xml.Linq.dll",
        "ref/netcore50/System.Xml.Serialization.dll",
471
        "ref/win8/_._",
472 473
        "ref/wp80/_._",
        "ref/wpa81/_._",
474 475 476 477 478 479 480 481 482 483 484 485 486
        "runtimes/aot/lib/netcore50/mscorlib.dll",
        "runtimes/aot/lib/netcore50/System.ComponentModel.DataAnnotations.dll",
        "runtimes/aot/lib/netcore50/System.Core.dll",
        "runtimes/aot/lib/netcore50/System.dll",
        "runtimes/aot/lib/netcore50/System.Net.dll",
        "runtimes/aot/lib/netcore50/System.Numerics.dll",
        "runtimes/aot/lib/netcore50/System.Runtime.Serialization.dll",
        "runtimes/aot/lib/netcore50/System.ServiceModel.dll",
        "runtimes/aot/lib/netcore50/System.ServiceModel.Web.dll",
        "runtimes/aot/lib/netcore50/System.Windows.dll",
        "runtimes/aot/lib/netcore50/System.Xml.dll",
        "runtimes/aot/lib/netcore50/System.Xml.Linq.dll",
        "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll"
487 488
      ]
    },
489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519
    "Microsoft.VisualBasic/10.0.0": {
      "sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/Microsoft.VisualBasic.dll",
        "lib/net45/_._",
        "lib/netcore50/Microsoft.VisualBasic.dll",
        "lib/win8/_._",
        "lib/wpa81/_._",
        "Microsoft.VisualBasic.nuspec",
        "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp",
        "ref/dotnet/de/Microsoft.VisualBasic.xml",
        "ref/dotnet/es/Microsoft.VisualBasic.xml",
        "ref/dotnet/fr/Microsoft.VisualBasic.xml",
        "ref/dotnet/it/Microsoft.VisualBasic.xml",
        "ref/dotnet/ja/Microsoft.VisualBasic.xml",
        "ref/dotnet/ko/Microsoft.VisualBasic.xml",
        "ref/dotnet/Microsoft.VisualBasic.dll",
        "ref/dotnet/Microsoft.VisualBasic.xml",
        "ref/dotnet/ru/Microsoft.VisualBasic.xml",
        "ref/dotnet/zh-hans/Microsoft.VisualBasic.xml",
        "ref/dotnet/zh-hant/Microsoft.VisualBasic.xml",
        "ref/net45/_._",
        "ref/netcore50/Microsoft.VisualBasic.dll",
        "ref/netcore50/Microsoft.VisualBasic.xml",
        "ref/win8/_._",
        "ref/wpa81/_._"
      ]
    },
520 521 522 523
    "Moq/4.2.1402.2112": {
      "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==",
      "type": "Package",
      "files": [
524
        "[Content_Types].xml",
525 526 527 528 529 530 531
        "_rels/.rels",
        "lib/net35/Moq.dll",
        "lib/net35/Moq.xml",
        "lib/net40/Moq.dll",
        "lib/net40/Moq.xml",
        "lib/sl4/Moq.Silverlight.dll",
        "lib/sl4/Moq.Silverlight.xml",
532 533
        "Moq.nuspec",
        "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp"
534 535
      ]
    },
536 537 538 539
    "System.AppContext/4.0.0": {
      "sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==",
      "type": "Package",
      "files": [
540
        "[Content_Types].xml",
541 542 543 544
        "_rels/.rels",
        "lib/DNXCore50/System.AppContext.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
545 546
        "lib/net46/System.AppContext.dll",
        "lib/netcore50/System.AppContext.dll",
547 548
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
549
        "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp",
550
        "ref/dotnet/de/System.AppContext.xml",
551
        "ref/dotnet/es/System.AppContext.xml",
552 553 554 555 556
        "ref/dotnet/fr/System.AppContext.xml",
        "ref/dotnet/it/System.AppContext.xml",
        "ref/dotnet/ja/System.AppContext.xml",
        "ref/dotnet/ko/System.AppContext.xml",
        "ref/dotnet/ru/System.AppContext.xml",
557 558
        "ref/dotnet/System.AppContext.dll",
        "ref/dotnet/System.AppContext.xml",
559
        "ref/dotnet/zh-hans/System.AppContext.xml",
560
        "ref/dotnet/zh-hant/System.AppContext.xml",
561 562
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
563
        "ref/net46/System.AppContext.dll",
564 565
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
566
        "System.AppContext.nuspec"
567 568
      ]
    },
569 570 571 572
    "System.Collections/4.0.10": {
      "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==",
      "type": "Package",
      "files": [
573
        "[Content_Types].xml",
574 575 576 577 578
        "_rels/.rels",
        "lib/DNXCore50/System.Collections.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
579
        "lib/netcore50/System.Collections.dll",
580 581
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
582
        "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp",
583
        "ref/dotnet/de/System.Collections.xml",
584
        "ref/dotnet/es/System.Collections.xml",
585 586 587 588 589
        "ref/dotnet/fr/System.Collections.xml",
        "ref/dotnet/it/System.Collections.xml",
        "ref/dotnet/ja/System.Collections.xml",
        "ref/dotnet/ko/System.Collections.xml",
        "ref/dotnet/ru/System.Collections.xml",
590 591
        "ref/dotnet/System.Collections.dll",
        "ref/dotnet/System.Collections.xml",
592
        "ref/dotnet/zh-hans/System.Collections.xml",
593
        "ref/dotnet/zh-hant/System.Collections.xml",
594 595 596 597 598
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
599 600
        "runtimes/win8-aot/lib/netcore50/System.Collections.dll",
        "System.Collections.nuspec"
601 602 603 604 605 606
      ]
    },
    "System.Collections.Immutable/1.1.36": {
      "sha512": "MOlivTIeAIQPPMUPWIIoMCvZczjFRLYUWSYwqi1szu8QPyeIbsaPeI+hpXe1DzTxNwnRnmfYaoToi6kXIfSPNg==",
      "type": "Package",
      "files": [
607
        "[Content_Types].xml",
608 609 610
        "_rels/.rels",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
611
        "License-Stable.rtf",
612
        "package/services/metadata/core-properties/c8b7b781850445db852bd2d848380ca6.psmdcp",
613
        "System.Collections.Immutable.nuspec"
614 615
      ]
    },
616 617 618 619
    "System.Console/4.0.0-beta-23123": {
      "sha512": "fPglodP4GQV7HBBDhmCZaCD8fzBvhtHmBmiN/8yWiJz0NNnA55YUNBh3myvR2DP/6IOHJ75/tTRkvwdpX3BWXA==",
      "type": "Package",
      "files": [
620
        "[Content_Types].xml",
621 622 623 624
        "_rels/.rels",
        "lib/DNXCore50/System.Console.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
625
        "lib/net46/System.Console.dll",
626 627
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
628
        "package/services/metadata/core-properties/8d7a3fc8c6314a7b8e950ea4ca023405.psmdcp",
629
        "ref/dotnet/de/System.Console.xml",
630
        "ref/dotnet/es/System.Console.xml",
631 632 633 634 635
        "ref/dotnet/fr/System.Console.xml",
        "ref/dotnet/it/System.Console.xml",
        "ref/dotnet/ja/System.Console.xml",
        "ref/dotnet/ko/System.Console.xml",
        "ref/dotnet/ru/System.Console.xml",
636 637
        "ref/dotnet/System.Console.dll",
        "ref/dotnet/System.Console.xml",
638
        "ref/dotnet/zh-hans/System.Console.xml",
639
        "ref/dotnet/zh-hant/System.Console.xml",
640 641
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
642
        "ref/net46/System.Console.dll",
643 644
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
645
        "System.Console.nuspec"
646 647
      ]
    },
648 649 650 651
    "System.Diagnostics.Debug/4.0.10": {
      "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==",
      "type": "Package",
      "files": [
652
        "[Content_Types].xml",
653 654 655 656 657
        "_rels/.rels",
        "lib/DNXCore50/System.Diagnostics.Debug.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
658
        "lib/netcore50/System.Diagnostics.Debug.dll",
659 660
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
661
        "package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp",
662
        "ref/dotnet/de/System.Diagnostics.Debug.xml",
663
        "ref/dotnet/es/System.Diagnostics.Debug.xml",
664 665 666 667 668
        "ref/dotnet/fr/System.Diagnostics.Debug.xml",
        "ref/dotnet/it/System.Diagnostics.Debug.xml",
        "ref/dotnet/ja/System.Diagnostics.Debug.xml",
        "ref/dotnet/ko/System.Diagnostics.Debug.xml",
        "ref/dotnet/ru/System.Diagnostics.Debug.xml",
669 670
        "ref/dotnet/System.Diagnostics.Debug.dll",
        "ref/dotnet/System.Diagnostics.Debug.xml",
671
        "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml",
672
        "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml",
673 674 675 676 677
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
678 679
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll",
        "System.Diagnostics.Debug.nuspec"
680 681
      ]
    },
682 683 684 685
    "System.Diagnostics.StackTrace/4.0.0": {
      "sha512": "PItgenqpRiMqErvQONBlfDwctKpWVrcDSW5pppNZPJ6Bpiyz+KjsWoSiaqs5dt03HEbBTMNCrZb8KCkh7YfXmw==",
      "type": "Package",
      "files": [
686
        "[Content_Types].xml",
687 688 689 690
        "_rels/.rels",
        "lib/DNXCore50/System.Diagnostics.StackTrace.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
691 692
        "lib/net46/System.Diagnostics.StackTrace.dll",
        "lib/netcore50/System.Diagnostics.StackTrace.dll",
693 694
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
695
        "package/services/metadata/core-properties/5c7ca489a36944d895c628fced7e9107.psmdcp",
696
        "ref/dotnet/de/System.Diagnostics.StackTrace.xml",
697
        "ref/dotnet/es/System.Diagnostics.StackTrace.xml",
698 699 700 701 702
        "ref/dotnet/fr/System.Diagnostics.StackTrace.xml",
        "ref/dotnet/it/System.Diagnostics.StackTrace.xml",
        "ref/dotnet/ja/System.Diagnostics.StackTrace.xml",
        "ref/dotnet/ko/System.Diagnostics.StackTrace.xml",
        "ref/dotnet/ru/System.Diagnostics.StackTrace.xml",
703 704
        "ref/dotnet/System.Diagnostics.StackTrace.dll",
        "ref/dotnet/System.Diagnostics.StackTrace.xml",
705
        "ref/dotnet/zh-hans/System.Diagnostics.StackTrace.xml",
706
        "ref/dotnet/zh-hant/System.Diagnostics.StackTrace.xml",
707 708
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
709
        "ref/net46/System.Diagnostics.StackTrace.dll",
710 711
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
712 713
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll",
        "System.Diagnostics.StackTrace.nuspec"
714 715
      ]
    },
716 717 718 719
    "System.Diagnostics.Tools/4.0.0": {
      "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==",
      "type": "Package",
      "files": [
720
        "[Content_Types].xml",
721 722 723
        "_rels/.rels",
        "lib/DNXCore50/System.Diagnostics.Tools.dll",
        "lib/net45/_._",
724
        "lib/netcore50/System.Diagnostics.Tools.dll",
725 726 727
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
728
        "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp",
729
        "ref/dotnet/de/System.Diagnostics.Tools.xml",
730
        "ref/dotnet/es/System.Diagnostics.Tools.xml",
731 732 733 734 735
        "ref/dotnet/fr/System.Diagnostics.Tools.xml",
        "ref/dotnet/it/System.Diagnostics.Tools.xml",
        "ref/dotnet/ja/System.Diagnostics.Tools.xml",
        "ref/dotnet/ko/System.Diagnostics.Tools.xml",
        "ref/dotnet/ru/System.Diagnostics.Tools.xml",
736 737
        "ref/dotnet/System.Diagnostics.Tools.dll",
        "ref/dotnet/System.Diagnostics.Tools.xml",
738
        "ref/dotnet/zh-hans/System.Diagnostics.Tools.xml",
739
        "ref/dotnet/zh-hant/System.Diagnostics.Tools.xml",
740 741 742
        "ref/net45/_._",
        "ref/netcore50/System.Diagnostics.Tools.dll",
        "ref/netcore50/System.Diagnostics.Tools.xml",
743
        "ref/win8/_._",
744 745
        "ref/wp80/_._",
        "ref/wpa81/_._",
746 747
        "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll",
        "System.Diagnostics.Tools.nuspec"
748 749
      ]
    },
A
Andy Gocke 已提交
750 751
    "System.Globalization/4.0.10": {
      "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
752 753
      "type": "Package",
      "files": [
754
        "[Content_Types].xml",
755
        "_rels/.rels",
A
Andy Gocke 已提交
756
        "lib/DNXCore50/System.Globalization.dll",
757 758
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
A
Andy Gocke 已提交
759
        "lib/net46/_._",
760
        "lib/netcore50/System.Globalization.dll",
761 762
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
763
        "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp",
764
        "ref/dotnet/de/System.Globalization.xml",
765
        "ref/dotnet/es/System.Globalization.xml",
766 767 768 769 770
        "ref/dotnet/fr/System.Globalization.xml",
        "ref/dotnet/it/System.Globalization.xml",
        "ref/dotnet/ja/System.Globalization.xml",
        "ref/dotnet/ko/System.Globalization.xml",
        "ref/dotnet/ru/System.Globalization.xml",
771 772
        "ref/dotnet/System.Globalization.dll",
        "ref/dotnet/System.Globalization.xml",
773
        "ref/dotnet/zh-hans/System.Globalization.xml",
774
        "ref/dotnet/zh-hant/System.Globalization.xml",
A
Andy Gocke 已提交
775 776 777 778 779
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
780 781
        "runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
        "System.Globalization.nuspec"
782 783 784 785 786 787
      ]
    },
    "System.IO/4.0.10": {
      "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==",
      "type": "Package",
      "files": [
788
        "[Content_Types].xml",
789 790 791 792 793
        "_rels/.rels",
        "lib/DNXCore50/System.IO.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
794
        "lib/netcore50/System.IO.dll",
795 796
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
797
        "package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp",
798
        "ref/dotnet/de/System.IO.xml",
799
        "ref/dotnet/es/System.IO.xml",
800 801 802 803 804
        "ref/dotnet/fr/System.IO.xml",
        "ref/dotnet/it/System.IO.xml",
        "ref/dotnet/ja/System.IO.xml",
        "ref/dotnet/ko/System.IO.xml",
        "ref/dotnet/ru/System.IO.xml",
805 806
        "ref/dotnet/System.IO.dll",
        "ref/dotnet/System.IO.xml",
807
        "ref/dotnet/zh-hans/System.IO.xml",
808
        "ref/dotnet/zh-hant/System.IO.xml",
809 810 811 812 813
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
814 815
        "runtimes/win8-aot/lib/netcore50/System.IO.dll",
        "System.IO.nuspec"
816 817 818 819 820 821
      ]
    },
    "System.IO.FileSystem/4.0.0": {
      "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==",
      "type": "Package",
      "files": [
822
        "[Content_Types].xml",
823 824 825 826
        "_rels/.rels",
        "lib/DNXCore50/System.IO.FileSystem.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
827 828
        "lib/net46/System.IO.FileSystem.dll",
        "lib/netcore50/System.IO.FileSystem.dll",
829 830
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
831
        "package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp",
832
        "ref/dotnet/de/System.IO.FileSystem.xml",
833
        "ref/dotnet/es/System.IO.FileSystem.xml",
834 835 836 837 838
        "ref/dotnet/fr/System.IO.FileSystem.xml",
        "ref/dotnet/it/System.IO.FileSystem.xml",
        "ref/dotnet/ja/System.IO.FileSystem.xml",
        "ref/dotnet/ko/System.IO.FileSystem.xml",
        "ref/dotnet/ru/System.IO.FileSystem.xml",
839 840
        "ref/dotnet/System.IO.FileSystem.dll",
        "ref/dotnet/System.IO.FileSystem.xml",
841
        "ref/dotnet/zh-hans/System.IO.FileSystem.xml",
842
        "ref/dotnet/zh-hant/System.IO.FileSystem.xml",
843 844
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
845
        "ref/net46/System.IO.FileSystem.dll",
846 847
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
848
        "System.IO.FileSystem.nuspec"
849 850 851 852 853 854
      ]
    },
    "System.IO.FileSystem.Primitives/4.0.0": {
      "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==",
      "type": "Package",
      "files": [
855
        "[Content_Types].xml",
856 857 858 859
        "_rels/.rels",
        "lib/dotnet/System.IO.FileSystem.Primitives.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
860
        "lib/net46/System.IO.FileSystem.Primitives.dll",
861 862
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
863
        "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp",
864
        "ref/dotnet/de/System.IO.FileSystem.Primitives.xml",
865
        "ref/dotnet/es/System.IO.FileSystem.Primitives.xml",
866 867 868 869 870
        "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",
871 872
        "ref/dotnet/System.IO.FileSystem.Primitives.dll",
        "ref/dotnet/System.IO.FileSystem.Primitives.xml",
873
        "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml",
874
        "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml",
875 876
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
877
        "ref/net46/System.IO.FileSystem.Primitives.dll",
878 879
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
880
        "System.IO.FileSystem.Primitives.nuspec"
881 882 883 884 885 886
      ]
    },
    "System.Linq/4.0.0": {
      "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==",
      "type": "Package",
      "files": [
887
        "[Content_Types].xml",
888 889 890 891
        "_rels/.rels",
        "lib/dotnet/System.Linq.dll",
        "lib/net45/_._",
        "lib/netcore50/System.Linq.dll",
892
        "lib/win8/_._",
893 894
        "lib/wp80/_._",
        "lib/wpa81/_._",
895
        "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp",
896
        "ref/dotnet/de/System.Linq.xml",
897
        "ref/dotnet/es/System.Linq.xml",
898 899 900 901 902
        "ref/dotnet/fr/System.Linq.xml",
        "ref/dotnet/it/System.Linq.xml",
        "ref/dotnet/ja/System.Linq.xml",
        "ref/dotnet/ko/System.Linq.xml",
        "ref/dotnet/ru/System.Linq.xml",
903 904
        "ref/dotnet/System.Linq.dll",
        "ref/dotnet/System.Linq.xml",
905
        "ref/dotnet/zh-hans/System.Linq.xml",
906
        "ref/dotnet/zh-hant/System.Linq.xml",
907 908 909
        "ref/net45/_._",
        "ref/netcore50/System.Linq.dll",
        "ref/netcore50/System.Linq.xml",
910
        "ref/win8/_._",
911 912
        "ref/wp80/_._",
        "ref/wpa81/_._",
913
        "System.Linq.nuspec"
914 915 916 917 918 919
      ]
    },
    "System.Linq.Expressions/4.0.10": {
      "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==",
      "type": "Package",
      "files": [
920
        "[Content_Types].xml",
921 922 923 924 925
        "_rels/.rels",
        "lib/DNXCore50/System.Linq.Expressions.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
926
        "lib/netcore50/System.Linq.Expressions.dll",
927 928
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
929
        "package/services/metadata/core-properties/4e3c061f7c0a427fa5b65bd3d84e9bc3.psmdcp",
930
        "ref/dotnet/de/System.Linq.Expressions.xml",
931
        "ref/dotnet/es/System.Linq.Expressions.xml",
932 933 934 935 936
        "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",
937 938
        "ref/dotnet/System.Linq.Expressions.dll",
        "ref/dotnet/System.Linq.Expressions.xml",
939
        "ref/dotnet/zh-hans/System.Linq.Expressions.xml",
940
        "ref/dotnet/zh-hant/System.Linq.Expressions.xml",
941 942 943 944 945 946
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "runtime.json",
947 948
        "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll",
        "System.Linq.Expressions.nuspec"
949 950 951 952 953 954
      ]
    },
    "System.Reflection/4.0.10": {
      "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==",
      "type": "Package",
      "files": [
955
        "[Content_Types].xml",
956 957 958 959 960
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
961
        "lib/netcore50/System.Reflection.dll",
962 963
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
964
        "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp",
965
        "ref/dotnet/de/System.Reflection.xml",
966
        "ref/dotnet/es/System.Reflection.xml",
967 968 969 970 971
        "ref/dotnet/fr/System.Reflection.xml",
        "ref/dotnet/it/System.Reflection.xml",
        "ref/dotnet/ja/System.Reflection.xml",
        "ref/dotnet/ko/System.Reflection.xml",
        "ref/dotnet/ru/System.Reflection.xml",
972 973
        "ref/dotnet/System.Reflection.dll",
        "ref/dotnet/System.Reflection.xml",
974
        "ref/dotnet/zh-hans/System.Reflection.xml",
975
        "ref/dotnet/zh-hant/System.Reflection.xml",
976 977 978 979 980
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
981 982
        "runtimes/win8-aot/lib/netcore50/System.Reflection.dll",
        "System.Reflection.nuspec"
983 984 985 986 987 988
      ]
    },
    "System.Reflection.Extensions/4.0.0": {
      "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==",
      "type": "Package",
      "files": [
989
        "[Content_Types].xml",
990 991 992
        "_rels/.rels",
        "lib/DNXCore50/System.Reflection.Extensions.dll",
        "lib/net45/_._",
993
        "lib/netcore50/System.Reflection.Extensions.dll",
994 995 996
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
997
        "package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp",
998
        "ref/dotnet/de/System.Reflection.Extensions.xml",
999
        "ref/dotnet/es/System.Reflection.Extensions.xml",
1000 1001 1002 1003 1004
        "ref/dotnet/fr/System.Reflection.Extensions.xml",
        "ref/dotnet/it/System.Reflection.Extensions.xml",
        "ref/dotnet/ja/System.Reflection.Extensions.xml",
        "ref/dotnet/ko/System.Reflection.Extensions.xml",
        "ref/dotnet/ru/System.Reflection.Extensions.xml",
1005 1006
        "ref/dotnet/System.Reflection.Extensions.dll",
        "ref/dotnet/System.Reflection.Extensions.xml",
1007
        "ref/dotnet/zh-hans/System.Reflection.Extensions.xml",
1008
        "ref/dotnet/zh-hant/System.Reflection.Extensions.xml",
1009 1010 1011
        "ref/net45/_._",
        "ref/netcore50/System.Reflection.Extensions.dll",
        "ref/netcore50/System.Reflection.Extensions.xml",
1012
        "ref/win8/_._",
1013 1014
        "ref/wp80/_._",
        "ref/wpa81/_._",
1015 1016
        "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll",
        "System.Reflection.Extensions.nuspec"
1017 1018
      ]
    },
A
Andy Gocke 已提交
1019 1020
    "System.Reflection.Metadata/1.1.0-alpha-00014": {
      "sha512": "rVeIWjVoLQS0aNrGdzndZReskyfxu4EfO9BKqT5GJt0YfGtlsHB1aDPnjl4jIBDTr+WJC9YsnZg8S5sKT1X42g==",
1021 1022
      "type": "Package",
      "files": [
1023
        "[Content_Types].xml",
1024 1025 1026 1027
        "_rels/.rels",
        "lib/portable-net45+win8/System.Reflection.Metadata.dll",
        "lib/portable-net45+win8/System.Reflection.Metadata.pdb",
        "lib/portable-net45+win8/System.Reflection.Metadata.xml",
A
Andy Gocke 已提交
1028
        "package/services/metadata/core-properties/a48ecf967b1540bba8edfe9af3a99ea5.psmdcp",
1029
        "System.Reflection.Metadata.nuspec"
1030 1031 1032 1033 1034 1035
      ]
    },
    "System.Resources.ResourceManager/4.0.0": {
      "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==",
      "type": "Package",
      "files": [
1036
        "[Content_Types].xml",
1037 1038 1039
        "_rels/.rels",
        "lib/DNXCore50/System.Resources.ResourceManager.dll",
        "lib/net45/_._",
1040
        "lib/netcore50/System.Resources.ResourceManager.dll",
1041 1042 1043
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
1044
        "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp",
1045
        "ref/dotnet/de/System.Resources.ResourceManager.xml",
1046
        "ref/dotnet/es/System.Resources.ResourceManager.xml",
1047 1048 1049 1050 1051
        "ref/dotnet/fr/System.Resources.ResourceManager.xml",
        "ref/dotnet/it/System.Resources.ResourceManager.xml",
        "ref/dotnet/ja/System.Resources.ResourceManager.xml",
        "ref/dotnet/ko/System.Resources.ResourceManager.xml",
        "ref/dotnet/ru/System.Resources.ResourceManager.xml",
1052 1053
        "ref/dotnet/System.Resources.ResourceManager.dll",
        "ref/dotnet/System.Resources.ResourceManager.xml",
1054
        "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml",
1055
        "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml",
1056 1057 1058
        "ref/net45/_._",
        "ref/netcore50/System.Resources.ResourceManager.dll",
        "ref/netcore50/System.Resources.ResourceManager.xml",
1059
        "ref/win8/_._",
1060 1061
        "ref/wp80/_._",
        "ref/wpa81/_._",
1062 1063
        "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll",
        "System.Resources.ResourceManager.nuspec"
1064 1065 1066 1067 1068 1069
      ]
    },
    "System.Runtime/4.0.20": {
      "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==",
      "type": "Package",
      "files": [
1070
        "[Content_Types].xml",
1071 1072 1073 1074 1075
        "_rels/.rels",
        "lib/DNXCore50/System.Runtime.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
1076
        "lib/netcore50/System.Runtime.dll",
1077 1078
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
1079
        "package/services/metadata/core-properties/d1ded52f75da4446b1c962f9292aa3ef.psmdcp",
1080
        "ref/dotnet/de/System.Runtime.xml",
1081
        "ref/dotnet/es/System.Runtime.xml",
1082 1083 1084 1085 1086
        "ref/dotnet/fr/System.Runtime.xml",
        "ref/dotnet/it/System.Runtime.xml",
        "ref/dotnet/ja/System.Runtime.xml",
        "ref/dotnet/ko/System.Runtime.xml",
        "ref/dotnet/ru/System.Runtime.xml",
1087 1088
        "ref/dotnet/System.Runtime.dll",
        "ref/dotnet/System.Runtime.xml",
1089
        "ref/dotnet/zh-hans/System.Runtime.xml",
1090
        "ref/dotnet/zh-hant/System.Runtime.xml",
1091 1092 1093 1094 1095
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
1096 1097
        "runtimes/win8-aot/lib/netcore50/System.Runtime.dll",
        "System.Runtime.nuspec"
1098 1099 1100 1101 1102 1103
      ]
    },
    "System.Runtime.Extensions/4.0.10": {
      "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==",
      "type": "Package",
      "files": [
1104
        "[Content_Types].xml",
1105 1106 1107 1108 1109
        "_rels/.rels",
        "lib/DNXCore50/System.Runtime.Extensions.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
1110
        "lib/netcore50/System.Runtime.Extensions.dll",
1111 1112
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
1113
        "package/services/metadata/core-properties/c7fee76a13d04c7ea49fb1a24c184f37.psmdcp",
1114
        "ref/dotnet/de/System.Runtime.Extensions.xml",
1115
        "ref/dotnet/es/System.Runtime.Extensions.xml",
1116 1117 1118 1119 1120
        "ref/dotnet/fr/System.Runtime.Extensions.xml",
        "ref/dotnet/it/System.Runtime.Extensions.xml",
        "ref/dotnet/ja/System.Runtime.Extensions.xml",
        "ref/dotnet/ko/System.Runtime.Extensions.xml",
        "ref/dotnet/ru/System.Runtime.Extensions.xml",
1121 1122
        "ref/dotnet/System.Runtime.Extensions.dll",
        "ref/dotnet/System.Runtime.Extensions.xml",
1123
        "ref/dotnet/zh-hans/System.Runtime.Extensions.xml",
1124
        "ref/dotnet/zh-hant/System.Runtime.Extensions.xml",
1125 1126 1127 1128 1129
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
1130 1131
        "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll",
        "System.Runtime.Extensions.nuspec"
1132 1133 1134 1135 1136 1137
      ]
    },
    "System.Runtime.Handles/4.0.0": {
      "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==",
      "type": "Package",
      "files": [
1138
        "[Content_Types].xml",
1139 1140 1141 1142 1143
        "_rels/.rels",
        "lib/DNXCore50/System.Runtime.Handles.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
1144
        "lib/netcore50/System.Runtime.Handles.dll",
1145 1146
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
1147
        "package/services/metadata/core-properties/da57aa32ff2441d1acfe85bee4f101ab.psmdcp",
1148
        "ref/dotnet/de/System.Runtime.Handles.xml",
1149
        "ref/dotnet/es/System.Runtime.Handles.xml",
1150 1151 1152 1153 1154
        "ref/dotnet/fr/System.Runtime.Handles.xml",
        "ref/dotnet/it/System.Runtime.Handles.xml",
        "ref/dotnet/ja/System.Runtime.Handles.xml",
        "ref/dotnet/ko/System.Runtime.Handles.xml",
        "ref/dotnet/ru/System.Runtime.Handles.xml",
1155 1156
        "ref/dotnet/System.Runtime.Handles.dll",
        "ref/dotnet/System.Runtime.Handles.xml",
1157
        "ref/dotnet/zh-hans/System.Runtime.Handles.xml",
1158
        "ref/dotnet/zh-hant/System.Runtime.Handles.xml",
1159 1160 1161 1162 1163
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
1164 1165
        "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll",
        "System.Runtime.Handles.nuspec"
1166 1167 1168 1169 1170 1171
      ]
    },
    "System.Runtime.InteropServices/4.0.20": {
      "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==",
      "type": "Package",
      "files": [
1172
        "[Content_Types].xml",
1173 1174 1175 1176 1177
        "_rels/.rels",
        "lib/DNXCore50/System.Runtime.InteropServices.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
1178
        "lib/netcore50/System.Runtime.InteropServices.dll",
1179 1180
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
1181
        "package/services/metadata/core-properties/78e7f61876374acba2a95834f272d262.psmdcp",
1182
        "ref/dotnet/de/System.Runtime.InteropServices.xml",
1183
        "ref/dotnet/es/System.Runtime.InteropServices.xml",
1184 1185 1186 1187 1188
        "ref/dotnet/fr/System.Runtime.InteropServices.xml",
        "ref/dotnet/it/System.Runtime.InteropServices.xml",
        "ref/dotnet/ja/System.Runtime.InteropServices.xml",
        "ref/dotnet/ko/System.Runtime.InteropServices.xml",
        "ref/dotnet/ru/System.Runtime.InteropServices.xml",
1189 1190
        "ref/dotnet/System.Runtime.InteropServices.dll",
        "ref/dotnet/System.Runtime.InteropServices.xml",
1191
        "ref/dotnet/zh-hans/System.Runtime.InteropServices.xml",
1192
        "ref/dotnet/zh-hant/System.Runtime.InteropServices.xml",
1193 1194 1195 1196 1197
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
1198 1199
        "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll",
        "System.Runtime.InteropServices.nuspec"
1200 1201 1202 1203 1204 1205
      ]
    },
    "System.Text.Encoding/4.0.0": {
      "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==",
      "type": "Package",
      "files": [
1206
        "[Content_Types].xml",
1207 1208 1209
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
1210 1211
        "lib/net45/_._",
        "lib/win8/_._",
1212 1213 1214 1215
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
1216 1217
        "License.rtf",
        "package/services/metadata/core-properties/8740abce9d6a472db9f21ed43f2fb149.psmdcp",
1218
        "ref/dotnet/de/System.Text.Encoding.xml",
1219
        "ref/dotnet/es/System.Text.Encoding.xml",
1220 1221 1222 1223 1224
        "ref/dotnet/fr/System.Text.Encoding.xml",
        "ref/dotnet/it/System.Text.Encoding.xml",
        "ref/dotnet/ja/System.Text.Encoding.xml",
        "ref/dotnet/ko/System.Text.Encoding.xml",
        "ref/dotnet/ru/System.Text.Encoding.xml",
1225 1226
        "ref/dotnet/System.Text.Encoding.dll",
        "ref/dotnet/System.Text.Encoding.xml",
1227
        "ref/dotnet/zh-hans/System.Text.Encoding.xml",
1228 1229 1230 1231 1232
        "ref/dotnet/zh-hant/System.Text.Encoding.xml",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/de/System.Text.Encoding.xml",
1233
        "ref/netcore50/es/System.Text.Encoding.xml",
1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248
        "ref/netcore50/fr/System.Text.Encoding.xml",
        "ref/netcore50/it/System.Text.Encoding.xml",
        "ref/netcore50/ja/System.Text.Encoding.xml",
        "ref/netcore50/ko/System.Text.Encoding.xml",
        "ref/netcore50/ru/System.Text.Encoding.xml",
        "ref/netcore50/System.Text.Encoding.dll",
        "ref/netcore50/System.Text.Encoding.xml",
        "ref/netcore50/zh-hans/System.Text.Encoding.xml",
        "ref/netcore50/zh-hant/System.Text.Encoding.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "System.Text.Encoding.nuspec"
1249 1250 1251 1252 1253 1254
      ]
    },
    "System.Threading/4.0.10": {
      "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==",
      "type": "Package",
      "files": [
1255
        "[Content_Types].xml",
1256 1257 1258 1259 1260
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
1261
        "lib/netcore50/System.Threading.dll",
1262 1263
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
1264
        "package/services/metadata/core-properties/c17c3791d8fa4efbb8aded2ca8c71fbe.psmdcp",
1265
        "ref/dotnet/de/System.Threading.xml",
1266
        "ref/dotnet/es/System.Threading.xml",
1267 1268 1269 1270 1271
        "ref/dotnet/fr/System.Threading.xml",
        "ref/dotnet/it/System.Threading.xml",
        "ref/dotnet/ja/System.Threading.xml",
        "ref/dotnet/ko/System.Threading.xml",
        "ref/dotnet/ru/System.Threading.xml",
1272 1273
        "ref/dotnet/System.Threading.dll",
        "ref/dotnet/System.Threading.xml",
1274
        "ref/dotnet/zh-hans/System.Threading.xml",
1275
        "ref/dotnet/zh-hant/System.Threading.xml",
1276 1277 1278 1279 1280
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
1281 1282
        "runtimes/win8-aot/lib/netcore50/System.Threading.dll",
        "System.Threading.nuspec"
1283 1284 1285 1286 1287 1288
      ]
    },
    "System.Threading.Tasks/4.0.10": {
      "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==",
      "type": "Package",
      "files": [
1289
        "[Content_Types].xml",
1290 1291 1292 1293 1294
        "_rels/.rels",
        "lib/DNXCore50/System.Threading.Tasks.dll",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
1295
        "lib/netcore50/System.Threading.Tasks.dll",
1296 1297
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
1298
        "package/services/metadata/core-properties/a4ed35f8764a4b68bb39ec8d13b3e730.psmdcp",
1299
        "ref/dotnet/de/System.Threading.Tasks.xml",
1300
        "ref/dotnet/es/System.Threading.Tasks.xml",
1301 1302 1303 1304 1305
        "ref/dotnet/fr/System.Threading.Tasks.xml",
        "ref/dotnet/it/System.Threading.Tasks.xml",
        "ref/dotnet/ja/System.Threading.Tasks.xml",
        "ref/dotnet/ko/System.Threading.Tasks.xml",
        "ref/dotnet/ru/System.Threading.Tasks.xml",
1306 1307
        "ref/dotnet/System.Threading.Tasks.dll",
        "ref/dotnet/System.Threading.Tasks.xml",
1308
        "ref/dotnet/zh-hans/System.Threading.Tasks.xml",
1309
        "ref/dotnet/zh-hant/System.Threading.Tasks.xml",
1310 1311 1312 1313 1314
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
1315 1316
        "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll",
        "System.Threading.Tasks.nuspec"
1317 1318 1319 1320 1321 1322
      ]
    },
    "xunit/1.9.2": {
      "sha512": "c1wppJtYPUGPHVP9U1wjmfii4553MuQSXkAt8rudkXW+eUFJxOOfDvhBJ6S0YHHDMFEJwiMN770AT4Lno8EBpw==",
      "type": "Package",
      "files": [
1323
        "[Content_Types].xml",
1324 1325 1326 1327 1328 1329
        "_rels/.rels",
        "lib/net20/xunit.dll",
        "lib/net20/xunit.dll.tdnet",
        "lib/net20/xunit.runner.msbuild.dll",
        "lib/net20/xunit.runner.tdnet.dll",
        "lib/net20/xunit.runner.utility.dll",
1330
        "lib/net20/xunit.xml",
1331
        "package/services/metadata/core-properties/cb77589bcde944baab7b67d60ca583c7.psmdcp",
1332
        "xunit.nuspec"
1333 1334 1335 1336 1337 1338
      ]
    },
    "xunit.extensions/1.9.2": {
      "sha512": "DJqVmnziilQrW47PW9QMVyrc5hUlIiI3+2cHoAG6pE/bb/dr+IAewUD+rgIUZqwVcMmB+1KfPLHm7TLUB6dtJQ==",
      "type": "Package",
      "files": [
1339
        "[Content_Types].xml",
1340 1341 1342 1343
        "_rels/.rels",
        "lib/net20/xunit.extensions.dll",
        "lib/net20/xunit.extensions.xml",
        "package/services/metadata/core-properties/61bd1c5b04844965915b4c071be67794.psmdcp",
1344
        "xunit.extensions.nuspec"
1345 1346 1347 1348 1349 1350 1351 1352 1353
      ]
    }
  },
  "projectFileDependencyGroups": {
    "": [
      "Microsoft.CodeAnalysis.Test.Resources.Proprietary >= 1.1.0-beta1-20150824-02",
      "Moq >= 4.2.1402.2112",
      "System.Collections >= 4.0.10",
      "System.Diagnostics.Debug >= 4.0.10",
A
Andy Gocke 已提交
1354
      "System.Globalization >= 4.0.10",
1355 1356 1357 1358 1359 1360 1361 1362
      "System.Runtime >= 4.0.20",
      "System.Runtime.Extensions >= 4.0.10",
      "System.Threading >= 4.0.10",
      "xunit >= 1.9.2"
    ],
    ".NETFramework,Version=v4.6": []
  }
}