Multi-Targeting Entity Framework Core for Database Migration
by Justin Yoo · 2 min read
Entity Framework Core basically supports .NET Standard 2.0. Therefore, when you write codes for database, we can simply target netstandard2.0 in the .csproj file like below: