0
When installing the Entity Framework by Nuget I got the following error in its reference:
The dependency Entityframework 6.1.3 does not support framework . Netcoreapp, Version=v1.6
How to get around this mistake? If anyone can help, I would be grateful!
You have to install the version Microsoft.EntityFrameworkCore.Sqlserver
– novic
I did some more research and found link. Which ended up solving my problem. Thanks @Virgilionovic!
– Evelym