Skip to content

Commit a804cf9

Browse files
Fixed fluentassertion build error
1 parent 6748056 commit a804cf9

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Lsp/LanguageServer.cs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Reflection;
66
using System.Threading;
77
using System.Threading.Tasks;
8-
using FluentAssertions;
98
using OmniSharp.Extensions.LanguageServer.Protocol;
109
using Newtonsoft.Json.Linq;
1110
using OmniSharp.Extensions.JsonRpc;

src/Lsp/Lsp.csproj

-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,4 @@
1010
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
1111
<ProjectReference Include="..\JsonRpc\JsonRpc.csproj" />
1212
</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>
1813
</Project>

0 commit comments

Comments
 (0)