We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb02dc commit 5ef029bCopy full SHA for 5ef029b
tests/fsharp/FSharpSuite.Tests.fsproj
@@ -113,6 +113,9 @@
113
</ProjectReference>
114
<ProjectReference Include="$(FSharpSourcesRoot)\fsc\fscAnyCpuProject\fscAnyCpu.fsproj" Condition="'$(TargetFramework)' == 'net472'" />
115
<ProjectReference Include="$(FSharpSourcesRoot)\fsi\fsiAnyCpuProject\fsiAnyCpu.fsproj" Condition="'$(TargetFramework)' == 'net472'" />
116
+ <ProjectReference Include="$(FSharpSourcesRoot)\fsc\fscProject\fsc.fsproj" >
117
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
118
+ </ProjectReference>
119
</ItemGroup>
120
121
<!-- Runtime dependencies. Beware. -->
0 commit comments