Changed DNX451 references to NET451
This commit is contained in:
parent
b984f46096
commit
42ad584401
|
|
@ -318,7 +318,7 @@ namespace Microsoft.AspNetCore.Identity.Test
|
||||||
IdentityResultAssert.IsFailure(await manager.CreateAsync(user), _errorDescriber.InvalidEmail(email));
|
IdentityResultAssert.IsFailure(await manager.CreateAsync(user), _errorDescriber.InvalidEmail(email));
|
||||||
}
|
}
|
||||||
|
|
||||||
#if DNX451
|
#if NET451
|
||||||
[Theory]
|
[Theory]
|
||||||
[InlineData("@@afd")]
|
[InlineData("@@afd")]
|
||||||
[InlineData("bogus")]
|
[InlineData("bogus")]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue