From 99901fbad50bf35f853c8f69423d420f2bc0bfab Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Tue, 11 Dec 2018 10:23:01 -0800 Subject: [PATCH] Move Identity.Core and Identity.Stores to NetCoreApp3.0 #3754 (#4523) --- .../src/Core/Microsoft.Extensions.Identity.Core.csproj | 4 ++-- .../src/Stores/Microsoft.Extensions.Identity.Stores.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Identity/src/Core/Microsoft.Extensions.Identity.Core.csproj b/src/Identity/src/Core/Microsoft.Extensions.Identity.Core.csproj index c446217071..14dc8722e5 100644 --- a/src/Identity/src/Core/Microsoft.Extensions.Identity.Core.csproj +++ b/src/Identity/src/Core/Microsoft.Extensions.Identity.Core.csproj @@ -1,8 +1,8 @@ - + ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. - netstandard2.0 + netcoreapp3.0 true aspnetcore;identity;membership diff --git a/src/Identity/src/Stores/Microsoft.Extensions.Identity.Stores.csproj b/src/Identity/src/Stores/Microsoft.Extensions.Identity.Stores.csproj index 10e6e98997..e567cf2749 100644 --- a/src/Identity/src/Stores/Microsoft.Extensions.Identity.Stores.csproj +++ b/src/Identity/src/Stores/Microsoft.Extensions.Identity.Stores.csproj @@ -1,8 +1,8 @@ - + ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. - netstandard2.0 + netcoreapp3.0 true aspnetcore;identity;membership