Bump Microsoft.AspNetCore.Identity.Specification.Tests to net452.
This commit is contained in:
parent
c9404e53d3
commit
fc56cba8e7
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue