From 0b460dba9ee557042d8d1b1ecf60e9b6c45fe450 Mon Sep 17 00:00:00 2001 From: James Skimming Date: Thu, 20 Mar 2014 23:46:57 +0000 Subject: [PATCH] Updated ASP.NET Identity to 2.0.0 --- ...dentity.EntityFramework.Multitenant.csproj | 8 ++-- .../packages.config | 4 +- .../IntegerPkImplementation.csproj | 48 +++++++++---------- .../IntegerPkImplementation/Web.config | 4 +- .../IntegerPkImplementation/packages.config | 24 +++++----- .../VanillaImplementation.csproj | 48 +++++++++---------- src/Examples/VanillaImplementation/Web.config | 4 +- .../VanillaImplementation/packages.config | 24 +++++----- 8 files changed, 82 insertions(+), 82 deletions(-) diff --git a/src/AspNet.Identity.EntityFramework.Multitenant/AspNet.Identity.EntityFramework.Multitenant.csproj b/src/AspNet.Identity.EntityFramework.Multitenant/AspNet.Identity.EntityFramework.Multitenant.csproj index df37554..986b588 100644 --- a/src/AspNet.Identity.EntityFramework.Multitenant/AspNet.Identity.EntityFramework.Multitenant.csproj +++ b/src/AspNet.Identity.EntityFramework.Multitenant/AspNet.Identity.EntityFramework.Multitenant.csproj @@ -38,13 +38,13 @@ False ..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll - + False - ..\packages\Microsoft.AspNet.Identity.Core.2.0.0-beta1\lib\net45\Microsoft.AspNet.Identity.Core.dll + ..\packages\Microsoft.AspNet.Identity.Core.2.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll - + False - ..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0-beta1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll + ..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll diff --git a/src/AspNet.Identity.EntityFramework.Multitenant/packages.config b/src/AspNet.Identity.EntityFramework.Multitenant/packages.config index fbb9225..24d3d2b 100644 --- a/src/AspNet.Identity.EntityFramework.Multitenant/packages.config +++ b/src/AspNet.Identity.EntityFramework.Multitenant/packages.config @@ -1,7 +1,7 @@  - - + + \ No newline at end of file diff --git a/src/Examples/IntegerPkImplementation/IntegerPkImplementation.csproj b/src/Examples/IntegerPkImplementation/IntegerPkImplementation.csproj index c4c5500..c898bd0 100644 --- a/src/Examples/IntegerPkImplementation/IntegerPkImplementation.csproj +++ b/src/Examples/IntegerPkImplementation/IntegerPkImplementation.csproj @@ -51,54 +51,54 @@ False ..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll - + False - ..\..\packages\Microsoft.AspNet.Identity.Core.2.0.0-beta1\lib\net45\Microsoft.AspNet.Identity.Core.dll + ..\..\packages\Microsoft.AspNet.Identity.Core.2.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll - + False - ..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0-beta1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll + ..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll - + False - ..\..\packages\Microsoft.AspNet.Identity.Owin.2.0.0-beta1\lib\net45\Microsoft.AspNet.Identity.Owin.dll + ..\..\packages\Microsoft.AspNet.Identity.Owin.2.0.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll - + False - ..\..\packages\Microsoft.Owin.2.0.2\lib\net45\Microsoft.Owin.dll + ..\..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll - + False - ..\..\packages\Microsoft.Owin.Host.SystemWeb.2.0.2\lib\net45\Microsoft.Owin.Host.SystemWeb.dll + ..\..\packages\Microsoft.Owin.Host.SystemWeb.2.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll - + False - ..\..\packages\Microsoft.Owin.Security.2.0.2\lib\net45\Microsoft.Owin.Security.dll + ..\..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll - + False - ..\..\packages\Microsoft.Owin.Security.Cookies.2.0.2\lib\net45\Microsoft.Owin.Security.Cookies.dll + ..\..\packages\Microsoft.Owin.Security.Cookies.2.1.0\lib\net45\Microsoft.Owin.Security.Cookies.dll - + False - ..\..\packages\Microsoft.Owin.Security.Facebook.2.0.2\lib\net45\Microsoft.Owin.Security.Facebook.dll + ..\..\packages\Microsoft.Owin.Security.Facebook.2.1.0\lib\net45\Microsoft.Owin.Security.Facebook.dll - + False - ..\..\packages\Microsoft.Owin.Security.Google.2.0.2\lib\net45\Microsoft.Owin.Security.Google.dll + ..\..\packages\Microsoft.Owin.Security.Google.2.1.0\lib\net45\Microsoft.Owin.Security.Google.dll - + False - ..\..\packages\Microsoft.Owin.Security.MicrosoftAccount.2.0.2\lib\net45\Microsoft.Owin.Security.MicrosoftAccount.dll + ..\..\packages\Microsoft.Owin.Security.MicrosoftAccount.2.1.0\lib\net45\Microsoft.Owin.Security.MicrosoftAccount.dll - + False - ..\..\packages\Microsoft.Owin.Security.OAuth.2.0.2\lib\net45\Microsoft.Owin.Security.OAuth.dll + ..\..\packages\Microsoft.Owin.Security.OAuth.2.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll - + False - ..\..\packages\Microsoft.Owin.Security.Twitter.2.0.2\lib\net45\Microsoft.Owin.Security.Twitter.dll + ..\..\packages\Microsoft.Owin.Security.Twitter.2.1.0\lib\net45\Microsoft.Owin.Security.Twitter.dll ..\..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll diff --git a/src/Examples/IntegerPkImplementation/Web.config b/src/Examples/IntegerPkImplementation/Web.config index 5f565ba..2136ef0 100644 --- a/src/Examples/IntegerPkImplementation/Web.config +++ b/src/Examples/IntegerPkImplementation/Web.config @@ -35,11 +35,11 @@ - + - + diff --git a/src/Examples/IntegerPkImplementation/packages.config b/src/Examples/IntegerPkImplementation/packages.config index a18efb9..076610b 100644 --- a/src/Examples/IntegerPkImplementation/packages.config +++ b/src/Examples/IntegerPkImplementation/packages.config @@ -5,23 +5,23 @@ - - - + + + - - - - - - - - - + + + + + + + + + diff --git a/src/Examples/VanillaImplementation/VanillaImplementation.csproj b/src/Examples/VanillaImplementation/VanillaImplementation.csproj index 3b37523..55eb86a 100644 --- a/src/Examples/VanillaImplementation/VanillaImplementation.csproj +++ b/src/Examples/VanillaImplementation/VanillaImplementation.csproj @@ -51,54 +51,54 @@ False ..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll - + False - ..\..\packages\Microsoft.AspNet.Identity.Core.2.0.0-beta1\lib\net45\Microsoft.AspNet.Identity.Core.dll + ..\..\packages\Microsoft.AspNet.Identity.Core.2.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll - + False - ..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0-beta1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll + ..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll - + False - ..\..\packages\Microsoft.AspNet.Identity.Owin.2.0.0-beta1\lib\net45\Microsoft.AspNet.Identity.Owin.dll + ..\..\packages\Microsoft.AspNet.Identity.Owin.2.0.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll - + False - ..\..\packages\Microsoft.Owin.2.0.2\lib\net45\Microsoft.Owin.dll + ..\..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll - + False - ..\..\packages\Microsoft.Owin.Host.SystemWeb.2.0.2\lib\net45\Microsoft.Owin.Host.SystemWeb.dll + ..\..\packages\Microsoft.Owin.Host.SystemWeb.2.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll - + False - ..\..\packages\Microsoft.Owin.Security.2.0.2\lib\net45\Microsoft.Owin.Security.dll + ..\..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll - + False - ..\..\packages\Microsoft.Owin.Security.Cookies.2.0.2\lib\net45\Microsoft.Owin.Security.Cookies.dll + ..\..\packages\Microsoft.Owin.Security.Cookies.2.1.0\lib\net45\Microsoft.Owin.Security.Cookies.dll - + False - ..\..\packages\Microsoft.Owin.Security.Facebook.2.0.2\lib\net45\Microsoft.Owin.Security.Facebook.dll + ..\..\packages\Microsoft.Owin.Security.Facebook.2.1.0\lib\net45\Microsoft.Owin.Security.Facebook.dll - + False - ..\..\packages\Microsoft.Owin.Security.Google.2.0.2\lib\net45\Microsoft.Owin.Security.Google.dll + ..\..\packages\Microsoft.Owin.Security.Google.2.1.0\lib\net45\Microsoft.Owin.Security.Google.dll - + False - ..\..\packages\Microsoft.Owin.Security.MicrosoftAccount.2.0.2\lib\net45\Microsoft.Owin.Security.MicrosoftAccount.dll + ..\..\packages\Microsoft.Owin.Security.MicrosoftAccount.2.1.0\lib\net45\Microsoft.Owin.Security.MicrosoftAccount.dll - + False - ..\..\packages\Microsoft.Owin.Security.OAuth.2.0.2\lib\net45\Microsoft.Owin.Security.OAuth.dll + ..\..\packages\Microsoft.Owin.Security.OAuth.2.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll - + False - ..\..\packages\Microsoft.Owin.Security.Twitter.2.0.2\lib\net45\Microsoft.Owin.Security.Twitter.dll + ..\..\packages\Microsoft.Owin.Security.Twitter.2.1.0\lib\net45\Microsoft.Owin.Security.Twitter.dll ..\..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll diff --git a/src/Examples/VanillaImplementation/Web.config b/src/Examples/VanillaImplementation/Web.config index 9ab167b..af34e41 100644 --- a/src/Examples/VanillaImplementation/Web.config +++ b/src/Examples/VanillaImplementation/Web.config @@ -35,11 +35,11 @@ - + - + diff --git a/src/Examples/VanillaImplementation/packages.config b/src/Examples/VanillaImplementation/packages.config index a18efb9..076610b 100644 --- a/src/Examples/VanillaImplementation/packages.config +++ b/src/Examples/VanillaImplementation/packages.config @@ -5,23 +5,23 @@ - - - + + + - - - - - - - - - + + + + + + + + +