From c34b87b5e7aaa3a461b67717e0ecb20af839989a Mon Sep 17 00:00:00 2001 From: Chuck Ries Date: Tue, 23 Aug 2016 10:00:30 -0700 Subject: [PATCH] Update coreclr-debug package references --- package.json | 2 +- src/coreclr-debug/install.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 318d170cc8..e8d5e19d38 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csharp", "publisher": "ms-vscode", - "version": "1.4.0-beta5", + "version": "1.4.0-beta6", "description": "C# for Visual Studio Code (powered by OmniSharp).", "displayName": "C#", "author": "Microsoft Corporation", diff --git a/src/coreclr-debug/install.ts b/src/coreclr-debug/install.ts index 321687ad32..07b978cc16 100644 --- a/src/coreclr-debug/install.ts +++ b/src/coreclr-debug/install.ts @@ -212,9 +212,9 @@ export class DebugInstaller { emitEntryPoint: true }, dependencies: { - "Microsoft.VisualStudio.clrdbg": "15.0.25528-preview-3157812", - "Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30715-preview-1", - "Microsoft.VisualStudio.OpenDebugAD7": "1.0.20720-preview-1", + "Microsoft.VisualStudio.clrdbg": "15.0.25623-preview-3209250", + "Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30822-preview-1", + "Microsoft.VisualStudio.OpenDebugAD7": "1.0.20822-preview-1", "NETStandard.Library": "1.6.0", "Newtonsoft.Json": "7.0.1", "Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1",