Skip to content

Commit 5bfa88d

Browse files
committed
fix version of FSharp.Compiler.Interactive.Settings
1 parent c7c2d4b commit 5bfa88d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples/FsiExe/FsiExe.fsproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
<Prefer32Bit>true</Prefer32Bit>
4040
</PropertyGroup>
4141
<ItemGroup>
42-
<Reference Include="FSharp.Compiler.Interactive.Settings">
43-
<HintPath>..\..\bin\$(TargetFrameworkVersion)\FSharp.Compiler.Interactive.Settings.dll</HintPath>
42+
<Reference Include="FSharp.Compiler.Interactive.Settings, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
4443
<Private>True</Private>
4544
</Reference>
4645
<Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">

0 commit comments

Comments
 (0)