Skip to content

Commit b493611

Browse files
auduchinokvzarytovskiiKevinRansom
committed
Fix FSharp.Core references in FCS solution (dotnet#13827)
* Allow using FSharp.Core package in new service solution projects * Remove inner rules * Another FSharp.Core reference * Fix relative path Co-authored-by: Vlad Zarytovskii <vzaritovsky@hotmail.com> Co-authored-by: Kevin Ransom (msft) <codecutter@hotmail.com>
1 parent 9d6452c commit b493611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/FSharp.Compiler.ComponentTests/FSharp.Compiler.ComponentTests.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216

217217
<ItemGroup Condition="'$(FSHARPCORE_USE_PACKAGE)' != 'true'">
218218
<ProjectReference Include="$(MSBuildThisFileDirectory)..\FSharp.Core\FSharp.Core.fsproj" />
219+
<ProjectReference Include="$(FSharpSourcesRoot)\FSharp.Core\FSharp.Core.fsproj" />
219220
</ItemGroup>
220221

221222
<ItemGroup Condition="'$(FSHARPCORE_USE_PACKAGE)' == 'true'">

0 commit comments

Comments
 (0)