Skip to content

Commit edfbc8f

Browse files
dsymebaronfel
authored andcommitted
try align with fsc.fsproj
1 parent 587433d commit edfbc8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/fsharp/fsi/fsi.fsproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
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'" />
@@ -48,7 +48,7 @@
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'">

0 commit comments

Comments
 (0)