I have Created .Net Core Class Library, then i tried adding Code first Approach DB Migration in my class library. But it failed to create DB Migration. same i tried in ASP .net Core web application means its succeded.
My Question is, in class library DB Migration can be created or not..?