Unable to restore / remove / update a NuGet package because the mentioned version is no longer available

前端 未结 5 516
野性不改
野性不改 2021-02-06 21:11

I\'m trying to give the SignalR Sample a test drive but it seems it references an old version of SignalR which is no longer available. The actual problem is that NuGet cannot re

5条回答
  •  抹茶落季
    2021-02-06 22:10

    What works for me is:

    1. Go to the packages.config file,

    2. Find "... id="Microsoft.AspNet.SignalR.Client" version="" targetFramework="net45"..."

    3. Change to an existing version, say "2.2.0".

    4. Save.

    5. Go to Nuget, and update to the latest.

提交回复
热议问题