DEV Community

Discussion on: Getting the "nuget" package manager working in Visual Studio 2019

Collapse
 
shimmer profile image
Brian Berns • Edited

I suspect this is related to a recent change in Visual Studio that moved the F# interactive executable (fsi.exe) from ...\Microsoft\FSharp to ...\Microsoft\FSharp\Tools. See this SO question for details.

I just checked my VS 16.10 installation and found FSharp.DependencyManager.Nuget.dll in ...\Microsoft\FSharp, even though fsi.exe is now in ...\Microsoft\FSharp\Tools