From 184526ee5b692dd670afccd327997188b5ec18b9 Mon Sep 17 00:00:00 2001 From: Chuck Ries Date: Fri, 26 Aug 2016 13:33:39 -0700 Subject: [PATCH] update clrdbg package --- src/coreclr-debug/install.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr-debug/install.ts b/src/coreclr-debug/install.ts index 2b9ab59..ef5a4b7 100644 --- a/src/coreclr-debug/install.ts +++ b/src/coreclr-debug/install.ts @@ -211,7 +211,7 @@ export class DebugInstaller { emitEntryPoint: true }, dependencies: { - "Microsoft.VisualStudio.clrdbg": "15.0.25623-preview-3209250", + "Microsoft.VisualStudio.clrdbg": "15.0.25626-preview-3219185", "Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30822-preview-1", "Microsoft.VisualStudio.OpenDebugAD7": "1.0.20822-preview-1", "NETStandard.Library": "1.6.0",