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 89938c1 commit 1370528Copy full SHA for 1370528
src/FSharpPlus.Docs/FSharpPlus.Docs.fsproj
@@ -52,11 +52,8 @@
52
<Compile Include="Program.fs" />
53
</ItemGroup>
54
<ItemGroup>
55
- <ProjectReference Include="..\..\src\FSharpPlus\FSharpPlus.fsproj">
56
- <Name>FSharpPlus</Name>
57
- <Project>{4364a3ea-06d8-4493-be44-e22d5370cca1}</Project>
58
- <Private>True</Private>
59
- </ProjectReference>
+ <ProjectReference Include="..\..\src\FSharpPlus\FSharpPlus.fsproj" />
+ <ProjectReference Include="..\..\src\FSharpPlus.TypeLevel\FSharpPlus.TypeLevel.fsproj" />
60
<PackageReference Update="FSharp.Core" Version="4.6.2" />
61
<PackageReference Include="MathNet.Numerics.FSharp" Version="4.8.1" />
62
0 commit comments