I'm trying to install the Nuget Package to use Microsoft.AspNet.Identity.Core 2.2.1 but I get the following error message.
Package Microsoft.AspNet.Identity.Core 2.2.1 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Microsoft.AspNet.Identity.Core 2.2.1 supports: net45 (.NETFramework,Version=v4.5)
One or more packages are incompatible with .NETCoreApp,Version=v1.1.
Package restore failed. Rolling back package changes for 'xxxx'.
I created a brand new project in Visual Stuido 2017 so is nothing to do with anything else I have installed.