We have a licensee for Hangfire Pro and use it in our app currently. I am looking at writing a console app with the new dotnetcore framework. Unfortunately I am stuck at the dependancies section. I have setup Nuget to look to the Hangfire feed and can successful add
"dependencies": {
"Hangfire": "1.6.8",
},
This works fine and I get the intellisense for the versions etc. However when I go to add the Hangfire.Pro dependancy I get nothing. Is there something I am missing ? (clearly there is as I know it works for others)
Any help with this would be appreciated. I am using visual studio code to perform the coding.