Skip to content

Commit

Permalink
Update netcoredbg to latest (#59)
Browse files Browse the repository at this point in the history
* Update netcoredbg to latest

* Update debugger to 3.0.0-1012

---------

Co-authored-by: Muhammad Sammy <[email protected]>
  • Loading branch information
pm4rcin and muhammadsammy authored Oct 24, 2023
1 parent 437d40f commit 1d66ccd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 1d66ccd

Please sign in to comment.