We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad5615 commit f4ac92fCopy full SHA for f4ac92f
tests/service/data/TestTP/TestTP.fsproj
@@ -13,8 +13,15 @@
13
<Compile Include="TestTP.fs" />
14
</ItemGroup>
15
16
- <ItemGroup>
+ <ItemGroup Condition="'$(FSHARPCORE_USE_PACKAGE)' != 'true'">
17
<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
23
24
+ <ItemGroup>
25
<ProjectReference Include="..\CSharp_Analysis\CSharp_Analysis.csproj" />
26
27
0 commit comments