While installing the package Microsoft.EntityFrameworkCore.SqlServer (v.7.0.10) using nuget package manager in visual studio, i got an error. Below is the error i got: Error NU5000 An error occurred while retrieving package metadata for 'Microsoft.NETCore.Platforms.1.1.0' from source 'C:\Program Files\dotnet\sdk\NuGetFallbackFolder'.
i don't got any error when installing Microsoft.EntityFrameworkCore.SqlServer(6.0.21) (last version before 7.0); But i got the error i mentioned above in all versions starting from 7.0.
In my PC there is Microsoft.NETCore.Platforms.1.1.0 folder in NuGetFallbackFolder and all packages are available in this folder.