From 7af2452037d14aa7053f3b50eada1c65664a4153 Mon Sep 17 00:00:00 2001 From: Chuck Ries Date: Tue, 1 Mar 2016 12:55:16 -0800 Subject: [PATCH] Update project.json for coreclr-debug Include new coreclr bits and latest debugger packages. --- coreclr-debug/project.json | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/coreclr-debug/project.json b/coreclr-debug/project.json index 5524d23c46..5ae648c915 100644 --- a/coreclr-debug/project.json +++ b/coreclr-debug/project.json @@ -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": { }