File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 </ItemGroup>
3636
3737 <ItemGroup>
38- <ProjectReference Include="..\FSharp.Core\FSharp.Core.fsproj" />
39- <ProjectReference Include="..\FSharp.Compiler.Private\FSharp.Compiler.Private.fsproj" />
40- <ProjectReference Include="..\FSharp.Compiler.Interactive.Settings\FSharp.Compiler.Interactive.Settings.fsproj" />
38+ <ProjectReference Include="$(MSBuildThisFileDirectory) ..\FSharp.Core\FSharp.Core.fsproj" />
39+ <ProjectReference Include="$(MSBuildThisFileDirectory) ..\FSharp.Compiler.Private\FSharp.Compiler.Private.fsproj" />
40+ <ProjectReference Include="$(MSBuildThisFileDirectory) ..\FSharp.Compiler.Interactive.Settings\FSharp.Compiler.Interactive.Settings.fsproj" />
4141
4242 <!-- only used when '$(TargetFramework)' == 'netstandard2.0' -->
4343 <ProjectReference Include="..\FSharp.Build\FSharp.Build.fsproj" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
4848
4949 <ItemGroup Condition="'$(TargetFramework)' == 'net46'">
5050 <!-- only used when '$(TargetFramework)' == 'net472' -->
51- <ProjectReference Include="..\FSharp.Compiler.Server.Shared\FSharp.Compiler.Server.Shared.fsproj" Condition="'$(TargetFramework)' == 'net472'" />
51+ <ProjectReference Include="$(MSBuildThisFileDirectory) ..\FSharp.Compiler.Server.Shared\FSharp.Compiler.Server.Shared.fsproj" Condition="'$(TargetFramework)' == 'net472'" />
5252 </ItemGroup>
5353
5454 <ItemGroup Condition="'$(TargetFramework)' == 'net472'">
You can’t perform that action at this time.
0 commit comments