Skip to content

Commit

Permalink
Update NetCoreDbg
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Sep 13, 2024
1 parent b110de0 commit 681ea03
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 @@ -422,7 +422,7 @@
{
"id": "Debugger",
"description": ".NET Core Debugger (Windows / x64)",
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.1.0-1031/netcoredbg-win64.zip",
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.1.1-1042/netcoredbg-win64.zip",
"installPath": ".debugger",
"platforms": [
"win32"
Expand All @@ -435,7 +435,7 @@
{
"id": "Debugger",
"description": ".NET Core Debugger (macOS / x64)",
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.1.0-1031/netcoredbg-osx-amd64.tar.gz",
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.1.1-1042/netcoredbg-osx-amd64.tar.gz",
"installPath": ".debugger",
"platforms": [
"darwin"
Expand All @@ -452,7 +452,7 @@
{
"id": "Debugger",
"description": ".NET Core Debugger (linux / ARM64)",
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.1.0-1031/netcoredbg-linux-arm64.tar.gz",
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.1.1-1042/netcoredbg-linux-arm64.tar.gz",
"installPath": ".debugger",
"platforms": [
"linux"
Expand All @@ -468,7 +468,7 @@
{
"id": "Debugger",
"description": ".NET Core Debugger (linux / x64)",
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.1.0-1031/netcoredbg-linux-amd64.tar.gz",
"url": "https://github.com/Samsung/netcoredbg/releases/download/3.1.1-1042/netcoredbg-linux-amd64.tar.gz",
"installPath": ".debugger",
"platforms": [
"linux",
Expand Down

0 comments on commit 681ea03

Please sign in to comment.