From 9559c454cd1c9b06f8fe7a94d047d52e1057bb4f Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 25 May 2017 08:18:28 -0700 Subject: [PATCH] Fixing build break --- .../Microsoft.AspNet.Identity.AspNetCoreCompat.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Identity.AspNetCoreCompat/Microsoft.AspNet.Identity.AspNetCoreCompat.csproj b/src/Microsoft.AspNet.Identity.AspNetCoreCompat/Microsoft.AspNet.Identity.AspNetCoreCompat.csproj index 6390df431d..251df2c502 100644 --- a/src/Microsoft.AspNet.Identity.AspNetCoreCompat/Microsoft.AspNet.Identity.AspNetCoreCompat.csproj +++ b/src/Microsoft.AspNet.Identity.AspNetCoreCompat/Microsoft.AspNet.Identity.AspNetCoreCompat.csproj @@ -5,7 +5,7 @@ A compatibility layer for sharing identity databases between Microsoft.AspNet.Identity.EntityFramework and Microsoft.AspNetCore.Identity.EntityFrameworkCore. 0.3.0 - net46 + net461 $(NoWarn);CS1591 true aspnetcore;identity;membership