Skip to content

Commit e7a4d92

Browse files
authored
Merge pull request #698 from chuckries/updateclrdbg
Update coreclr-debug package references
2 parents 3d85966 + c34b87b commit e7a4d92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.4.0-beta5",
4+
"version": "1.4.0-beta6",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

src/coreclr-debug/install.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ export class DebugInstaller {
212212
emitEntryPoint: true
213213
},
214214
dependencies: {
215-
"Microsoft.VisualStudio.clrdbg": "15.0.25528-preview-3157812",
216-
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30715-preview-1",
217-
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20720-preview-1",
215+
"Microsoft.VisualStudio.clrdbg": "15.0.25623-preview-3209250",
216+
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30822-preview-1",
217+
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20822-preview-1",
218218
"NETStandard.Library": "1.6.0",
219219
"Newtonsoft.Json": "7.0.1",
220220
"Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1",

0 commit comments

Comments
 (0)