Skip to content

Commit b921e03

Browse files
committed
Upgrade NetCoreDbg to 3.1.0-1031
1 parent 078a742 commit b921e03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
{
455455
"id": "Debugger",
456456
"description": ".NET Core Debugger (Windows / x64)",
457-
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.0.0-1018/netcoredbg-win64.zip",
457+
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.1.0-1031/netcoredbg-win64.zip",
458458
"installPath": ".debugger",
459459
"platforms": [
460460
"win32"
@@ -467,7 +467,7 @@
467467
{
468468
"id": "Debugger",
469469
"description": ".NET Core Debugger (macOS / x64)",
470-
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.0.0-1018/netcoredbg-osx-amd64.tar.gz",
470+
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.1.0-1031/netcoredbg-osx-amd64.tar.gz",
471471
"installPath": ".debugger",
472472
"platforms": [
473473
"darwin"
@@ -484,7 +484,7 @@
484484
{
485485
"id": "Debugger",
486486
"description": ".NET Core Debugger (linux / ARM64)",
487-
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.0.0-1018/netcoredbg-linux-arm64.tar.gz",
487+
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.1.0-1031/netcoredbg-linux-arm64.tar.gz",
488488
"installPath": ".debugger",
489489
"platforms": [
490490
"linux"
@@ -500,7 +500,7 @@
500500
{
501501
"id": "Debugger",
502502
"description": ".NET Core Debugger (linux / x64)",
503-
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.0.0-1018/netcoredbg-linux-amd64.tar.gz",
503+
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.1.0-1031/netcoredbg-linux-amd64.tar.gz",
504504
"installPath": ".debugger",
505505
"platforms": [
506506
"linux",

0 commit comments

Comments
 (0)