We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cdb2d commit c9d841bCopy full SHA for c9d841b
src/FSharpLint.Client/FSharpLint.Client.fsproj
@@ -19,8 +19,5 @@
19
<Compile Include="LSPFSharpLintService.fsi" />
20
<Compile Include="LSPFSharpLintService.fs" />
21
</ItemGroup>
22
- <ItemGroup>
23
- <ProjectReference Include="..\FSharpLint.Core\FSharpLint.Core.fsproj" />
24
- </ItemGroup>
25
<Import Project="..\..\.paket\Paket.Restore.targets" />
26
</Project>
src/FSharpLint.Client/paket.references
@@ -1,3 +1,4 @@
1
+FSharp.Core
2
Newtonsoft.Json
3
SemanticVersioning
4
StreamJsonRpc
0 commit comments