Skip to content

Commit 1b725ba

Browse files
Merge pull request #198 from DustinCampbell/merge-master
Merge master into dev
2 parents d7e59ee + 70968ba commit 1b725ba

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

src/coreclr-debug/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ function createProjectJson(targetRuntime: string): any
332332
emitEntryPoint: true
333333
},
334334
dependencies: {
335-
"Microsoft.VisualStudio.clrdbg": "14.0.25208-preview-2924185",
335+
"Microsoft.VisualStudio.clrdbg": "14.0.25214-preview-2934931",
336336
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30401-preview-1",
337337
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20405-preview-1",
338338
"NETStandard.Library": "1.5.0-rc2-24008",

0 commit comments

Comments
 (0)