2

I've tried to install the package Microsoft.AspNet.Identity and adding

using Microsoft.AspNet.Identity

in my code but I still have the error.

Heretic Monkey
  • 11,687
  • 7
  • 53
  • 122
flofreelance
  • 944
  • 3
  • 14
  • 31

1 Answers1

2

You need to install package Microsoft.AspNet.Identity.Core

Roman Marusyk
  • 23,328
  • 24
  • 73
  • 116