This repository was archived by the owner on Oct 16, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
src/AddIns/BackendBindings/FSharpBinding Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ public FSharpInteractive()
108108 string FindFSharpInteractiveInProgramFilesFolder ( )
109109 {
110110 var fileNames = new string [ ] {
111+ @"Microsoft SDKs\F#\3.1\Framework\v4.0\Fsi.exe" ,
111112 @"Microsoft SDKs\F#\3.0\Framework\v4.0\Fsi.exe" ,
112113 @"Microsoft F#\v4.0\Fsi.exe"
113114 } ;
Original file line number Diff line number Diff line change 3131 </PropertyGroup >
3232
3333 <Imports clear =" True" >
34- <Import Project =" $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0 \Framework\v4.0\Microsoft.FSharp.Targets" />
34+ <Import Project =" $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.1 \Framework\v4.0\Microsoft.FSharp.Targets" />
3535 </Imports >
3636
3737 <Files >
Original file line number Diff line number Diff line change 3131 </PropertyGroup >
3232
3333 <Imports clear =" True" >
34- <Import Project =" $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0 \Framework\v4.0\Microsoft.FSharp.Targets" />
34+ <Import Project =" $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.1 \Framework\v4.0\Microsoft.FSharp.Targets" />
3535 </Imports >
3636
3737 <Files >
You can’t perform that action at this time.
0 commit comments