In my code, I was using below library
using System.Data.Entity;
Remove it and add
using Microsoft.EntityFrameworkCore;