Skip to content

Commit c9d841b

Browse files
committed
remove reference from FSharpLint.Client to FSharpLint.Core (which includes FCS)
1 parent 15cdb2d commit c9d841b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/FSharpLint.Client/FSharpLint.Client.fsproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@
1919
<Compile Include="LSPFSharpLintService.fsi" />
2020
<Compile Include="LSPFSharpLintService.fs" />
2121
</ItemGroup>
22-
<ItemGroup>
23-
<ProjectReference Include="..\FSharpLint.Core\FSharpLint.Core.fsproj" />
24-
</ItemGroup>
2522
<Import Project="..\..\.paket\Paket.Restore.targets" />
2623
</Project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
FSharp.Core
12
Newtonsoft.Json
23
SemanticVersioning
34
StreamJsonRpc

0 commit comments

Comments
 (0)