cleanup
This commit is contained in:
@@ -5,6 +5,7 @@ using Microsoft.VisualStudio.Shared.VSCodeDebugProtocol;
|
|||||||
using Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.Messages;
|
using Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.Messages;
|
||||||
using Newtonsoft.Json.Linq;
|
using Newtonsoft.Json.Linq;
|
||||||
using SharpIDE.Application.Features.Debugging.Experimental;
|
using SharpIDE.Application.Features.Debugging.Experimental;
|
||||||
|
using SharpIDE.Application.Features.Debugging.Experimental.VsDbg;
|
||||||
|
|
||||||
namespace SharpIDE.Application.Features.Debugging;
|
namespace SharpIDE.Application.Features.Debugging;
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,7 @@
|
|||||||
</Reference>
|
</Reference>
|
||||||
<PackageReference Include="Microsoft.Diagnostics.NETCore.Client" Version="0.2.641201" />
|
<PackageReference Include="Microsoft.Diagnostics.NETCore.Client" Version="0.2.641201" />
|
||||||
<PackageReference Include="Microsoft.VisualStudio.Shared.VSCodeDebugProtocol" Version="18.0.10427.1" />
|
<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 -->
|
<!-- 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" />
|
|
||||||
<PackageReference Include="Ardalis.GuardClauses" Version="5.0.0" />
|
<PackageReference Include="Ardalis.GuardClauses" Version="5.0.0" />
|
||||||
<PackageReference Include="AsyncReadProcess" Version="1.0.0-preview14" />
|
<PackageReference Include="AsyncReadProcess" Version="1.0.0-preview14" />
|
||||||
<PackageReference Include="Microsoft.Build" Version="17.14.8" ExcludeAssets="runtime" />
|
<PackageReference Include="Microsoft.Build" Version="17.14.8" ExcludeAssets="runtime" />
|
||||||
|
|||||||
Reference in New Issue
Block a user