Skip to content

Commit 5ef029b

Browse files
authored
Add missing project reference from FSharpSuite to fsc project (dotnet#18291)
* Add missing project reference from FSharpSuite to fsc project * fix
1 parent adb02dc commit 5ef029b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/fsharp/FSharpSuite.Tests.fsproj

+3
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@
113113
</ProjectReference>
114114
<ProjectReference Include="$(FSharpSourcesRoot)\fsc\fscAnyCpuProject\fscAnyCpu.fsproj" Condition="'$(TargetFramework)' == 'net472'" />
115115
<ProjectReference Include="$(FSharpSourcesRoot)\fsi\fsiAnyCpuProject\fsiAnyCpu.fsproj" Condition="'$(TargetFramework)' == 'net472'" />
116+
<ProjectReference Include="$(FSharpSourcesRoot)\fsc\fscProject\fsc.fsproj" >
117+
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
118+
</ProjectReference>
116119
</ItemGroup>
117120

118121
<!-- Runtime dependencies. Beware. -->

0 commit comments

Comments
 (0)