Skip to content

Commit

Permalink
fix fsharpcore
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Apr 16, 2024
1 parent b1f9759 commit d4b9886
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/FSharp.Core/FSharp.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
<ItemGroup Condition="'$(Configuration)' != 'Proto'">
<Compile Include="prim-types-prelude.fsi" CompileOrder="CompileBefore">
<Link>Primitives/prim-types-prelude.fsi</Link>
</CompileBefore>
<CompileBefore Include="prim-types-prelude.fs" CompileOrder="CompileBefore">
</Compile>
<Compile Include="prim-types-prelude.fs" CompileOrder="CompileBefore">
<Link>Primitives/prim-types-prelude.fs</Link>
</CompileBefore>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="prim-types.fsi">
Expand Down

0 comments on commit d4b9886

Please sign in to comment.