I have one class library (.net standard) named 'DataLayer' and one web API project in the solution.
After right click on DataLayer and going on manage nuget package, when I try to install entity framework, it is giving an error message:
Package restore failed. Rolling back package changes for 'DataLayer'
I have already tried clear all nuget cache.
But the error still the same. what should I do?