We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6748056 commit a804cf9Copy full SHA for a804cf9
src/Lsp/LanguageServer.cs
@@ -5,7 +5,6 @@
5
using System.Reflection;
6
using System.Threading;
7
using System.Threading.Tasks;
8
-using FluentAssertions;
9
using OmniSharp.Extensions.LanguageServer.Protocol;
10
using Newtonsoft.Json.Linq;
11
using OmniSharp.Extensions.JsonRpc;
src/Lsp/Lsp.csproj
@@ -10,9 +10,4 @@
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
<ProjectReference Include="..\JsonRpc\JsonRpc.csproj" />
12
</ItemGroup>
13
- <ItemGroup>
14
- <Reference Include="FluentAssertions">
15
- <HintPath>..\..\..\..\Users\ddriscoll\.nuget\packages\fluentassertions\4.19.4\lib\net45\FluentAssertions.dll</HintPath>
16
- </Reference>
17
- </ItemGroup>
18
</Project>
0 commit comments