Skip to content

Commit

Permalink
Update project.json for coreclr-debug
Browse files Browse the repository at this point in the history
Include new coreclr bits and latest debugger packages.
  • Loading branch information
chuckries committed Mar 1, 2016
1 parent b1d17b6 commit 7af2452
Showing 1 changed file with 20 additions and 20 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

0 comments on commit 7af2452

Please sign in to comment.