Skip to content

Commit 62f78ff

Browse files
Update Debugger to 2.90.0 (#8572)
This PR updates the debugger to the 2.90.0 version. This includes bug fixes as well as including a version of Microsoft.VisualStudio.Debugger.Metadata.dll that includes the `PortableInterop` definitions of IMetadataImport APIs (see microsoft/ConcordExtensibilitySamples#124 for more information).
1 parent 4c2ea65 commit 62f78ff

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
{
420420
"id": "Debugger",
421421
"description": ".NET Core Debugger (Windows / x64)",
422-
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-86-0/coreclr-debug-win7-x64.zip",
422+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-90-0/coreclr-debug-win7-x64.zip",
423423
"installPath": ".debugger/x86_64",
424424
"platforms": [
425425
"win32"
@@ -429,12 +429,12 @@
429429
"arm64"
430430
],
431431
"installTestPath": "./.debugger/x86_64/vsdbg-ui.exe",
432-
"integrity": "F181A56719DC6583DEE351DC48F3A3EECB7FD12ABAD4173FC5E9F3D36395E806"
432+
"integrity": "C25E19B3DBAE55DBBBD7384561E34064CDB92633A816FFB862E68635221A63EC"
433433
},
434434
{
435435
"id": "Debugger",
436436
"description": ".NET Core Debugger (Windows / ARM64)",
437-
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-86-0/coreclr-debug-win10-arm64.zip",
437+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-90-0/coreclr-debug-win10-arm64.zip",
438438
"installPath": ".debugger/arm64",
439439
"platforms": [
440440
"win32"
@@ -443,12 +443,12 @@
443443
"arm64"
444444
],
445445
"installTestPath": "./.debugger/arm64/vsdbg-ui.exe",
446-
"integrity": "0B8DBE9293B631EFE26A37A4DC5BA8A8E3EB5CAE921A1874AAC0D37DB648ABB1"
446+
"integrity": "F8F9DE062D0678CFF808B8BC9AADC59C7C39253B1249DE2F9CF3037163D8049F"
447447
},
448448
{
449449
"id": "Debugger",
450450
"description": ".NET Core Debugger (macOS / x64)",
451-
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-86-0/coreclr-debug-osx-x64.zip",
451+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-90-0/coreclr-debug-osx-x64.zip",
452452
"installPath": ".debugger/x86_64",
453453
"platforms": [
454454
"darwin"
@@ -462,12 +462,12 @@
462462
"./vsdbg"
463463
],
464464
"installTestPath": "./.debugger/x86_64/vsdbg-ui",
465-
"integrity": "EDEF8448DEA1FFC6B2D1B5E32E24F05E79F61631CE3E6D03D7B1B57410E54AA1"
465+
"integrity": "D1817389B6A1254BDDD8798AD866D6E1AC47740D05E138C060C387C0A53A7925"
466466
},
467467
{
468468
"id": "Debugger",
469469
"description": ".NET Core Debugger (macOS / arm64)",
470-
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-86-0/coreclr-debug-osx-arm64.zip",
470+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-90-0/coreclr-debug-osx-arm64.zip",
471471
"installPath": ".debugger/arm64",
472472
"platforms": [
473473
"darwin"
@@ -480,12 +480,12 @@
480480
"./vsdbg"
481481
],
482482
"installTestPath": "./.debugger/arm64/vsdbg-ui",
483-
"integrity": "745FBE904342DF1AF1B2DC009AABE678D770C5A30D2702F266FFD3FF777364E1"
483+
"integrity": "089C742676FD1627ECCF3AAF1643ECCFC654FCED9C0D1E803780CB9C2E1FE355"
484484
},
485485
{
486486
"id": "Debugger",
487487
"description": ".NET Core Debugger (linux / ARM)",
488-
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-86-0/coreclr-debug-linux-arm.zip",
488+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-90-0/coreclr-debug-linux-arm.zip",
489489
"installPath": ".debugger",
490490
"platforms": [
491491
"linux"
@@ -498,12 +498,12 @@
498498
"./vsdbg"
499499
],
500500
"installTestPath": "./.debugger/vsdbg-ui",
501-
"integrity": "17A127F74A557A47B5A1C4B2ED611E4E3F013D8517F9E1F1B4DFB626337146E3"
501+
"integrity": "64DF1D83556A3E33664122B10D94787AF10E54129362D6E8A63F8AA3B47035D3"
502502
},
503503
{
504504
"id": "Debugger",
505505
"description": ".NET Core Debugger (linux / ARM64)",
506-
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-86-0/coreclr-debug-linux-arm64.zip",
506+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-90-0/coreclr-debug-linux-arm64.zip",
507507
"installPath": ".debugger",
508508
"platforms": [
509509
"linux"
@@ -516,12 +516,12 @@
516516
"./vsdbg"
517517
],
518518
"installTestPath": "./.debugger/vsdbg-ui",
519-
"integrity": "4C6A2442DD754DE995B5945FF1784105956C39156F4C2D0A9D4432BC59311118"
519+
"integrity": "578A61AE844470B7D1814AA8A0A49E21069F68CA16F661648AF85F68DC08BC9D"
520520
},
521521
{
522522
"id": "Debugger",
523523
"description": ".NET Core Debugger (linux musl / x64)",
524-
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-86-0/coreclr-debug-linux-musl-x64.zip",
524+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-90-0/coreclr-debug-linux-musl-x64.zip",
525525
"installPath": ".debugger",
526526
"platforms": [
527527
"linux-musl"
@@ -534,12 +534,12 @@
534534
"./vsdbg"
535535
],
536536
"installTestPath": "./.debugger/vsdbg-ui",
537-
"integrity": "0041AE1ACEEF9240769C12F5A384484CE1120479BAC9F8310EED46757408337E"
537+
"integrity": "5636C90B08D2849C13E198036B467F73080694CC9D5BF7422B04EA25B27633F9"
538538
},
539539
{
540540
"id": "Debugger",
541541
"description": ".NET Core Debugger (linux musl / ARM64)",
542-
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-86-0/coreclr-debug-linux-musl-arm64.zip",
542+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-90-0/coreclr-debug-linux-musl-arm64.zip",
543543
"installPath": ".debugger",
544544
"platforms": [
545545
"linux-musl"
@@ -552,12 +552,12 @@
552552
"./vsdbg"
553553
],
554554
"installTestPath": "./.debugger/vsdbg-ui",
555-
"integrity": "C1D4A57E755323D87BA83721BEDEAD65D33F72EAD863A64EB7C1960203FEF81F"
555+
"integrity": "BF668378285B814949F39718D559D976C7ED0C1575A248370F282210AF513B2E"
556556
},
557557
{
558558
"id": "Debugger",
559559
"description": ".NET Core Debugger (linux / x64)",
560-
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-86-0/coreclr-debug-linux-x64.zip",
560+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-90-0/coreclr-debug-linux-x64.zip",
561561
"installPath": ".debugger",
562562
"platforms": [
563563
"linux"
@@ -570,7 +570,7 @@
570570
"./vsdbg"
571571
],
572572
"installTestPath": "./.debugger/vsdbg-ui",
573-
"integrity": "B948CAE3A8CB86A4831FCD3D2E2EE4BC7445C0C7914783F14001294E91056BA5"
573+
"integrity": "085CDC403578B24F8335BAFA1B7D62E48FFFEE80419DFA41C6D48D8DBADF95D7"
574574
},
575575
{
576576
"id": "RazorOmnisharp",
@@ -5636,4 +5636,4 @@
56365636
}
56375637
}
56385638
}
5639-
}
5639+
}

0 commit comments

Comments
 (0)