Skip to content

Commit d646e1c

Browse files
Merge pull request #163 from gregg-miskelly/UpdateCoreCLRVer
Update CoreCLR to rc2-24008
2 parents 210a7c3 + 04632ad commit d646e1c

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.0.0-rc2",
4+
"version": "1.0.1-rc2",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

src/coreclr-debug/main.ts

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -263,28 +263,28 @@ function createProjectJson(targetRuntime: string): any
263263
emitEntryPoint: true
264264
},
265265
dependencies: {
266-
"Microsoft.VisualStudio.clrdbg": "14.0.25201-preview-2911579",
266+
"Microsoft.VisualStudio.clrdbg": "14.0.25208-preview-2924185",
267267
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30401-preview-1",
268268
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20405-preview-1",
269-
"NETStandard.Library": "1.5.0-rc2-23931",
269+
"NETStandard.Library": "1.5.0-rc2-24008",
270270
"Newtonsoft.Json": "7.0.1",
271271
"Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1",
272-
"System.Collections.Specialized": "4.0.1-rc2-23931",
273-
"System.Collections.Immutable": "1.2.0-rc2-23931",
274-
"System.Diagnostics.Process" : "4.1.0-rc2-23931",
275-
"System.Diagnostics.StackTrace": "4.0.1-rc2-23931",
276-
"System.Dynamic.Runtime": "4.0.11-rc2-23931",
277-
"Microsoft.CSharp": "4.0.1-rc2-23931",
278-
"System.Threading.Tasks.Dataflow": "4.6.0-rc2-23931",
279-
"System.Threading.Thread": "4.0.0-rc2-23931",
280-
"System.Xml.XDocument": "4.0.11-rc2-23931",
281-
"System.Xml.XmlDocument": "4.0.1-rc2-23931",
282-
"System.Xml.XmlSerializer": "4.0.11-rc2-23931",
283-
"System.ComponentModel": "4.0.1-rc2-23931",
284-
"System.ComponentModel.Annotations": "4.1.0-rc2-23931",
285-
"System.ComponentModel.EventBasedAsync": "4.0.11-rc2-23931",
286-
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931",
287-
"System.Net.Http": "4.0.1-rc2-23931"
272+
"System.Collections.Specialized": "4.0.1-rc2-24008",
273+
"System.Collections.Immutable": "1.2.0-rc2-24008",
274+
"System.Diagnostics.Process" : "4.1.0-rc2-24008",
275+
"System.Diagnostics.StackTrace": "4.0.1-rc2-24008",
276+
"System.Dynamic.Runtime": "4.0.11-rc2-24008",
277+
"Microsoft.CSharp": "4.0.1-rc2-24008",
278+
"System.Threading.Tasks.Dataflow": "4.6.0-rc2-24008",
279+
"System.Threading.Thread": "4.0.0-rc2-24008",
280+
"System.Xml.XDocument": "4.0.11-rc2-24008",
281+
"System.Xml.XmlDocument": "4.0.1-rc2-24008",
282+
"System.Xml.XmlSerializer": "4.0.11-rc2-24008",
283+
"System.ComponentModel": "4.0.1-rc2-24008",
284+
"System.ComponentModel.Annotations": "4.1.0-rc2-24008",
285+
"System.ComponentModel.EventBasedAsync": "4.0.11-rc2-24008",
286+
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008",
287+
"System.Net.Http": "4.0.1-rc2-24008"
288288
},
289289
frameworks: {
290290
"netstandardapp1.5": {

0 commit comments

Comments
 (0)