File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments