Skip to content

Commit 4c07ddb

Browse files
committed
Update coreclr-debug packages for post rc2 work
1 parent f236900 commit 4c07ddb

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

coreclr-debug/NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
66
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
7+
<!-- This dependency can be commented out once we push packages to nuget for a real release -->
8+
<add key="coreclrdebug" value="https://www.myget.org/F/coreclr-debug/api/v3/index.json" />
79
</packageSources>
810
</configuration>

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.11",
4+
"version": "1.1.0",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

src/coreclr-debug/main.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,9 @@ function createProjectJson(targetRuntime: string): any
332332
emitEntryPoint: true
333333
},
334334
dependencies: {
335-
"Microsoft.VisualStudio.clrdbg": "14.0.25229-preview-2963841",
336-
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30401-preview-1",
337-
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20405-preview-1",
335+
"Microsoft.VisualStudio.clrdbg": "14.0.25320-preview-3008693",
336+
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30520-preview-9",
337+
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20520-preview-3",
338338
"NETStandard.Library": "1.5.0-rc2-24027",
339339
"Newtonsoft.Json": "7.0.1",
340340
"Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1",

0 commit comments

Comments
 (0)