I was converting my project from using SQLite "manually" to using EFCore. I still had package references for SQLitePCLRaw.core and System.Data.SQLite.Core which once I removed, deleted the bin/obj folders and rebuilt my dotnet ef migrations add InitialCreate command worked.