Skip to content

Commit 7deae05

Browse files
Merge pull request #245 from gregg-miskelly/UpdateCoreCLR
Update CoreCLR to 24022
2 parents 3c361af + da47cb0 commit 7deae05

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

package.json

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

src/coreclr-debug/main.ts

+18-18
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.25214-preview-2934931",
266+
"Microsoft.VisualStudio.clrdbg": "14.0.25225-preview-2954453",
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-24008",
269+
"NETStandard.Library": "1.5.0-rc2-24022",
270270
"Newtonsoft.Json": "7.0.1",
271271
"Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1",
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"
272+
"System.Collections.Specialized": "4.0.1-rc2-24022",
273+
"System.Collections.Immutable": "1.2.0-rc2-24022",
274+
"System.Diagnostics.Process" : "4.1.0-rc2-24022",
275+
"System.Diagnostics.StackTrace": "4.0.1-rc2-24022",
276+
"System.Dynamic.Runtime": "4.0.11-rc2-24022",
277+
"Microsoft.CSharp": "4.0.1-rc2-24022",
278+
"System.Threading.Tasks.Dataflow": "4.6.0-rc2-24022",
279+
"System.Threading.Thread": "4.0.0-rc2-24022",
280+
"System.Xml.XDocument": "4.0.11-rc2-24022",
281+
"System.Xml.XmlDocument": "4.0.1-rc2-24022",
282+
"System.Xml.XmlSerializer": "4.0.11-rc2-24022",
283+
"System.ComponentModel": "4.0.1-rc2-24022",
284+
"System.ComponentModel.Annotations": "4.1.0-rc2-24022",
285+
"System.ComponentModel.EventBasedAsync": "4.0.11-rc2-24022",
286+
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022",
287+
"System.Net.Http": "4.0.1-rc2-24022"
288288
},
289289
frameworks: {
290290
"netstandardapp1.5": {

0 commit comments

Comments
 (0)