Published
- 1 min read
install entityframeworkcore nuget in asp.net core 3.0
The solution for this is noted below
install entityframeworkcore nuget in asp.net core 3.0
Solution
Install-Package Microsoft.EntityFrameworkCore -Version 3.0.0
Try other methods by searching on the site. That is if this doesn’t work