From 1d66ccdff9fa54128ea2e0c35fa7a8a357700d6b Mon Sep 17 00:00:00 2001 From: pm4rcin <37148802+pm4rcin@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:50:32 +0000 Subject: [PATCH] Update netcoredbg to latest (#59) * Update netcoredbg to latest * Update debugger to 3.0.0-1012 --------- Co-authored-by: Muhammad Sammy --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 49c896a57..230d8b4a1 100644 --- a/package.json +++ b/package.json @@ -459,7 +459,7 @@ { "id": "Debugger", "description": ".NET Core Debugger (Windows / x64)", - "url": "https://github.com/Samsung/netcoredbg/releases/download/2.2.3-992/netcoredbg-win64.zip", + "url": "https://github.com/Samsung/netcoredbg/releases/download/3.0.0-1012/netcoredbg-win64.zip", "installPath": ".debugger", "platforms": [ "win32" @@ -472,7 +472,7 @@ { "id": "Debugger", "description": ".NET Core Debugger (macOS / x64)", - "url": "https://github.com/Samsung/netcoredbg/releases/download/2.2.3-992/netcoredbg-osx-amd64.tar.gz", + "url": "https://github.com/Samsung/netcoredbg/releases/download/3.0.0-1012/netcoredbg-osx-amd64.tar.gz", "installPath": ".debugger", "platforms": [ "darwin" @@ -489,7 +489,7 @@ { "id": "Debugger", "description": ".NET Core Debugger (linux / x64)", - "url": "https://github.com/Samsung/netcoredbg/releases/download/2.2.3-992/netcoredbg-linux-amd64.tar.gz", + "url": "https://github.com/Samsung/netcoredbg/releases/download/3.0.0-1012/netcoredbg-linux-amd64.tar.gz", "installPath": ".debugger", "platforms": [ "linux", @@ -506,7 +506,7 @@ { "id": "Debugger", "description": ".NET Core Debugger (linux / ARM64)", - "url": "https://github.com/Samsung/netcoredbg/releases/download/2.2.3-992/netcoredbg-linux-arm64.tar.gz", + "url": "https://github.com/Samsung/netcoredbg/releases/download/3.0.0-1012/netcoredbg-linux-arm64.tar.gz", "installPath": ".debugger", "platforms": [ "linux"