project.lock.json 44.2 KB
Newer Older
1 2 3 4 5
{
  "locked": false,
  "version": 1,
  "targets": {
    ".NETPortable,Version=v4.5,Profile=Profile7": {
N
Neal Gafter 已提交
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
      "System.Collections/4.0.11-rc3-24005-00": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc3-24005-00"
        },
        "compile": {
          "ref/netstandard1.0/System.Collections.dll": {}
        }
      },
      "System.Collections.Immutable/1.2.0-rc3-24005-00": {
        "dependencies": {
          "System.Collections": "4.0.11-rc3-24005-00",
          "System.Diagnostics.Debug": "4.0.11-rc3-24005-00",
          "System.Globalization": "4.0.11-rc3-24005-00",
          "System.Linq": "4.1.0-rc3-24005-00",
          "System.Resources.ResourceManager": "4.0.1-rc3-24005-00",
          "System.Runtime": "4.1.0-rc3-24005-00",
          "System.Runtime.Extensions": "4.1.0-rc3-24005-00",
          "System.Threading": "4.0.11-rc3-24005-00"
        },
25 26 27 28 29 30 31
        "compile": {
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
        }
      },
N
Neal Gafter 已提交
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
      "System.Diagnostics.Debug/4.0.11-rc3-24005-00": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc3-24005-00"
        },
        "compile": {
          "ref/netstandard1.0/System.Diagnostics.Debug.dll": {}
        }
      },
      "System.Globalization/4.0.11-rc3-24005-00": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc3-24005-00"
        },
        "compile": {
          "ref/netstandard1.0/System.Globalization.dll": {}
        }
      },
      "System.IO/4.1.0-rc3-24005-00": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc3-24005-00",
          "System.Text.Encoding": "4.0.11-rc3-24005-00",
          "System.Threading.Tasks": "4.0.11-rc3-24005-00"
        },
        "compile": {
          "ref/netstandard1.0/System.IO.dll": {}
        }
      },
      "System.Linq/4.1.0-rc3-24005-00": {
        "dependencies": {
          "System.Collections": "4.0.11-rc3-24005-00",
          "System.Runtime": "4.1.0-rc3-24005-00"
        },
        "compile": {
          "ref/netstandard1.0/System.Linq.dll": {}
        }
      },
      "System.Reflection/4.1.0-rc3-24005-00": {
        "dependencies": {
          "System.IO": "4.1.0-rc3-24005-00",
          "System.Reflection.Primitives": "4.0.1-rc3-24005-00",
          "System.Runtime": "4.1.0-rc3-24005-00"
        },
        "compile": {
          "ref/netstandard1.0/System.Reflection.dll": {}
        }
      },
      "System.Reflection.Metadata/1.3.0-rc3-24005-00": {
78
        "dependencies": {
79
          "System.Collections.Immutable": "1.1.37"
80 81 82 83 84 85 86
        },
        "compile": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        }
N
Neal Gafter 已提交
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
      },
      "System.Reflection.Primitives/4.0.1-rc3-24005-00": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc3-24005-00"
        },
        "compile": {
          "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
        }
      },
      "System.Resources.ResourceManager/4.0.1-rc3-24005-00": {
        "dependencies": {
          "System.Globalization": "4.0.11-rc3-24005-00",
          "System.Reflection": "4.1.0-rc3-24005-00",
          "System.Runtime": "4.1.0-rc3-24005-00"
        },
        "compile": {
          "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
        }
      },
      "System.Runtime/4.1.0-rc3-24005-00": {
        "compile": {
          "ref/netstandard1.0/System.Runtime.dll": {}
        }
      },
      "System.Runtime.Extensions/4.1.0-rc3-24005-00": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc3-24005-00"
        },
        "compile": {
          "ref/netstandard1.0/System.Runtime.Extensions.dll": {}
        }
      },
      "System.Text.Encoding/4.0.11-rc3-24005-00": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc3-24005-00"
        },
        "compile": {
          "ref/netstandard1.0/System.Text.Encoding.dll": {}
        }
      },
      "System.Threading/4.0.11-rc3-24005-00": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc3-24005-00",
          "System.Threading.Tasks": "4.0.11-rc3-24005-00"
        },
        "compile": {
          "ref/netstandard1.0/System.Threading.dll": {}
        }
      },
      "System.Threading.Tasks/4.0.11-rc3-24005-00": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc3-24005-00"
        },
        "compile": {
          "ref/netstandard1.0/System.Threading.Tasks.dll": {}
        }
143 144 145 146
      }
    }
  },
  "libraries": {
N
Neal Gafter 已提交
147 148
    "System.Collections/4.0.11-rc3-24005-00": {
      "sha512": "fIWIcqxeyKwoU/OCfMgeocGsGxLpM/w09v8R8CTTeHduJ1aXqe0CZYz7hnrwm+Nvy6bP7S0j5b8MqZxt7fyoJw==",
149
      "type": "package",
150
      "files": [
N
Neal Gafter 已提交
151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 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
        "System.Collections.4.0.11-rc3-24005-00.nupkg.sha512",
        "System.Collections.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Collections.dll",
        "ref/netcore50/System.Collections.xml",
        "ref/netcore50/de/System.Collections.xml",
        "ref/netcore50/es/System.Collections.xml",
        "ref/netcore50/fr/System.Collections.xml",
        "ref/netcore50/it/System.Collections.xml",
        "ref/netcore50/ja/System.Collections.xml",
        "ref/netcore50/ko/System.Collections.xml",
        "ref/netcore50/ru/System.Collections.xml",
        "ref/netcore50/zh-hans/System.Collections.xml",
        "ref/netcore50/zh-hant/System.Collections.xml",
        "ref/netstandard1.0/System.Collections.dll",
        "ref/netstandard1.0/System.Collections.xml",
        "ref/netstandard1.0/de/System.Collections.xml",
        "ref/netstandard1.0/es/System.Collections.xml",
        "ref/netstandard1.0/fr/System.Collections.xml",
        "ref/netstandard1.0/it/System.Collections.xml",
        "ref/netstandard1.0/ja/System.Collections.xml",
        "ref/netstandard1.0/ko/System.Collections.xml",
        "ref/netstandard1.0/ru/System.Collections.xml",
        "ref/netstandard1.0/zh-hans/System.Collections.xml",
        "ref/netstandard1.0/zh-hant/System.Collections.xml",
        "ref/netstandard1.3/System.Collections.dll",
        "ref/netstandard1.3/System.Collections.xml",
        "ref/netstandard1.3/de/System.Collections.xml",
        "ref/netstandard1.3/es/System.Collections.xml",
        "ref/netstandard1.3/fr/System.Collections.xml",
        "ref/netstandard1.3/it/System.Collections.xml",
        "ref/netstandard1.3/ja/System.Collections.xml",
        "ref/netstandard1.3/ko/System.Collections.xml",
        "ref/netstandard1.3/ru/System.Collections.xml",
        "ref/netstandard1.3/zh-hans/System.Collections.xml",
        "ref/netstandard1.3/zh-hant/System.Collections.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Collections.Immutable/1.2.0-rc3-24005-00": {
      "sha512": "LsE/7GYAcdkB/97bV4dUEFKv9UWC3eGVqZu/Ws5nVBU9aSO+SfvCEsmyRSqhTF6UCMppW3Cue0PuZdoN3GpLxA==",
      "type": "package",
      "files": [
        "System.Collections.Immutable.1.2.0-rc3-24005-00.nupkg.sha512",
215
        "System.Collections.Immutable.nuspec",
N
Neal Gafter 已提交
216 217 218 219
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/System.Collections.Immutable.dll",
        "lib/netstandard1.0/System.Collections.Immutable.xml",
220
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
221
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml"
222 223
      ]
    },
N
Neal Gafter 已提交
224 225
    "System.Diagnostics.Debug/4.0.11-rc3-24005-00": {
      "sha512": "HyzacAYHHrOB0hdi6hnRVPAYSbWMb/fvBWn4VrNwOGV35Zgf6g9Cu9rkopQ2WLYaZeoFTL6mnsWYnBIPRwf9gQ==",
226
      "type": "package",
227
      "files": [
N
Neal Gafter 已提交
228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 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 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 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 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 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 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573
        "System.Diagnostics.Debug.4.0.11-rc3-24005-00.nupkg.sha512",
        "System.Diagnostics.Debug.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Diagnostics.Debug.dll",
        "ref/netcore50/System.Diagnostics.Debug.xml",
        "ref/netcore50/de/System.Diagnostics.Debug.xml",
        "ref/netcore50/es/System.Diagnostics.Debug.xml",
        "ref/netcore50/fr/System.Diagnostics.Debug.xml",
        "ref/netcore50/it/System.Diagnostics.Debug.xml",
        "ref/netcore50/ja/System.Diagnostics.Debug.xml",
        "ref/netcore50/ko/System.Diagnostics.Debug.xml",
        "ref/netcore50/ru/System.Diagnostics.Debug.xml",
        "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
        "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/System.Diagnostics.Debug.dll",
        "ref/netstandard1.0/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/de/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/es/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/it/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/System.Diagnostics.Debug.dll",
        "ref/netstandard1.3/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/de/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/es/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/it/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Globalization/4.0.11-rc3-24005-00": {
      "sha512": "dzOArh1prE9VWh16bt1wQeivKm9rnplDsxSxLMX7jR/WOAolJLQrFjcyAp7BH6dfSgALJHg1nH4P0YDTlccjag==",
      "type": "package",
      "files": [
        "System.Globalization.4.0.11-rc3-24005-00.nupkg.sha512",
        "System.Globalization.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Globalization.dll",
        "ref/netcore50/System.Globalization.xml",
        "ref/netcore50/de/System.Globalization.xml",
        "ref/netcore50/es/System.Globalization.xml",
        "ref/netcore50/fr/System.Globalization.xml",
        "ref/netcore50/it/System.Globalization.xml",
        "ref/netcore50/ja/System.Globalization.xml",
        "ref/netcore50/ko/System.Globalization.xml",
        "ref/netcore50/ru/System.Globalization.xml",
        "ref/netcore50/zh-hans/System.Globalization.xml",
        "ref/netcore50/zh-hant/System.Globalization.xml",
        "ref/netstandard1.0/System.Globalization.dll",
        "ref/netstandard1.0/System.Globalization.xml",
        "ref/netstandard1.0/de/System.Globalization.xml",
        "ref/netstandard1.0/es/System.Globalization.xml",
        "ref/netstandard1.0/fr/System.Globalization.xml",
        "ref/netstandard1.0/it/System.Globalization.xml",
        "ref/netstandard1.0/ja/System.Globalization.xml",
        "ref/netstandard1.0/ko/System.Globalization.xml",
        "ref/netstandard1.0/ru/System.Globalization.xml",
        "ref/netstandard1.0/zh-hans/System.Globalization.xml",
        "ref/netstandard1.0/zh-hant/System.Globalization.xml",
        "ref/netstandard1.3/System.Globalization.dll",
        "ref/netstandard1.3/System.Globalization.xml",
        "ref/netstandard1.3/de/System.Globalization.xml",
        "ref/netstandard1.3/es/System.Globalization.xml",
        "ref/netstandard1.3/fr/System.Globalization.xml",
        "ref/netstandard1.3/it/System.Globalization.xml",
        "ref/netstandard1.3/ja/System.Globalization.xml",
        "ref/netstandard1.3/ko/System.Globalization.xml",
        "ref/netstandard1.3/ru/System.Globalization.xml",
        "ref/netstandard1.3/zh-hans/System.Globalization.xml",
        "ref/netstandard1.3/zh-hant/System.Globalization.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.IO/4.1.0-rc3-24005-00": {
      "sha512": "5WpaqiU7rx6PxWtY02NgYCL7yOIzZV4Bp6nKiPIcWemjUJep/OFh/9QnPb6FNIwpPqQ3rL7HkH8/4W+kCezR1w==",
      "type": "package",
      "files": [
        "System.IO.4.1.0-rc3-24005-00.nupkg.sha512",
        "System.IO.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net462/System.IO.dll",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net462/System.IO.dll",
        "ref/netcore50/System.IO.dll",
        "ref/netcore50/System.IO.xml",
        "ref/netcore50/de/System.IO.xml",
        "ref/netcore50/es/System.IO.xml",
        "ref/netcore50/fr/System.IO.xml",
        "ref/netcore50/it/System.IO.xml",
        "ref/netcore50/ja/System.IO.xml",
        "ref/netcore50/ko/System.IO.xml",
        "ref/netcore50/ru/System.IO.xml",
        "ref/netcore50/zh-hans/System.IO.xml",
        "ref/netcore50/zh-hant/System.IO.xml",
        "ref/netstandard1.0/System.IO.dll",
        "ref/netstandard1.0/System.IO.xml",
        "ref/netstandard1.0/de/System.IO.xml",
        "ref/netstandard1.0/es/System.IO.xml",
        "ref/netstandard1.0/fr/System.IO.xml",
        "ref/netstandard1.0/it/System.IO.xml",
        "ref/netstandard1.0/ja/System.IO.xml",
        "ref/netstandard1.0/ko/System.IO.xml",
        "ref/netstandard1.0/ru/System.IO.xml",
        "ref/netstandard1.0/zh-hans/System.IO.xml",
        "ref/netstandard1.0/zh-hant/System.IO.xml",
        "ref/netstandard1.3/System.IO.dll",
        "ref/netstandard1.3/System.IO.xml",
        "ref/netstandard1.3/de/System.IO.xml",
        "ref/netstandard1.3/es/System.IO.xml",
        "ref/netstandard1.3/fr/System.IO.xml",
        "ref/netstandard1.3/it/System.IO.xml",
        "ref/netstandard1.3/ja/System.IO.xml",
        "ref/netstandard1.3/ko/System.IO.xml",
        "ref/netstandard1.3/ru/System.IO.xml",
        "ref/netstandard1.3/zh-hans/System.IO.xml",
        "ref/netstandard1.3/zh-hant/System.IO.xml",
        "ref/netstandard1.5/System.IO.dll",
        "ref/netstandard1.5/System.IO.xml",
        "ref/netstandard1.5/de/System.IO.xml",
        "ref/netstandard1.5/es/System.IO.xml",
        "ref/netstandard1.5/fr/System.IO.xml",
        "ref/netstandard1.5/it/System.IO.xml",
        "ref/netstandard1.5/ja/System.IO.xml",
        "ref/netstandard1.5/ko/System.IO.xml",
        "ref/netstandard1.5/ru/System.IO.xml",
        "ref/netstandard1.5/zh-hans/System.IO.xml",
        "ref/netstandard1.5/zh-hant/System.IO.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Linq/4.1.0-rc3-24005-00": {
      "sha512": "TH9ybJKSiwzlyts7B7Cx6njcIWxDE1IlxOy9Otv2JYcQvpFs1kScquF2xibGuRt/3VMyd9OqxHuaAD2tN+zaOg==",
      "type": "package",
      "files": [
        "System.Linq.4.1.0-rc3-24005-00.nupkg.sha512",
        "System.Linq.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net462/System.Linq.dll",
        "lib/netcore50/System.Linq.dll",
        "lib/netstandard1.5/System.Linq.dll",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net462/System.Linq.dll",
        "ref/netcore50/System.Linq.dll",
        "ref/netcore50/System.Linq.xml",
        "ref/netcore50/de/System.Linq.xml",
        "ref/netcore50/es/System.Linq.xml",
        "ref/netcore50/fr/System.Linq.xml",
        "ref/netcore50/it/System.Linq.xml",
        "ref/netcore50/ja/System.Linq.xml",
        "ref/netcore50/ko/System.Linq.xml",
        "ref/netcore50/ru/System.Linq.xml",
        "ref/netcore50/zh-hans/System.Linq.xml",
        "ref/netcore50/zh-hant/System.Linq.xml",
        "ref/netstandard1.0/System.Linq.dll",
        "ref/netstandard1.0/System.Linq.xml",
        "ref/netstandard1.0/de/System.Linq.xml",
        "ref/netstandard1.0/es/System.Linq.xml",
        "ref/netstandard1.0/fr/System.Linq.xml",
        "ref/netstandard1.0/it/System.Linq.xml",
        "ref/netstandard1.0/ja/System.Linq.xml",
        "ref/netstandard1.0/ko/System.Linq.xml",
        "ref/netstandard1.0/ru/System.Linq.xml",
        "ref/netstandard1.0/zh-hans/System.Linq.xml",
        "ref/netstandard1.0/zh-hant/System.Linq.xml",
        "ref/netstandard1.5/System.Linq.dll",
        "ref/netstandard1.5/System.Linq.xml",
        "ref/netstandard1.5/de/System.Linq.xml",
        "ref/netstandard1.5/es/System.Linq.xml",
        "ref/netstandard1.5/fr/System.Linq.xml",
        "ref/netstandard1.5/it/System.Linq.xml",
        "ref/netstandard1.5/ja/System.Linq.xml",
        "ref/netstandard1.5/ko/System.Linq.xml",
        "ref/netstandard1.5/ru/System.Linq.xml",
        "ref/netstandard1.5/zh-hans/System.Linq.xml",
        "ref/netstandard1.5/zh-hant/System.Linq.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Reflection/4.1.0-rc3-24005-00": {
      "sha512": "XnoG90clsP0dx+Ylr3dbeztUb/EKwUtzn61fnLozDdI1gZ/kBczLnhvC8kEm1vk6Vysp7LsRkLDK4LooNXdr4A==",
      "type": "package",
      "files": [
        "System.Reflection.4.1.0-rc3-24005-00.nupkg.sha512",
        "System.Reflection.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net462/System.Reflection.dll",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net462/System.Reflection.dll",
        "ref/netcore50/System.Reflection.dll",
        "ref/netcore50/System.Reflection.xml",
        "ref/netcore50/de/System.Reflection.xml",
        "ref/netcore50/es/System.Reflection.xml",
        "ref/netcore50/fr/System.Reflection.xml",
        "ref/netcore50/it/System.Reflection.xml",
        "ref/netcore50/ja/System.Reflection.xml",
        "ref/netcore50/ko/System.Reflection.xml",
        "ref/netcore50/ru/System.Reflection.xml",
        "ref/netcore50/zh-hans/System.Reflection.xml",
        "ref/netcore50/zh-hant/System.Reflection.xml",
        "ref/netstandard1.0/System.Reflection.dll",
        "ref/netstandard1.0/System.Reflection.xml",
        "ref/netstandard1.0/de/System.Reflection.xml",
        "ref/netstandard1.0/es/System.Reflection.xml",
        "ref/netstandard1.0/fr/System.Reflection.xml",
        "ref/netstandard1.0/it/System.Reflection.xml",
        "ref/netstandard1.0/ja/System.Reflection.xml",
        "ref/netstandard1.0/ko/System.Reflection.xml",
        "ref/netstandard1.0/ru/System.Reflection.xml",
        "ref/netstandard1.0/zh-hans/System.Reflection.xml",
        "ref/netstandard1.0/zh-hant/System.Reflection.xml",
        "ref/netstandard1.3/System.Reflection.dll",
        "ref/netstandard1.3/System.Reflection.xml",
        "ref/netstandard1.3/de/System.Reflection.xml",
        "ref/netstandard1.3/es/System.Reflection.xml",
        "ref/netstandard1.3/fr/System.Reflection.xml",
        "ref/netstandard1.3/it/System.Reflection.xml",
        "ref/netstandard1.3/ja/System.Reflection.xml",
        "ref/netstandard1.3/ko/System.Reflection.xml",
        "ref/netstandard1.3/ru/System.Reflection.xml",
        "ref/netstandard1.3/zh-hans/System.Reflection.xml",
        "ref/netstandard1.3/zh-hant/System.Reflection.xml",
        "ref/netstandard1.5/System.Reflection.dll",
        "ref/netstandard1.5/System.Reflection.xml",
        "ref/netstandard1.5/de/System.Reflection.xml",
        "ref/netstandard1.5/es/System.Reflection.xml",
        "ref/netstandard1.5/fr/System.Reflection.xml",
        "ref/netstandard1.5/it/System.Reflection.xml",
        "ref/netstandard1.5/ja/System.Reflection.xml",
        "ref/netstandard1.5/ko/System.Reflection.xml",
        "ref/netstandard1.5/ru/System.Reflection.xml",
        "ref/netstandard1.5/zh-hans/System.Reflection.xml",
        "ref/netstandard1.5/zh-hant/System.Reflection.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Reflection.Metadata/1.3.0-rc3-24005-00": {
      "sha512": "KKb0cgnqefDCUY0oRFpqZFO1b/WO4mIleMHqiCVg4tR4/O8d8fevvmpLLyVWiJjFvZur4VIiuaWQypA7LeIvyQ==",
      "type": "package",
      "files": [
        "System.Reflection.Metadata.1.3.0-rc3-24005-00.nupkg.sha512",
574 575
        "System.Reflection.Metadata.nuspec",
        "ThirdPartyNotices.txt",
T
Tomas Matousek 已提交
576
        "dotnet_library_license.txt",
T
Tomas Matousek 已提交
577 578
        "lib/netstandard1.1/System.Reflection.Metadata.dll",
        "lib/netstandard1.1/System.Reflection.Metadata.xml",
579
        "lib/portable-net45+win8/System.Reflection.Metadata.dll",
580
        "lib/portable-net45+win8/System.Reflection.Metadata.xml"
581
      ]
N
Neal Gafter 已提交
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 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 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040
    },
    "System.Reflection.Primitives/4.0.1-rc3-24005-00": {
      "sha512": "Zj0x9oq29ZSGVaxR4BC0xMMXUHfNUMiBj5sy9rrgHUdUrt9ybYUssu4qAolLJ6CdztCnskIO7P7EJCzL3C0n/A==",
      "type": "package",
      "files": [
        "System.Reflection.Primitives.4.0.1-rc3-24005-00.nupkg.sha512",
        "System.Reflection.Primitives.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Reflection.Primitives.dll",
        "ref/netcore50/System.Reflection.Primitives.xml",
        "ref/netcore50/de/System.Reflection.Primitives.xml",
        "ref/netcore50/es/System.Reflection.Primitives.xml",
        "ref/netcore50/fr/System.Reflection.Primitives.xml",
        "ref/netcore50/it/System.Reflection.Primitives.xml",
        "ref/netcore50/ja/System.Reflection.Primitives.xml",
        "ref/netcore50/ko/System.Reflection.Primitives.xml",
        "ref/netcore50/ru/System.Reflection.Primitives.xml",
        "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
        "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/System.Reflection.Primitives.dll",
        "ref/netstandard1.0/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Resources.ResourceManager/4.0.1-rc3-24005-00": {
      "sha512": "KWt1dTobhMjqVHjoSyVjl/sTtEhc+FXQIjc0jWUwQPFG59aRWDdHEr60ZWdhxhkYh1tlZm+C4Y8e+fLhF8KxJw==",
      "type": "package",
      "files": [
        "System.Resources.ResourceManager.4.0.1-rc3-24005-00.nupkg.sha512",
        "System.Resources.ResourceManager.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Resources.ResourceManager.dll",
        "ref/netcore50/System.Resources.ResourceManager.xml",
        "ref/netcore50/de/System.Resources.ResourceManager.xml",
        "ref/netcore50/es/System.Resources.ResourceManager.xml",
        "ref/netcore50/fr/System.Resources.ResourceManager.xml",
        "ref/netcore50/it/System.Resources.ResourceManager.xml",
        "ref/netcore50/ja/System.Resources.ResourceManager.xml",
        "ref/netcore50/ko/System.Resources.ResourceManager.xml",
        "ref/netcore50/ru/System.Resources.ResourceManager.xml",
        "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
        "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/System.Resources.ResourceManager.dll",
        "ref/netstandard1.0/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Runtime/4.1.0-rc3-24005-00": {
      "sha512": "XIudH1hLzqPQ4qh53dpLM0GZ9dMobd52mNHhiHiFRtUU25FLxFhnEZ0Ykbzqsp7iBCK8uiq+duPAUoDr5ewd0g==",
      "type": "package",
      "files": [
        "System.Runtime.4.1.0-rc3-24005-00.nupkg.sha512",
        "System.Runtime.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net462/System.Runtime.dll",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net462/System.Runtime.dll",
        "ref/netcore50/System.Runtime.dll",
        "ref/netcore50/System.Runtime.xml",
        "ref/netcore50/de/System.Runtime.xml",
        "ref/netcore50/es/System.Runtime.xml",
        "ref/netcore50/fr/System.Runtime.xml",
        "ref/netcore50/it/System.Runtime.xml",
        "ref/netcore50/ja/System.Runtime.xml",
        "ref/netcore50/ko/System.Runtime.xml",
        "ref/netcore50/ru/System.Runtime.xml",
        "ref/netcore50/zh-hans/System.Runtime.xml",
        "ref/netcore50/zh-hant/System.Runtime.xml",
        "ref/netstandard1.0/System.Runtime.dll",
        "ref/netstandard1.0/System.Runtime.xml",
        "ref/netstandard1.0/de/System.Runtime.xml",
        "ref/netstandard1.0/es/System.Runtime.xml",
        "ref/netstandard1.0/fr/System.Runtime.xml",
        "ref/netstandard1.0/it/System.Runtime.xml",
        "ref/netstandard1.0/ja/System.Runtime.xml",
        "ref/netstandard1.0/ko/System.Runtime.xml",
        "ref/netstandard1.0/ru/System.Runtime.xml",
        "ref/netstandard1.0/zh-hans/System.Runtime.xml",
        "ref/netstandard1.0/zh-hant/System.Runtime.xml",
        "ref/netstandard1.2/System.Runtime.dll",
        "ref/netstandard1.2/System.Runtime.xml",
        "ref/netstandard1.2/de/System.Runtime.xml",
        "ref/netstandard1.2/es/System.Runtime.xml",
        "ref/netstandard1.2/fr/System.Runtime.xml",
        "ref/netstandard1.2/it/System.Runtime.xml",
        "ref/netstandard1.2/ja/System.Runtime.xml",
        "ref/netstandard1.2/ko/System.Runtime.xml",
        "ref/netstandard1.2/ru/System.Runtime.xml",
        "ref/netstandard1.2/zh-hans/System.Runtime.xml",
        "ref/netstandard1.2/zh-hant/System.Runtime.xml",
        "ref/netstandard1.3/System.Runtime.dll",
        "ref/netstandard1.3/System.Runtime.xml",
        "ref/netstandard1.3/de/System.Runtime.xml",
        "ref/netstandard1.3/es/System.Runtime.xml",
        "ref/netstandard1.3/fr/System.Runtime.xml",
        "ref/netstandard1.3/it/System.Runtime.xml",
        "ref/netstandard1.3/ja/System.Runtime.xml",
        "ref/netstandard1.3/ko/System.Runtime.xml",
        "ref/netstandard1.3/ru/System.Runtime.xml",
        "ref/netstandard1.3/zh-hans/System.Runtime.xml",
        "ref/netstandard1.3/zh-hant/System.Runtime.xml",
        "ref/netstandard1.5/System.Runtime.dll",
        "ref/netstandard1.5/System.Runtime.xml",
        "ref/netstandard1.5/de/System.Runtime.xml",
        "ref/netstandard1.5/es/System.Runtime.xml",
        "ref/netstandard1.5/fr/System.Runtime.xml",
        "ref/netstandard1.5/it/System.Runtime.xml",
        "ref/netstandard1.5/ja/System.Runtime.xml",
        "ref/netstandard1.5/ko/System.Runtime.xml",
        "ref/netstandard1.5/ru/System.Runtime.xml",
        "ref/netstandard1.5/zh-hans/System.Runtime.xml",
        "ref/netstandard1.5/zh-hant/System.Runtime.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Runtime.Extensions/4.1.0-rc3-24005-00": {
      "sha512": "6hQ35oHNBhMxXIIkqgWMb4a1F9hxqwyRgEpzYf7hm4TG/9TlpR4+P0Jqg28QucFKfdwVqAX8XtSI7Q8w6P3Fsg==",
      "type": "package",
      "files": [
        "System.Runtime.Extensions.4.1.0-rc3-24005-00.nupkg.sha512",
        "System.Runtime.Extensions.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net462/System.Runtime.Extensions.dll",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net462/System.Runtime.Extensions.dll",
        "ref/netcore50/System.Runtime.Extensions.dll",
        "ref/netcore50/System.Runtime.Extensions.xml",
        "ref/netcore50/de/System.Runtime.Extensions.xml",
        "ref/netcore50/es/System.Runtime.Extensions.xml",
        "ref/netcore50/fr/System.Runtime.Extensions.xml",
        "ref/netcore50/it/System.Runtime.Extensions.xml",
        "ref/netcore50/ja/System.Runtime.Extensions.xml",
        "ref/netcore50/ko/System.Runtime.Extensions.xml",
        "ref/netcore50/ru/System.Runtime.Extensions.xml",
        "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
        "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/System.Runtime.Extensions.dll",
        "ref/netstandard1.0/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/de/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/es/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/fr/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/it/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/ja/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/ko/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/ru/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/System.Runtime.Extensions.dll",
        "ref/netstandard1.3/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/de/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/es/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/fr/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/it/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/ja/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/ko/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/ru/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/System.Runtime.Extensions.dll",
        "ref/netstandard1.5/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/de/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/es/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/fr/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/it/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/ja/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/ko/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/ru/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Text.Encoding/4.0.11-rc3-24005-00": {
      "sha512": "0WiXqWKlnMn7iPnu3dKkpBZt60PW1ZXRpPe1I4urbALnhlwIgYY0wsK9/Cbe3dWPmQcnzINTBmk19hNg4siKaQ==",
      "type": "package",
      "files": [
        "System.Text.Encoding.4.0.11-rc3-24005-00.nupkg.sha512",
        "System.Text.Encoding.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Text.Encoding.dll",
        "ref/netcore50/System.Text.Encoding.xml",
        "ref/netcore50/de/System.Text.Encoding.xml",
        "ref/netcore50/es/System.Text.Encoding.xml",
        "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/zh-hans/System.Text.Encoding.xml",
        "ref/netcore50/zh-hant/System.Text.Encoding.xml",
        "ref/netstandard1.0/System.Text.Encoding.dll",
        "ref/netstandard1.0/System.Text.Encoding.xml",
        "ref/netstandard1.0/de/System.Text.Encoding.xml",
        "ref/netstandard1.0/es/System.Text.Encoding.xml",
        "ref/netstandard1.0/fr/System.Text.Encoding.xml",
        "ref/netstandard1.0/it/System.Text.Encoding.xml",
        "ref/netstandard1.0/ja/System.Text.Encoding.xml",
        "ref/netstandard1.0/ko/System.Text.Encoding.xml",
        "ref/netstandard1.0/ru/System.Text.Encoding.xml",
        "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
        "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
        "ref/netstandard1.3/System.Text.Encoding.dll",
        "ref/netstandard1.3/System.Text.Encoding.xml",
        "ref/netstandard1.3/de/System.Text.Encoding.xml",
        "ref/netstandard1.3/es/System.Text.Encoding.xml",
        "ref/netstandard1.3/fr/System.Text.Encoding.xml",
        "ref/netstandard1.3/it/System.Text.Encoding.xml",
        "ref/netstandard1.3/ja/System.Text.Encoding.xml",
        "ref/netstandard1.3/ko/System.Text.Encoding.xml",
        "ref/netstandard1.3/ru/System.Text.Encoding.xml",
        "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
        "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Threading/4.0.11-rc3-24005-00": {
      "sha512": "j0RUGWTIrTP7CZYiGih3k/9fiVHu9J0dPHWzyBTaDzPt4P0wvl1jeAoAXoHKcVW1RONNXLZg1/PubQgbOAVx4A==",
      "type": "package",
      "files": [
        "System.Threading.4.0.11-rc3-24005-00.nupkg.sha512",
        "System.Threading.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Threading.dll",
        "lib/netstandard1.3/System.Threading.dll",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Threading.dll",
        "ref/netcore50/System.Threading.xml",
        "ref/netcore50/de/System.Threading.xml",
        "ref/netcore50/es/System.Threading.xml",
        "ref/netcore50/fr/System.Threading.xml",
        "ref/netcore50/it/System.Threading.xml",
        "ref/netcore50/ja/System.Threading.xml",
        "ref/netcore50/ko/System.Threading.xml",
        "ref/netcore50/ru/System.Threading.xml",
        "ref/netcore50/zh-hans/System.Threading.xml",
        "ref/netcore50/zh-hant/System.Threading.xml",
        "ref/netstandard1.0/System.Threading.dll",
        "ref/netstandard1.0/System.Threading.xml",
        "ref/netstandard1.0/de/System.Threading.xml",
        "ref/netstandard1.0/es/System.Threading.xml",
        "ref/netstandard1.0/fr/System.Threading.xml",
        "ref/netstandard1.0/it/System.Threading.xml",
        "ref/netstandard1.0/ja/System.Threading.xml",
        "ref/netstandard1.0/ko/System.Threading.xml",
        "ref/netstandard1.0/ru/System.Threading.xml",
        "ref/netstandard1.0/zh-hans/System.Threading.xml",
        "ref/netstandard1.0/zh-hant/System.Threading.xml",
        "ref/netstandard1.3/System.Threading.dll",
        "ref/netstandard1.3/System.Threading.xml",
        "ref/netstandard1.3/de/System.Threading.xml",
        "ref/netstandard1.3/es/System.Threading.xml",
        "ref/netstandard1.3/fr/System.Threading.xml",
        "ref/netstandard1.3/it/System.Threading.xml",
        "ref/netstandard1.3/ja/System.Threading.xml",
        "ref/netstandard1.3/ko/System.Threading.xml",
        "ref/netstandard1.3/ru/System.Threading.xml",
        "ref/netstandard1.3/zh-hans/System.Threading.xml",
        "ref/netstandard1.3/zh-hant/System.Threading.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/aot/lib/netcore50/System.Threading.dll"
      ]
    },
    "System.Threading.Tasks/4.0.11-rc3-24005-00": {
      "sha512": "cjjoXR3PSLPF1K1Ybtx39RZVpuIVhooEjvHFZIg7LXNXLhQf1WAmgKZzGpv/m/XyiN5Cn0yaCd1rwqVl8IH1jg==",
      "type": "package",
      "files": [
        "System.Threading.Tasks.4.0.11-rc3-24005-00.nupkg.sha512",
        "System.Threading.Tasks.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Threading.Tasks.dll",
        "ref/netcore50/System.Threading.Tasks.xml",
        "ref/netcore50/de/System.Threading.Tasks.xml",
        "ref/netcore50/es/System.Threading.Tasks.xml",
        "ref/netcore50/fr/System.Threading.Tasks.xml",
        "ref/netcore50/it/System.Threading.Tasks.xml",
        "ref/netcore50/ja/System.Threading.Tasks.xml",
        "ref/netcore50/ko/System.Threading.Tasks.xml",
        "ref/netcore50/ru/System.Threading.Tasks.xml",
        "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
        "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
        "ref/netstandard1.0/System.Threading.Tasks.dll",
        "ref/netstandard1.0/System.Threading.Tasks.xml",
        "ref/netstandard1.0/de/System.Threading.Tasks.xml",
        "ref/netstandard1.0/es/System.Threading.Tasks.xml",
        "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
        "ref/netstandard1.0/it/System.Threading.Tasks.xml",
        "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
        "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
        "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
        "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
        "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
        "ref/netstandard1.3/System.Threading.Tasks.dll",
        "ref/netstandard1.3/System.Threading.Tasks.xml",
        "ref/netstandard1.3/de/System.Threading.Tasks.xml",
        "ref/netstandard1.3/es/System.Threading.Tasks.xml",
        "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
        "ref/netstandard1.3/it/System.Threading.Tasks.xml",
        "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
        "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
        "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
        "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
        "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
1041 1042 1043 1044 1045 1046 1047
    }
  },
  "projectFileDependencyGroups": {
    "": [],
    ".NETPortable,Version=v4.5,Profile=Profile7": []
  }
}