Skip to content

Commit

Permalink
Merge pull request #245 from gregg-miskelly/UpdateCoreCLR
Browse files Browse the repository at this point in the history
Update CoreCLR to 24022
  • Loading branch information
gregg-miskelly committed Apr 25, 2016
2 parents 3c361af + da47cb0 commit 7deae05
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 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.0.3-rc2",
"version": "1.0.4-rc2",
"description": "C# for Visual Studio Code (powered by OmniSharp).",
"displayName": "C#",
"author": "Microsoft Corporation",
Expand Down
36 changes: 18 additions & 18 deletions src/coreclr-debug/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,28 +263,28 @@ function createProjectJson(targetRuntime: string): any
emitEntryPoint: true
},
dependencies: {
"Microsoft.VisualStudio.clrdbg": "14.0.25214-preview-2934931",
"Microsoft.VisualStudio.clrdbg": "14.0.25225-preview-2954453",
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30401-preview-1",
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20405-preview-1",
"NETStandard.Library": "1.5.0-rc2-24008",
"NETStandard.Library": "1.5.0-rc2-24022",
"Newtonsoft.Json": "7.0.1",
"Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1",
"System.Collections.Specialized": "4.0.1-rc2-24008",
"System.Collections.Immutable": "1.2.0-rc2-24008",
"System.Diagnostics.Process" : "4.1.0-rc2-24008",
"System.Diagnostics.StackTrace": "4.0.1-rc2-24008",
"System.Dynamic.Runtime": "4.0.11-rc2-24008",
"Microsoft.CSharp": "4.0.1-rc2-24008",
"System.Threading.Tasks.Dataflow": "4.6.0-rc2-24008",
"System.Threading.Thread": "4.0.0-rc2-24008",
"System.Xml.XDocument": "4.0.11-rc2-24008",
"System.Xml.XmlDocument": "4.0.1-rc2-24008",
"System.Xml.XmlSerializer": "4.0.11-rc2-24008",
"System.ComponentModel": "4.0.1-rc2-24008",
"System.ComponentModel.Annotations": "4.1.0-rc2-24008",
"System.ComponentModel.EventBasedAsync": "4.0.11-rc2-24008",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008",
"System.Net.Http": "4.0.1-rc2-24008"
"System.Collections.Specialized": "4.0.1-rc2-24022",
"System.Collections.Immutable": "1.2.0-rc2-24022",
"System.Diagnostics.Process" : "4.1.0-rc2-24022",
"System.Diagnostics.StackTrace": "4.0.1-rc2-24022",
"System.Dynamic.Runtime": "4.0.11-rc2-24022",
"Microsoft.CSharp": "4.0.1-rc2-24022",
"System.Threading.Tasks.Dataflow": "4.6.0-rc2-24022",
"System.Threading.Thread": "4.0.0-rc2-24022",
"System.Xml.XDocument": "4.0.11-rc2-24022",
"System.Xml.XmlDocument": "4.0.1-rc2-24022",
"System.Xml.XmlSerializer": "4.0.11-rc2-24022",
"System.ComponentModel": "4.0.1-rc2-24022",
"System.ComponentModel.Annotations": "4.1.0-rc2-24022",
"System.ComponentModel.EventBasedAsync": "4.0.11-rc2-24022",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022",
"System.Net.Http": "4.0.1-rc2-24022"
},
frameworks: {
"netstandardapp1.5": {
Expand Down

0 comments on commit 7deae05

Please sign in to comment.