Skip to content

Commit

Permalink
Merge pull request #698 from chuckries/updateclrdbg
Browse files Browse the repository at this point in the history
Update coreclr-debug package references
  • Loading branch information
chuckries authored Aug 23, 2016
2 parents 3d85966 + c34b87b commit e7a4d92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/coreclr-debug/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e7a4d92

Please sign in to comment.