I am having trouble referencing package: “Microsoft.AspNet.SignalR.Server”: “3.0.0-beta7” – the only one I can install is the ‘beta5‘ version..
I have seen other examples online where people do reference this ‘beta7’ package but I can’t seem to find it?!
Below an image of my current project.json – any help is much appreciated..
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
You need to add the aspnetmaster feed to your Nuget sources.
The source is https://www.myget.org/F/aspnetmaster/api/v3/index.json
Either add it to your NuGet.config file (per-solution nuget source) like this:
<add key="aspnetmaster" value="https://www.myget.org/F/aspnetmaster/api/v3/index.json" />
Alternatively, add it to your global sources in Visual Studio options.
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0
