• Create an F# solution
• Click on References ->Manage Nuget packages.
• Search for "SignalR" and click on Install
• It installs the needed packages (You can look at the references)
• Even after installing,
• Now go to "Installed Packages" and you don't see all the packages that are installed. I just saw Json.NET
Now search for SignalR under online section and you don't see the green checked march you see for C# app implying the package got installed
Comments: since now packages.config gets added correctly, verified this issue doesn't repro with 2.2
• Click on References ->Manage Nuget packages.
• Search for "SignalR" and click on Install
• It installs the needed packages (You can look at the references)
• Even after installing,
• Now go to "Installed Packages" and you don't see all the packages that are installed. I just saw Json.NET
Now search for SignalR under online section and you don't see the green checked march you see for C# app implying the package got installed
Comments: since now packages.config gets added correctly, verified this issue doesn't repro with 2.2