When i try migrations code first approach command example Update-Database then it shows error.
Package Manager Console
As i have tried to check its path in .csproj file and in packages.config so it has the path correct as i see, here is the image below.
packages.config
.csproj
Here is my physical project path C:\Projects\WebLayer\WebLayer\packages\Microsoft.EntityFrameworkCore.Design.1.1.6\lib\net451
here is my DataLayer project inside the WebLayer project, my context file is in the DataLayer folder.