From a31c6931788d5c92552eb04904e8a3c545f387f0 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Tue, 23 May 2017 14:11:26 -0700 Subject: [PATCH] React to identity --- samples/ChatSample/Models/ApplicationUser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/ChatSample/Models/ApplicationUser.cs b/samples/ChatSample/Models/ApplicationUser.cs index 7e9a6207bf..8527bc542e 100644 --- a/samples/ChatSample/Models/ApplicationUser.cs +++ b/samples/ChatSample/Models/ApplicationUser.cs @@ -5,7 +5,7 @@ using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -using Microsoft.AspNetCore.Identity.EntityFrameworkCore; +using Microsoft.AspNetCore.Identity; namespace ChatSample.Models {