Skip to content

Commit

Permalink
Update coreclr-debug dependencies.
Browse files Browse the repository at this point in the history
With this commit, the packages pulled in actually work.
  • Loading branch information
chuckries committed Feb 24, 2016
1 parent 44fab69 commit 8e69a9f
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.25017-pb-2822693",
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30217-pb-1",
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20217-pb-1",
"NETStandard.Library": "1.0.0-rc3-23803",
"Microsoft.VisualStudio.clrdbg": "14.0.25023-pb-2835383",
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30223-pb-1",
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20223-pb-1",
"NETStandard.Library": "1.0.0-rc3-23819",
"Newtonsoft.Json": "7.0.1",
"Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1",
"System.Collections.Specialized": "4.0.1-rc3-23803",
"System.Collections.Immutable": "1.2.0-rc3-23803",
"System.Diagnostics.Process" : "4.1.0-rc3-23803",
"System.Diagnostics.StackTrace": "4.0.1-rc3-23803",
"System.Dynamic.Runtime": "4.0.11-rc3-23803",
"Microsoft.CSharp": "4.0.1-rc3-23803",
"System.Threading.Tasks.Dataflow": "4.6.0-rc3-23803",
"System.Threading.Thread": "4.0.0-rc3-23803",
"System.Xml.XDocument": "4.0.11-rc3-23803",
"System.Xml.XmlDocument": "4.0.1-rc3-23803",
"System.Xml.XmlSerializer": "4.0.11-rc3-23803",
"System.ComponentModel": "4.0.1-rc3-23803",
"System.ComponentModel.Annotations": "4.1.0-rc3-23803",
"System.ComponentModel.EventBasedAsync": "4.0.11-rc3-23803",
"System.Runtime.Serialization.Primitives": "4.1.0-rc3-23803",
"System.Net.Http": "4.0.1-rc3-23803"
"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"
},
"frameworks": {
"dnxcore50": { }
Expand Down

0 comments on commit 8e69a9f

Please sign in to comment.