Skip to content

Commit 73ad57c

Browse files
committed
Update coreclr-debug packages for 1.3 release.
1 parent 0de2d8b commit 73ad57c

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.3.0-beta2",
4+
"version": "1.3.0-beta3",
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
@@ -162,9 +162,9 @@ export class DebugInstaller
162162
emitEntryPoint: true
163163
},
164164
dependencies: {
165-
"Microsoft.VisualStudio.clrdbg": "14.0.25504-preview-3105261",
166-
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30705-preview-1",
167-
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20705-preview-1",
165+
"Microsoft.VisualStudio.clrdbg": "14.0.25520-preview-3139256",
166+
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30715-preview-1",
167+
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20720-preview-1",
168168
"NETStandard.Library": "1.6.0",
169169
"Newtonsoft.Json": "7.0.1",
170170
"Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1",

0 commit comments

Comments
 (0)