This commit is contained in:
Matt Parker
2025-08-24 13:43:37 +10:00
parent 39292d27fd
commit dd069cf084
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ using Microsoft.VisualStudio.Shared.VSCodeDebugProtocol;
using Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.Messages;
using Newtonsoft.Json.Linq;
using SharpIDE.Application.Features.Debugging.Experimental;
using SharpIDE.Application.Features.Debugging.Experimental.VsDbg;
namespace SharpIDE.Application.Features.Debugging;

View File

@@ -15,8 +15,7 @@
</Reference>
<PackageReference Include="Microsoft.Diagnostics.NETCore.Client" Version="0.2.641201" />
<PackageReference Include="Microsoft.VisualStudio.Shared.VSCodeDebugProtocol" Version="18.0.10427.1" />
<!-- If any Microsoft.Build.*.dll (Excluding Locator) ends up in the output, it will be prioritised for loading by MSBuild Nodes -->
<PackageReference Include="OmniSharp.Extensions.DebugAdapter.Client" Version="0.19.9" />
<!-- If any Microsoft.Build.*.dll (Excluding Locator) ends up in the output, it will be prioritised for loading by MSBuild Nodes -->
<PackageReference Include="Ardalis.GuardClauses" Version="5.0.0" />
<PackageReference Include="AsyncReadProcess" Version="1.0.0-preview14" />
<PackageReference Include="Microsoft.Build" Version="17.14.8" ExcludeAssets="runtime" />