Package tried to add reference to System.Runtime which was not found in the GAC

后端 未结 4 1506
抹茶落季
抹茶落季 2020-12-16 02:50

ASP.NET 4.5.1 or 4.5.2

Updating Nuget package MicrosoftAspNet.Identity.EntityFramework from version 2.2.1 to version 3.0.0-rc1-final

I get the following erro

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 03:19

    I had the same issue when running Install-Package Microsoft.Azure.Management.Fluent on .NET framework 4.5.2

    Solved the issue with the following steps:

    1. Installed Microsoft.Rest.ClientRuntime latest version from Nuget.
    2. After that, installed latest version of Microsoft.Azure.Management.Fluent from Nuget.

提交回复
热议问题