Skip to content

Commit b6ca745

Browse files
author
Cagri Aslan
committed
Update clrdbg package version
1 parent 8adca92 commit b6ca745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2.0",
4+
"version": "1.2.1",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

src/coreclr-debug/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class DebugInstaller
162162
emitEntryPoint: true
163163
},
164164
dependencies: {
165-
"Microsoft.VisualStudio.clrdbg": "14.0.25429-preview-3095034",
165+
"Microsoft.VisualStudio.clrdbg": "14.0.25430-preview-3098923",
166166
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30629-preview-1",
167167
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20628-preview-1",
168168
"NETStandard.Library": "1.6.0",

0 commit comments

Comments
 (0)