File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
tests/FSharp.Compiler.ComponentTests Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 211211 <ItemGroup >
212212 <ProjectReference Include =" $(FSharpSourcesRoot)\Compiler\FSharp.Compiler.Service.fsproj" />
213213 <ProjectReference Include =" $(FSharpSourcesRoot)\FSharp.Compiler.Interactive.Settings\FSharp.Compiler.Interactive.Settings.fsproj" />
214- <ProjectReference Include =" $(FSharpSourcesRoot)\FSharp.Core\FSharp.Core.fsproj" />
215214 <ProjectReference Include =" $(FSharpTestsRoot)\FSharp.Test.Utilities\FSharp.Test.Utilities.fsproj" />
216215 </ItemGroup >
217216
217+ <ItemGroup Condition =" '$(FSHARPCORE_USE_PACKAGE)' != 'true'" >
218+ <ProjectReference Include =" $(MSBuildThisFileDirectory)..\FSharp.Core\FSharp.Core.fsproj" />
219+ </ItemGroup >
220+
221+ <ItemGroup Condition =" '$(FSHARPCORE_USE_PACKAGE)' == 'true'" >
222+ <PackageReference Include =" FSharp.Core" Version =" $(FSharpCoreShippedPackageVersionValue)" />
223+ </ItemGroup >
224+
218225</Project >
You can’t perform that action at this time.
0 commit comments