Skip to content

Commit f4ac92f

Browse files
authored
Another FSharp.Core fixup in FCS solution (#14176)
* Another FSharp.Core fixup
1 parent 4ad5615 commit f4ac92f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/service/data/TestTP/TestTP.fsproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@
1313
<Compile Include="TestTP.fs" />
1414
</ItemGroup>
1515

16-
<ItemGroup>
16+
<ItemGroup Condition="'$(FSHARPCORE_USE_PACKAGE)' != 'true'">
1717
<ProjectReference Include="$(FSharpSourcesRoot)\FSharp.Core\FSharp.Core.fsproj" />
18+
</ItemGroup>
19+
20+
<ItemGroup Condition="'$(FSHARPCORE_USE_PACKAGE)' == 'true'">
21+
<PackageReference Include="FSharp.Core" Version="$(FSharpCoreShippedPackageVersionValue)" />
22+
</ItemGroup>
23+
24+
<ItemGroup>
1825
<ProjectReference Include="..\CSharp_Analysis\CSharp_Analysis.csproj" />
1926
</ItemGroup>
2027

0 commit comments

Comments
 (0)