What am I doing wrong?
Downloaded the solution. Changed my connection string. Commented out the multi-tenancy line in the Core project. Compiled Ran Update-Database from the EntityFramework project. (No DB tables were created) Ran Project Get an error message that tenant id 1 doesn't exist.
Thinking it is an issue with Update-Database not creating the tables, populating default data? Using SQL Express on this VM, if that is my issue?