In this simple tutorial, we will show about entity framework core migrations for class library projects. The Workaround We need to pretend our class library is actually a .NET Core app. The trickery begins by updating our class library’s project.json with the following updates:       “buildOptions”: {         “emitEntryPoint”: true     },     “frameworks”:…