project.lock.json 27.3 KB
Newer Older
1 2 3 4 5
{
  "locked": false,
  "version": 1,
  "targets": {
    ".NETFramework,Version=v4.5": {
6
      "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": {
7 8 9 10 11 12 13
        "compile": {
          "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll": {}
        },
        "runtime": {
          "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll": {}
        }
      },
T
Tomas Matousek 已提交
14
      "Microsoft.DiaSymReader/1.0.7": {
15
        "compile": {
16
          "lib/net20/Microsoft.DiaSymReader.dll": {}
17 18
        },
        "runtime": {
19
          "lib/net20/Microsoft.DiaSymReader.dll": {}
20 21
        }
      },
T
Tomas Matousek 已提交
22
      "Microsoft.DiaSymReader.Native/1.3.3": {},
23
      "System.Collections/4.0.0": {
24
        "compile": {
25
          "ref/net45/_._": {}
26 27
        },
        "runtime": {
28 29 30
          "lib/net45/_._": {}
        }
      },
31 32
      "System.Collections.Immutable/1.1.37": {
        "dependencies": {
T
Tomas Matousek 已提交
33 34 35 36 37 38 39 40
          "System.Collections": "4.0.0",
          "System.Diagnostics.Debug": "4.0.0",
          "System.Globalization": "4.0.0",
          "System.Linq": "4.0.0",
          "System.Resources.ResourceManager": "4.0.0",
          "System.Runtime": "4.0.0",
          "System.Runtime.Extensions": "4.0.0",
          "System.Threading": "4.0.0"
41
        },
42
        "compile": {
43
          "lib/dotnet/System.Collections.Immutable.dll": {}
44 45
        },
        "runtime": {
46
          "lib/dotnet/System.Collections.Immutable.dll": {}
47 48 49 50 51 52 53 54 55 56
        }
      },
      "System.Diagnostics.Debug/4.0.0": {
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
        }
      },
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
      "System.Globalization/4.0.0": {
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
        }
      },
      "System.Linq/4.0.0": {
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
        }
      },
T
Tomas Matousek 已提交
73
      "System.Reflection.Metadata/1.2.0": {
74
        "dependencies": {
T
Tomas Matousek 已提交
75
          "System.Collections.Immutable": "1.1.37"
76 77
        },
        "compile": {
T
Tomas Matousek 已提交
78
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
79 80
        },
        "runtime": {
T
Tomas Matousek 已提交
81
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
82 83 84 85 86 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
        }
      },
      "System.Resources.ResourceManager/4.0.0": {
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
        }
      },
      "System.Runtime/4.0.0": {
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
        }
      },
      "System.Runtime.Extensions/4.0.0": {
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
        }
      },
      "System.Threading/4.0.0": {
        "compile": {
          "ref/net45/_._": {}
        },
        "runtime": {
          "lib/net45/_._": {}
114 115
        }
      },
T
Tanner Gooding 已提交
116
      "xunit/2.1.0": {
J
Jared Parsons 已提交
117
        "dependencies": {
T
Tomas Matousek 已提交
118 119
          "xunit.assert": "[2.1.0]",
          "xunit.core": "[2.1.0]"
J
Jared Parsons 已提交
120 121 122
        }
      },
      "xunit.abstractions/2.0.0": {
123
        "compile": {
J
Jared Parsons 已提交
124
          "lib/net35/xunit.abstractions.dll": {}
125 126
        },
        "runtime": {
J
Jared Parsons 已提交
127 128 129
          "lib/net35/xunit.abstractions.dll": {}
        }
      },
T
Tanner Gooding 已提交
130
      "xunit.assert/2.1.0": {
J
Jared Parsons 已提交
131 132 133 134 135 136 137
        "compile": {
          "lib/dotnet/xunit.assert.dll": {}
        },
        "runtime": {
          "lib/dotnet/xunit.assert.dll": {}
        }
      },
T
Tanner Gooding 已提交
138
      "xunit.core/2.1.0": {
J
Jared Parsons 已提交
139
        "dependencies": {
T
Tomas Matousek 已提交
140 141
          "xunit.extensibility.core": "[2.1.0]",
          "xunit.extensibility.execution": "[2.1.0]"
J
Jared Parsons 已提交
142 143
        }
      },
T
Tanner Gooding 已提交
144
      "xunit.extensibility.core/2.1.0": {
J
Jared Parsons 已提交
145
        "dependencies": {
T
Tomas Matousek 已提交
146
          "xunit.abstractions": "[2.0.0]"
J
Jared Parsons 已提交
147 148 149 150 151 152
        },
        "compile": {
          "lib/dotnet/xunit.core.dll": {}
        },
        "runtime": {
          "lib/dotnet/xunit.core.dll": {}
153
        }
T
Tanner Gooding 已提交
154 155 156
      },
      "xunit.extensibility.execution/2.1.0": {
        "dependencies": {
T
Tomas Matousek 已提交
157
          "xunit.extensibility.core": "[2.1.0]"
T
Tanner Gooding 已提交
158 159 160 161 162 163 164
        },
        "compile": {
          "lib/net45/xunit.execution.desktop.dll": {}
        },
        "runtime": {
          "lib/net45/xunit.execution.desktop.dll": {}
        }
165 166 167 168
      }
    }
  },
  "libraries": {
169 170
    "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": {
      "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==",
171 172
      "type": "Package",
      "files": [
T
Tomas Matousek 已提交
173
        "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec",
174
        "[Content_Types].xml",
175 176
        "_rels/.rels",
        "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll",
177
        "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp"
178 179
      ]
    },
T
Tomas Matousek 已提交
180 181
    "Microsoft.DiaSymReader/1.0.7": {
      "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==",
182 183
      "type": "Package",
      "files": [
T
Tomas Matousek 已提交
184
        "Microsoft.DiaSymReader.nuspec",
185
        "[Content_Types].xml",
186 187 188
        "_rels/.rels",
        "lib/net20/Microsoft.DiaSymReader.dll",
        "lib/net20/Microsoft.DiaSymReader.xml",
189 190
        "lib/portable-net45+win8/Microsoft.DiaSymReader.dll",
        "lib/portable-net45+win8/Microsoft.DiaSymReader.xml",
T
Tomas Matousek 已提交
191
        "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp"
192 193
      ]
    },
T
Tomas Matousek 已提交
194 195
    "Microsoft.DiaSymReader.Native/1.3.3": {
      "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==",
196 197
      "type": "Package",
      "files": [
T
Tomas Matousek 已提交
198
        "Microsoft.DiaSymReader.Native.nuspec",
199 200
        "[Content_Types].xml",
        "_rels/.rels",
T
Tomas Matousek 已提交
201
        "build/Microsoft.DiaSymReader.Native.props",
T
Tomas Matousek 已提交
202
        "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp",
T
Tomas Matousek 已提交
203 204
        "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll",
        "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll",
205
        "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll",
206 207
        "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll",
        "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll",
T
Tomas Matousek 已提交
208
        "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll"
209 210 211 212 213 214
      ]
    },
    "System.Collections/4.0.0": {
      "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==",
      "type": "Package",
      "files": [
T
Tomas Matousek 已提交
215 216
        "License.rtf",
        "System.Collections.nuspec",
217 218 219 220 221 222 223 224 225 226 227
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp",
T
Tomas Matousek 已提交
228 229 230 231
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/dotnet/System.Collections.dll",
        "ref/dotnet/System.Collections.xml",
232 233 234 235 236 237 238 239 240 241
        "ref/dotnet/de/System.Collections.xml",
        "ref/dotnet/es/System.Collections.xml",
        "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",
        "ref/dotnet/zh-hans/System.Collections.xml",
        "ref/dotnet/zh-hant/System.Collections.xml",
        "ref/net45/_._",
T
Tomas Matousek 已提交
242 243
        "ref/netcore50/System.Collections.dll",
        "ref/netcore50/System.Collections.xml",
244 245 246 247 248 249 250 251 252 253 254 255 256
        "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/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
T
Tomas Matousek 已提交
257
        "ref/xamarinmac20/_._"
258 259
      ]
    },
260 261
    "System.Collections.Immutable/1.1.37": {
      "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==",
262 263
      "type": "Package",
      "files": [
T
Tomas Matousek 已提交
264
        "System.Collections.Immutable.nuspec",
265
        "[Content_Types].xml",
266
        "_rels/.rels",
267 268
        "lib/dotnet/System.Collections.Immutable.dll",
        "lib/dotnet/System.Collections.Immutable.xml",
269 270
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
T
Tomas Matousek 已提交
271
        "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp"
272 273
      ]
    },
274 275 276 277
    "System.Diagnostics.Debug/4.0.0": {
      "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==",
      "type": "Package",
      "files": [
T
Tomas Matousek 已提交
278 279
        "License.rtf",
        "System.Diagnostics.Debug.nuspec",
280 281 282 283 284 285 286 287 288 289 290
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp",
T
Tomas Matousek 已提交
291 292 293 294
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/dotnet/System.Diagnostics.Debug.dll",
        "ref/dotnet/System.Diagnostics.Debug.xml",
295 296 297 298 299 300 301 302 303 304
        "ref/dotnet/de/System.Diagnostics.Debug.xml",
        "ref/dotnet/es/System.Diagnostics.Debug.xml",
        "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",
        "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml",
        "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml",
        "ref/net45/_._",
T
Tomas Matousek 已提交
305 306
        "ref/netcore50/System.Diagnostics.Debug.dll",
        "ref/netcore50/System.Diagnostics.Debug.xml",
307 308 309 310 311 312 313 314 315 316 317 318 319
        "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/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
T
Tomas Matousek 已提交
320
        "ref/xamarinmac20/_._"
321 322
      ]
    },
323 324 325 326
    "System.Globalization/4.0.0": {
      "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==",
      "type": "Package",
      "files": [
T
Tomas Matousek 已提交
327 328
        "License.rtf",
        "System.Globalization.nuspec",
329 330 331 332 333 334 335 336 337 338 339
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp",
T
Tomas Matousek 已提交
340 341 342 343
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/dotnet/System.Globalization.dll",
        "ref/dotnet/System.Globalization.xml",
344 345 346 347 348 349 350 351 352 353
        "ref/dotnet/de/System.Globalization.xml",
        "ref/dotnet/es/System.Globalization.xml",
        "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",
        "ref/dotnet/zh-hans/System.Globalization.xml",
        "ref/dotnet/zh-hant/System.Globalization.xml",
        "ref/net45/_._",
T
Tomas Matousek 已提交
354 355
        "ref/netcore50/System.Globalization.dll",
        "ref/netcore50/System.Globalization.xml",
356 357 358 359 360 361 362 363 364 365 366 367 368
        "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/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
T
Tomas Matousek 已提交
369
        "ref/xamarinmac20/_._"
370 371 372 373 374 375
      ]
    },
    "System.Linq/4.0.0": {
      "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==",
      "type": "Package",
      "files": [
T
Tomas Matousek 已提交
376
        "System.Linq.nuspec",
377 378 379 380 381 382 383 384 385
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/System.Linq.dll",
        "lib/net45/_._",
        "lib/netcore50/System.Linq.dll",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp",
T
Tomas Matousek 已提交
386 387
        "ref/dotnet/System.Linq.dll",
        "ref/dotnet/System.Linq.xml",
388 389 390 391 392 393 394 395 396 397 398 399 400 401
        "ref/dotnet/de/System.Linq.xml",
        "ref/dotnet/es/System.Linq.xml",
        "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",
        "ref/dotnet/zh-hans/System.Linq.xml",
        "ref/dotnet/zh-hant/System.Linq.xml",
        "ref/net45/_._",
        "ref/netcore50/System.Linq.dll",
        "ref/netcore50/System.Linq.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
T
Tomas Matousek 已提交
402
        "ref/wpa81/_._"
403 404
      ]
    },
T
Tomas Matousek 已提交
405 406 407
    "System.Reflection.Metadata/1.2.0": {
      "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==",
      "type": "package",
408
      "files": [
T
Tomas Matousek 已提交
409 410 411
        "System.Reflection.Metadata.1.2.0.nupkg.sha512",
        "System.Reflection.Metadata.nuspec",
        "ThirdPartyNotices.txt",
T
Tomas Matousek 已提交
412
        "dotnet_library_license.txt",
T
Tomas Matousek 已提交
413 414
        "lib/netstandard1.1/System.Reflection.Metadata.dll",
        "lib/netstandard1.1/System.Reflection.Metadata.xml",
415
        "lib/portable-net45+win8/System.Reflection.Metadata.dll",
T
Tomas Matousek 已提交
416
        "lib/portable-net45+win8/System.Reflection.Metadata.xml"
417 418
      ]
    },
419 420 421 422
    "System.Resources.ResourceManager/4.0.0": {
      "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==",
      "type": "Package",
      "files": [
T
Tomas Matousek 已提交
423
        "System.Resources.ResourceManager.nuspec",
424 425 426 427 428 429 430 431 432
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/DNXCore50/System.Resources.ResourceManager.dll",
        "lib/net45/_._",
        "lib/netcore50/System.Resources.ResourceManager.dll",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp",
T
Tomas Matousek 已提交
433 434
        "ref/dotnet/System.Resources.ResourceManager.dll",
        "ref/dotnet/System.Resources.ResourceManager.xml",
435 436 437 438 439 440 441 442 443 444 445 446 447 448 449
        "ref/dotnet/de/System.Resources.ResourceManager.xml",
        "ref/dotnet/es/System.Resources.ResourceManager.xml",
        "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",
        "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml",
        "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml",
        "ref/net45/_._",
        "ref/netcore50/System.Resources.ResourceManager.dll",
        "ref/netcore50/System.Resources.ResourceManager.xml",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
T
Tomas Matousek 已提交
450
        "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll"
451 452 453 454 455 456
      ]
    },
    "System.Runtime/4.0.0": {
      "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==",
      "type": "Package",
      "files": [
T
Tomas Matousek 已提交
457 458
        "License.rtf",
        "System.Runtime.nuspec",
459 460 461 462 463 464 465 466 467 468 469
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp",
T
Tomas Matousek 已提交
470 471 472 473
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/dotnet/System.Runtime.dll",
        "ref/dotnet/System.Runtime.xml",
474 475 476 477 478 479 480 481 482 483
        "ref/dotnet/de/System.Runtime.xml",
        "ref/dotnet/es/System.Runtime.xml",
        "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",
        "ref/dotnet/zh-hans/System.Runtime.xml",
        "ref/dotnet/zh-hant/System.Runtime.xml",
        "ref/net45/_._",
T
Tomas Matousek 已提交
484 485
        "ref/netcore50/System.Runtime.dll",
        "ref/netcore50/System.Runtime.xml",
486 487 488 489 490 491 492 493 494 495 496 497 498
        "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/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
T
Tomas Matousek 已提交
499
        "ref/xamarinmac20/_._"
500 501 502 503 504 505
      ]
    },
    "System.Runtime.Extensions/4.0.0": {
      "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==",
      "type": "Package",
      "files": [
T
Tomas Matousek 已提交
506 507
        "License.rtf",
        "System.Runtime.Extensions.nuspec",
508 509 510 511 512 513 514 515 516 517 518
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp",
T
Tomas Matousek 已提交
519 520 521 522
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/dotnet/System.Runtime.Extensions.dll",
        "ref/dotnet/System.Runtime.Extensions.xml",
523 524 525 526 527 528 529 530 531 532
        "ref/dotnet/de/System.Runtime.Extensions.xml",
        "ref/dotnet/es/System.Runtime.Extensions.xml",
        "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",
        "ref/dotnet/zh-hans/System.Runtime.Extensions.xml",
        "ref/dotnet/zh-hant/System.Runtime.Extensions.xml",
        "ref/net45/_._",
T
Tomas Matousek 已提交
533 534
        "ref/netcore50/System.Runtime.Extensions.dll",
        "ref/netcore50/System.Runtime.Extensions.xml",
535 536 537 538 539 540 541 542 543 544 545 546 547
        "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/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
T
Tomas Matousek 已提交
548
        "ref/xamarinmac20/_._"
549 550 551 552 553 554
      ]
    },
    "System.Threading/4.0.0": {
      "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==",
      "type": "Package",
      "files": [
T
Tomas Matousek 已提交
555 556
        "License.rtf",
        "System.Threading.nuspec",
557 558 559 560 561 562 563 564 565 566 567
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp",
T
Tomas Matousek 已提交
568 569 570 571
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/dotnet/System.Threading.dll",
        "ref/dotnet/System.Threading.xml",
572 573 574 575 576 577 578 579 580 581
        "ref/dotnet/de/System.Threading.xml",
        "ref/dotnet/es/System.Threading.xml",
        "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",
        "ref/dotnet/zh-hans/System.Threading.xml",
        "ref/dotnet/zh-hant/System.Threading.xml",
        "ref/net45/_._",
T
Tomas Matousek 已提交
582 583
        "ref/netcore50/System.Threading.dll",
        "ref/netcore50/System.Threading.xml",
584 585 586 587 588 589 590 591 592 593 594 595 596
        "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/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
T
Tomas Matousek 已提交
597
        "ref/xamarinmac20/_._"
598 599
      ]
    },
T
Tanner Gooding 已提交
600 601
    "xunit/2.1.0": {
      "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==",
602 603
      "type": "Package",
      "files": [
604
        "[Content_Types].xml",
605
        "_rels/.rels",
T
Tanner Gooding 已提交
606
        "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp",
607
        "xunit.nuspec"
608
      ]
J
Jared Parsons 已提交
609 610 611 612 613 614 615 616 617 618 619 620 621 622 623
    },
    "xunit.abstractions/2.0.0": {
      "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/net35/xunit.abstractions.dll",
        "lib/net35/xunit.abstractions.xml",
        "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll",
        "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml",
        "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp",
        "xunit.abstractions.nuspec"
      ]
    },
T
Tanner Gooding 已提交
624 625
    "xunit.assert/2.1.0": {
      "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==",
J
Jared Parsons 已提交
626 627 628 629 630 631 632
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/xunit.assert.dll",
        "lib/dotnet/xunit.assert.pdb",
        "lib/dotnet/xunit.assert.xml",
T
Tanner Gooding 已提交
633 634 635 636
        "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll",
        "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb",
        "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml",
        "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp",
J
Jared Parsons 已提交
637 638 639
        "xunit.assert.nuspec"
      ]
    },
T
Tanner Gooding 已提交
640 641
    "xunit.core/2.1.0": {
      "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==",
J
Jared Parsons 已提交
642 643 644 645
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
T
Tanner Gooding 已提交
646 647 648 649 650 651 652 653 654 655 656 657
        "build/_desktop/xunit.execution.desktop.dll",
        "build/dnx451/_._",
        "build/monoandroid/_._",
        "build/monotouch/_._",
        "build/net45/_._",
        "build/portable-net45+win8+wp8+wpa81/xunit.core.props",
        "build/win8/_._",
        "build/win81/xunit.core.props",
        "build/wp8/_._",
        "build/wpa81/xunit.core.props",
        "build/xamarinios/_._",
        "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp",
J
Jared Parsons 已提交
658 659 660
        "xunit.core.nuspec"
      ]
    },
T
Tanner Gooding 已提交
661 662
    "xunit.extensibility.core/2.1.0": {
      "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==",
J
Jared Parsons 已提交
663 664 665 666 667 668 669 670 671 672
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dotnet/xunit.core.dll",
        "lib/dotnet/xunit.core.dll.tdnet",
        "lib/dotnet/xunit.core.pdb",
        "lib/dotnet/xunit.core.xml",
        "lib/dotnet/xunit.runner.tdnet.dll",
        "lib/dotnet/xunit.runner.utility.desktop.dll",
T
Tanner Gooding 已提交
673 674 675 676 677 678 679
        "lib/portable-net45+win8+wp8+wpa81/xunit.core.dll",
        "lib/portable-net45+win8+wp8+wpa81/xunit.core.dll.tdnet",
        "lib/portable-net45+win8+wp8+wpa81/xunit.core.pdb",
        "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml",
        "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll",
        "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll",
        "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp",
J
Jared Parsons 已提交
680 681
        "xunit.extensibility.core.nuspec"
      ]
T
Tanner Gooding 已提交
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
    },
    "xunit.extensibility.execution/2.1.0": {
      "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "lib/dnx451/xunit.execution.dotnet.dll",
        "lib/dnx451/xunit.execution.dotnet.pdb",
        "lib/dnx451/xunit.execution.dotnet.xml",
        "lib/dotnet/xunit.execution.dotnet.dll",
        "lib/dotnet/xunit.execution.dotnet.pdb",
        "lib/dotnet/xunit.execution.dotnet.xml",
        "lib/monoandroid/xunit.execution.dotnet.dll",
        "lib/monoandroid/xunit.execution.dotnet.pdb",
        "lib/monoandroid/xunit.execution.dotnet.xml",
        "lib/monotouch/xunit.execution.dotnet.dll",
        "lib/monotouch/xunit.execution.dotnet.pdb",
        "lib/monotouch/xunit.execution.dotnet.xml",
        "lib/net45/xunit.execution.desktop.dll",
        "lib/net45/xunit.execution.desktop.pdb",
        "lib/net45/xunit.execution.desktop.xml",
        "lib/portable-net45+win8+wp8+wpa81/xunit.execution.dotnet.dll",
        "lib/portable-net45+win8+wp8+wpa81/xunit.execution.dotnet.pdb",
        "lib/portable-net45+win8+wp8+wpa81/xunit.execution.dotnet.xml",
        "lib/win8/xunit.execution.dotnet.dll",
        "lib/win8/xunit.execution.dotnet.pdb",
        "lib/win8/xunit.execution.dotnet.xml",
        "lib/wp8/xunit.execution.dotnet.dll",
        "lib/wp8/xunit.execution.dotnet.pdb",
        "lib/wp8/xunit.execution.dotnet.xml",
        "lib/wpa81/xunit.execution.dotnet.dll",
        "lib/wpa81/xunit.execution.dotnet.pdb",
        "lib/wpa81/xunit.execution.dotnet.xml",
        "lib/xamarinios/xunit.execution.dotnet.dll",
        "lib/xamarinios/xunit.execution.dotnet.pdb",
        "lib/xamarinios/xunit.execution.dotnet.xml",
        "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp",
        "xunit.extensibility.execution.nuspec"
      ]
722 723 724 725 726 727 728
    }
  },
  "projectFileDependencyGroups": {
    "": [],
    ".NETFramework,Version=v4.5": []
  }
}