Hi. I have installed the package Microsoft.AspNetcore.SignalR. And when run my project I have faced this error :
Could not load file or assembly 'Microsoft.AspNetCore.Connections.Abstractions, Version=2.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
how can I resolve this issue? Thanks.
Please take a look at the above link which provides a solution to a similar issue.
To solve this issue, you need to upgrade your .NET Core version to 2.1.5 or later.
The Cause of issue is explained here https://github.com/dotnet/core-setup/issues/4376 which is due to unintentionally upgrading out of the shared framework.
So solve the issue by Upgrading the .NET Core Microsoft.AspNetCore.All from 2.1.0 -> 2.1.3 (upgraded SDK to 2.1.401)
It should solve your issue.
Subscribe to our weekly Newsletter & Keep getting latest article/questions in your inbox weekly