From fc56cba8e77d38324cf731441e39335b48efd87d Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Wed, 22 Feb 2017 14:59:42 -0800 Subject: [PATCH] Bump Microsoft.AspNetCore.Identity.Specification.Tests to net452. --- .../IdentitySpecificationTestBase.cs | 2 +- .../Microsoft.AspNetCore.Identity.Specification.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Identity.Specification.Tests/IdentitySpecificationTestBase.cs b/src/Microsoft.AspNetCore.Identity.Specification.Tests/IdentitySpecificationTestBase.cs index 2a69c6a4e0..85aae381db 100644 --- a/src/Microsoft.AspNetCore.Identity.Specification.Tests/IdentitySpecificationTestBase.cs +++ b/src/Microsoft.AspNetCore.Identity.Specification.Tests/IdentitySpecificationTestBase.cs @@ -457,7 +457,7 @@ namespace Microsoft.AspNetCore.Identity.Test IdentityResultAssert.IsFailure(await manager.CreateAsync(user), _errorDescriber.InvalidEmail(email)); } -#if NET451 +#if NET452 /// /// Test. /// diff --git a/src/Microsoft.AspNetCore.Identity.Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj b/src/Microsoft.AspNetCore.Identity.Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj index 8935aae4ac..95669cb76d 100644 --- a/src/Microsoft.AspNetCore.Identity.Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj +++ b/src/Microsoft.AspNetCore.Identity.Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj @@ -2,7 +2,7 @@ Shared test suite for Asp.Net Identity Core store implementations. - net451;netstandard1.3 + net452;netstandard1.3 true aspnetcore;identity;membership