Skip to content

Commit 1ff45ec

Browse files
Update the debugger to 1-12-4 (#1658)
This updates the debugger packages to one that has the fix for issue 1655 (missing OSX .ni files).
1 parent c0eee5f commit 1ff45ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164
},
165165
{
166166
"description": ".NET Core Debugger (Windows / x64)",
167-
"url": "https://download.visualstudio.microsoft.com/download/pr/10950340/4d5e39c15f4229a200bc1956621758fe/coreclr-debug-win7-x64.zip",
168-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-3/coreclr-debug-win7-x64.zip",
167+
"url": "https://download.visualstudio.microsoft.com/download/pr/10966208/a75c00c88407dbc32ceaaa4e0c84f88d/coreclr-debug-win7-x64.zip",
168+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-4/coreclr-debug-win7-x64.zip",
169169
"installPath": ".debugger",
170170
"platforms": [
171171
"win32"
@@ -177,8 +177,8 @@
177177
},
178178
{
179179
"description": ".NET Core Debugger (macOS / x64)",
180-
"url": "https://download.visualstudio.microsoft.com/download/pr/10950340/4d5e39c15f4229a200bc1956621758fe/coreclr-debug-osx.10.11-x64.zip",
181-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-3/coreclr-debug-osx.10.11-x64.zip",
180+
"url": "https://download.visualstudio.microsoft.com/download/pr/10966208/a75c00c88407dbc32ceaaa4e0c84f88d/coreclr-debug-osx.10.11-x64.zip",
181+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-4/coreclr-debug-osx.10.11-x64.zip",
182182
"installPath": ".debugger",
183183
"platforms": [
184184
"darwin"
@@ -194,8 +194,8 @@
194194
},
195195
{
196196
"description": ".NET Core Debugger (linux / x64)",
197-
"url": "https://download.visualstudio.microsoft.com/download/pr/10950340/4d5e39c15f4229a200bc1956621758fe/coreclr-debug-linux-x64.zip",
198-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-3/coreclr-debug-linux-x64.zip",
197+
"url": "https://download.visualstudio.microsoft.com/download/pr/10966208/a75c00c88407dbc32ceaaa4e0c84f88d/coreclr-debug-linux-x64.zip",
198+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-4/coreclr-debug-linux-x64.zip",
199199
"installPath": ".debugger",
200200
"platforms": [
201201
"linux"

0 commit comments

Comments
 (0)