Hello,
I'm interested in this project so I downloaded.
I know this might be very absurd question but I do have a problem adding microsoft.aspnetcore.signalr.server assembly using nuget.
It seems that the code in this project defines Microsoft.AspNetCore.SignalR.Server 0.2.0-preview2-22683 in the project.json file. This is migrated to .csproj file since I'm using VS2017. The link below explains this process. Migrating .NET Core Projects in VS 2017
So when I try to restore the assembly using nuget package, it just fails since nuget consider the latest version differently. Also, I tried direct way of installing it using Nuget PowerShell but it also failed...
Could you guys kindly add your opinions & thoughts on this issue I'm facing?
Regards,
Hanhong Choi
Hello,
I'm interested in this project so I downloaded.
I know this might be very absurd question but I do have a problem adding microsoft.aspnetcore.signalr.server assembly using nuget.
It seems that the code in this project defines Microsoft.AspNetCore.SignalR.Server 0.2.0-preview2-22683 in the project.json file. This is migrated to .csproj file since I'm using VS2017. The link below explains this process. Migrating .NET Core Projects in VS 2017
So when I try to restore the assembly using nuget package, it just fails since nuget consider the latest version differently. Also, I tried direct way of installing it using Nuget PowerShell but it also failed...
Could you guys kindly add your opinions & thoughts on this issue I'm facing?
Regards,
Hanhong Choi