I have created a .net core web app targeting the full .net framework...I Have created a class library (.net framework)
In this dll I have referenced ef core and created a context.
Migrations work when I use the package manager....The Problem I am currentl...