When adding an API Controller with actions using Entity Framework you select which Model the controller is based on and its DbContext in the following screen:
My models are in a nuget package that I created since other projects need those models too. How to select those models that are in my Nuget Package in the 'Model class' dropdown?