Skip to content

Commit

Permalink
Merge pull request #51 from chuckries/dev
Browse files Browse the repository at this point in the history
Update project.json for coreclr-debug
  • Loading branch information
DustinCampbell committed Mar 1, 2016
2 parents b1d17b6 + 50dc111 commit 3945585
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions coreclr-debug/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.VisualStudio.clrdbg": "14.0.25025-preview-2839567",
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30225-preview-2",
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20225-preview-2",
"NETStandard.Library": "1.0.0-rc3-23819",
"Microsoft.VisualStudio.clrdbg": "14.0.25101-preview-2847931",
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30301-preview-1",
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20301-preview-1",
"NETStandard.Library": "1.0.0-rc3-23829",
"Newtonsoft.Json": "7.0.1",
"Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1",
"System.Collections.Specialized": "4.0.1-rc3-23819",
"System.Collections.Immutable": "1.2.0-rc3-23819",
"System.Diagnostics.Process" : "4.1.0-rc3-23819",
"System.Diagnostics.StackTrace": "4.0.1-rc3-23819",
"System.Dynamic.Runtime": "4.0.11-rc3-23819",
"Microsoft.CSharp": "4.0.1-rc3-23819",
"System.Threading.Tasks.Dataflow": "4.6.0-rc3-23819",
"System.Threading.Thread": "4.0.0-rc3-23819",
"System.Xml.XDocument": "4.0.11-rc3-23819",
"System.Xml.XmlDocument": "4.0.1-rc3-23819",
"System.Xml.XmlSerializer": "4.0.11-rc3-23819",
"System.ComponentModel": "4.0.1-rc3-23819",
"System.ComponentModel.Annotations": "4.1.0-rc3-23819",
"System.ComponentModel.EventBasedAsync": "4.0.11-rc3-23819",
"System.Runtime.Serialization.Primitives": "4.1.0-rc3-23819",
"System.Net.Http": "4.0.1-rc3-23819"
"System.Collections.Specialized": "4.0.1-rc3-23829",
"System.Collections.Immutable": "1.2.0-rc3-23829",
"System.Diagnostics.Process" : "4.1.0-rc3-23829",
"System.Diagnostics.StackTrace": "4.0.1-rc3-23829",
"System.Dynamic.Runtime": "4.0.11-rc3-23829",
"Microsoft.CSharp": "4.0.1-rc3-23829",
"System.Threading.Tasks.Dataflow": "4.6.0-rc3-23829",
"System.Threading.Thread": "4.0.0-rc3-23829",
"System.Xml.XDocument": "4.0.11-rc3-23829",
"System.Xml.XmlDocument": "4.0.1-rc3-23829",
"System.Xml.XmlSerializer": "4.0.11-rc3-23829",
"System.ComponentModel": "4.0.1-rc3-23829",
"System.ComponentModel.Annotations": "4.1.0-rc3-23829",
"System.ComponentModel.EventBasedAsync": "4.0.11-rc3-23829",
"System.Runtime.Serialization.Primitives": "4.1.0-rc3-23829",
"System.Net.Http": "4.0.1-rc3-23829"
},
"frameworks": {
"dnxcore50": { }
Expand Down
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": "0.3.4",
"version": "0.3.5",
"description": "C# for Visual Studio Code (powered by OmniSharp).",
"displayName": "C#",
"author": "Microsoft Corporation",
Expand Down

0 comments on commit 3945585

Please sign in to comment.