Bump Microsoft.AspNetCore.Identity.Specification.Tests to net452.

This commit is contained in:
Cesar Blum Silveira 2017-02-22 14:59:42 -08:00
parent c9404e53d3
commit fc56cba8e7
2 changed files with 2 additions and 2 deletions

View File

@ -457,7 +457,7 @@ namespace Microsoft.AspNetCore.Identity.Test
IdentityResultAssert.IsFailure(await manager.CreateAsync(user), _errorDescriber.InvalidEmail(email));
}
#if NET451
#if NET452
/// <summary>
/// Test.
/// </summary>

View File

@ -2,7 +2,7 @@
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<Description>Shared test suite for Asp.Net Identity Core store implementations.</Description>
<TargetFrameworks>net451;netstandard1.3</TargetFrameworks>
<TargetFrameworks>net452;netstandard1.3</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;identity;membership</PackageTags>
</PropertyGroup>