Skip to content

Commit

Permalink
Add missing project reference from FSharpSuite to fsc project (#18291)
Browse files Browse the repository at this point in the history
* Add missing project reference from FSharpSuite to fsc project

* fix
  • Loading branch information
T-Gro authored Feb 5, 2025
1 parent adb02dc commit 5ef029b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/fsharp/FSharpSuite.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@
</ProjectReference>
<ProjectReference Include="$(FSharpSourcesRoot)\fsc\fscAnyCpuProject\fscAnyCpu.fsproj" Condition="'$(TargetFramework)' == 'net472'" />
<ProjectReference Include="$(FSharpSourcesRoot)\fsi\fsiAnyCpuProject\fsiAnyCpu.fsproj" Condition="'$(TargetFramework)' == 'net472'" />
<ProjectReference Include="$(FSharpSourcesRoot)\fsc\fscProject\fsc.fsproj" >
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>

<!-- Runtime dependencies. Beware. -->
Expand Down

0 comments on commit 5ef029b

Please sign in to comment.