Skip to content

Commit 1370528

Browse files
authored
Tell msbuild that docs depends on typelevel (#432)
1 parent 89938c1 commit 1370528

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/FSharpPlus.Docs/FSharpPlus.Docs.fsproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,8 @@
5252
<Compile Include="Program.fs" />
5353
</ItemGroup>
5454
<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>
55+
<ProjectReference Include="..\..\src\FSharpPlus\FSharpPlus.fsproj" />
56+
<ProjectReference Include="..\..\src\FSharpPlus.TypeLevel\FSharpPlus.TypeLevel.fsproj" />
6057
<PackageReference Update="FSharp.Core" Version="4.6.2" />
6158
<PackageReference Include="MathNet.Numerics.FSharp" Version="4.8.1" />
6259
</ItemGroup>

0 commit comments

Comments
 (0)