diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityDbContext.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityDbContext.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityDbContext.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityDbContext.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityEntityFrameworkBuilderExtensions.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityEntityFrameworkBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityEntityFrameworkBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityEntityFrameworkBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityRole.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityRole.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityRole.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityRole.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityRoleClaim.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityRoleClaim.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityRoleClaim.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityRoleClaim.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityUser.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUser.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityUser.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUser.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityUserClaim.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUserClaim.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityUserClaim.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUserClaim.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityUserLogin.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUserLogin.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityUserLogin.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUserLogin.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityUserRole.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUserRole.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityUserRole.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUserRole.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/Microsoft.AspNet.Identity.EntityFramework.xproj b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Microsoft.AspNetCore.Identity.EntityFrameworkCore.xproj similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/Microsoft.AspNet.Identity.EntityFramework.xproj rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Microsoft.AspNetCore.Identity.EntityFrameworkCore.xproj diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/Resources.resx b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/Resources.resx rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Resources.resx diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/RoleStore.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/RoleStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/RoleStore.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/RoleStore.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/UserStore.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/UserStore.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/project.json b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/project.json similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/project.json rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/project.json diff --git a/src/Microsoft.AspNet.Identity/BuilderExtensions.cs b/src/Microsoft.AspNetCore.Identity/BuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/BuilderExtensions.cs rename to src/Microsoft.AspNetCore.Identity/BuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Identity/ClaimsIdentityOptions.cs b/src/Microsoft.AspNetCore.Identity/ClaimsIdentityOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/ClaimsIdentityOptions.cs rename to src/Microsoft.AspNetCore.Identity/ClaimsIdentityOptions.cs diff --git a/src/Microsoft.AspNet.Identity/DataProtectionTokenProvider.cs b/src/Microsoft.AspNetCore.Identity/DataProtectionTokenProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/DataProtectionTokenProvider.cs rename to src/Microsoft.AspNetCore.Identity/DataProtectionTokenProvider.cs diff --git a/src/Microsoft.AspNet.Identity/DataProtectionTokenProviderOptions.cs b/src/Microsoft.AspNetCore.Identity/DataProtectionTokenProviderOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/DataProtectionTokenProviderOptions.cs rename to src/Microsoft.AspNetCore.Identity/DataProtectionTokenProviderOptions.cs diff --git a/src/Microsoft.AspNet.Identity/EmailTokenProvider.cs b/src/Microsoft.AspNetCore.Identity/EmailTokenProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/EmailTokenProvider.cs rename to src/Microsoft.AspNetCore.Identity/EmailTokenProvider.cs diff --git a/src/Microsoft.AspNet.Identity/ExternalLoginInfo.cs b/src/Microsoft.AspNetCore.Identity/ExternalLoginInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/ExternalLoginInfo.cs rename to src/Microsoft.AspNetCore.Identity/ExternalLoginInfo.cs diff --git a/src/Microsoft.AspNet.Identity/ILookupNormalizer.cs b/src/Microsoft.AspNetCore.Identity/ILookupNormalizer.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/ILookupNormalizer.cs rename to src/Microsoft.AspNetCore.Identity/ILookupNormalizer.cs diff --git a/src/Microsoft.AspNet.Identity/IPasswordHasher.cs b/src/Microsoft.AspNetCore.Identity/IPasswordHasher.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IPasswordHasher.cs rename to src/Microsoft.AspNetCore.Identity/IPasswordHasher.cs diff --git a/src/Microsoft.AspNet.Identity/IPasswordValidator.cs b/src/Microsoft.AspNetCore.Identity/IPasswordValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IPasswordValidator.cs rename to src/Microsoft.AspNetCore.Identity/IPasswordValidator.cs diff --git a/src/Microsoft.AspNet.Identity/IQueryableRoleStore.cs b/src/Microsoft.AspNetCore.Identity/IQueryableRoleStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IQueryableRoleStore.cs rename to src/Microsoft.AspNetCore.Identity/IQueryableRoleStore.cs diff --git a/src/Microsoft.AspNet.Identity/IQueryableUserStore.cs b/src/Microsoft.AspNetCore.Identity/IQueryableUserStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IQueryableUserStore.cs rename to src/Microsoft.AspNetCore.Identity/IQueryableUserStore.cs diff --git a/src/Microsoft.AspNet.Identity/IRoleClaimStore.cs b/src/Microsoft.AspNetCore.Identity/IRoleClaimStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IRoleClaimStore.cs rename to src/Microsoft.AspNetCore.Identity/IRoleClaimStore.cs diff --git a/src/Microsoft.AspNet.Identity/IRoleStore.cs b/src/Microsoft.AspNetCore.Identity/IRoleStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IRoleStore.cs rename to src/Microsoft.AspNetCore.Identity/IRoleStore.cs diff --git a/src/Microsoft.AspNet.Identity/IRoleValidator.cs b/src/Microsoft.AspNetCore.Identity/IRoleValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IRoleValidator.cs rename to src/Microsoft.AspNetCore.Identity/IRoleValidator.cs diff --git a/src/Microsoft.AspNet.Identity/ISecurityStampValidator.cs b/src/Microsoft.AspNetCore.Identity/ISecurityStampValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/ISecurityStampValidator.cs rename to src/Microsoft.AspNetCore.Identity/ISecurityStampValidator.cs diff --git a/src/Microsoft.AspNet.Identity/IUserClaimStore.cs b/src/Microsoft.AspNetCore.Identity/IUserClaimStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserClaimStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserClaimStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserClaimsPrincipalFactory.cs b/src/Microsoft.AspNetCore.Identity/IUserClaimsPrincipalFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserClaimsPrincipalFactory.cs rename to src/Microsoft.AspNetCore.Identity/IUserClaimsPrincipalFactory.cs diff --git a/src/Microsoft.AspNet.Identity/IUserEmailStore.cs b/src/Microsoft.AspNetCore.Identity/IUserEmailStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserEmailStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserEmailStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserLockoutStore.cs b/src/Microsoft.AspNetCore.Identity/IUserLockoutStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserLockoutStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserLockoutStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserLoginStore.cs b/src/Microsoft.AspNetCore.Identity/IUserLoginStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserLoginStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserLoginStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserPasswordStore.cs b/src/Microsoft.AspNetCore.Identity/IUserPasswordStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserPasswordStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserPasswordStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserPhoneNumberStore.cs b/src/Microsoft.AspNetCore.Identity/IUserPhoneNumberStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserPhoneNumberStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserPhoneNumberStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserRoleStore.cs b/src/Microsoft.AspNetCore.Identity/IUserRoleStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserRoleStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserRoleStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserSecurityStampStore.cs b/src/Microsoft.AspNetCore.Identity/IUserSecurityStampStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserSecurityStampStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserSecurityStampStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserStore.cs b/src/Microsoft.AspNetCore.Identity/IUserStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserTokenProvider.cs b/src/Microsoft.AspNetCore.Identity/IUserTokenProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserTokenProvider.cs rename to src/Microsoft.AspNetCore.Identity/IUserTokenProvider.cs diff --git a/src/Microsoft.AspNet.Identity/IUserTwoFactorStore.cs b/src/Microsoft.AspNetCore.Identity/IUserTwoFactorStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserTwoFactorStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserTwoFactorStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserValidator.cs b/src/Microsoft.AspNetCore.Identity/IUserValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserValidator.cs rename to src/Microsoft.AspNetCore.Identity/IUserValidator.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityBuilder.cs b/src/Microsoft.AspNetCore.Identity/IdentityBuilder.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityBuilder.cs rename to src/Microsoft.AspNetCore.Identity/IdentityBuilder.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityCookieOptions.cs b/src/Microsoft.AspNetCore.Identity/IdentityCookieOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityCookieOptions.cs rename to src/Microsoft.AspNetCore.Identity/IdentityCookieOptions.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityError.cs b/src/Microsoft.AspNetCore.Identity/IdentityError.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityError.cs rename to src/Microsoft.AspNetCore.Identity/IdentityError.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityErrorDescriber.cs b/src/Microsoft.AspNetCore.Identity/IdentityErrorDescriber.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityErrorDescriber.cs rename to src/Microsoft.AspNetCore.Identity/IdentityErrorDescriber.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityMarkerService.cs b/src/Microsoft.AspNetCore.Identity/IdentityMarkerService.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityMarkerService.cs rename to src/Microsoft.AspNetCore.Identity/IdentityMarkerService.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityOptions.cs b/src/Microsoft.AspNetCore.Identity/IdentityOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityOptions.cs rename to src/Microsoft.AspNetCore.Identity/IdentityOptions.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityResult.cs b/src/Microsoft.AspNetCore.Identity/IdentityResult.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityResult.cs rename to src/Microsoft.AspNetCore.Identity/IdentityResult.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityServiceCollectionExtensions.cs b/src/Microsoft.AspNetCore.Identity/IdentityServiceCollectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityServiceCollectionExtensions.cs rename to src/Microsoft.AspNetCore.Identity/IdentityServiceCollectionExtensions.cs diff --git a/src/Microsoft.AspNet.Identity/LockoutOptions.cs b/src/Microsoft.AspNetCore.Identity/LockoutOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/LockoutOptions.cs rename to src/Microsoft.AspNetCore.Identity/LockoutOptions.cs diff --git a/src/Microsoft.AspNet.Identity/Microsoft.AspNet.Identity.xproj b/src/Microsoft.AspNetCore.Identity/Microsoft.AspNetCore.Identity.xproj similarity index 97% rename from src/Microsoft.AspNet.Identity/Microsoft.AspNet.Identity.xproj rename to src/Microsoft.AspNetCore.Identity/Microsoft.AspNetCore.Identity.xproj index 0d410c40d2..e370e0c425 100644 --- a/src/Microsoft.AspNet.Identity/Microsoft.AspNet.Identity.xproj +++ b/src/Microsoft.AspNetCore.Identity/Microsoft.AspNetCore.Identity.xproj @@ -1,17 +1,17 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 1729302e-a58e-4652-b639-5b6b68da2748 - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ - - - 2.0 - - + + + + 14.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + 1729302e-a58e-4652-b639-5b6b68da2748 + ..\..\artifacts\obj\$(MSBuildProjectName) + ..\..\artifacts\bin\$(MSBuildProjectName)\ + + + 2.0 + + \ No newline at end of file diff --git a/src/Microsoft.AspNet.Identity/PasswordHasher.cs b/src/Microsoft.AspNetCore.Identity/PasswordHasher.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PasswordHasher.cs rename to src/Microsoft.AspNetCore.Identity/PasswordHasher.cs diff --git a/src/Microsoft.AspNet.Identity/PasswordHasherCompatibilityMode.cs b/src/Microsoft.AspNetCore.Identity/PasswordHasherCompatibilityMode.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PasswordHasherCompatibilityMode.cs rename to src/Microsoft.AspNetCore.Identity/PasswordHasherCompatibilityMode.cs diff --git a/src/Microsoft.AspNet.Identity/PasswordHasherOptions.cs b/src/Microsoft.AspNetCore.Identity/PasswordHasherOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PasswordHasherOptions.cs rename to src/Microsoft.AspNetCore.Identity/PasswordHasherOptions.cs diff --git a/src/Microsoft.AspNet.Identity/PasswordOptions.cs b/src/Microsoft.AspNetCore.Identity/PasswordOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PasswordOptions.cs rename to src/Microsoft.AspNetCore.Identity/PasswordOptions.cs diff --git a/src/Microsoft.AspNet.Identity/PasswordValidator.cs b/src/Microsoft.AspNetCore.Identity/PasswordValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PasswordValidator.cs rename to src/Microsoft.AspNetCore.Identity/PasswordValidator.cs diff --git a/src/Microsoft.AspNet.Identity/PasswordVerificationResult.cs b/src/Microsoft.AspNetCore.Identity/PasswordVerificationResult.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PasswordVerificationResult.cs rename to src/Microsoft.AspNetCore.Identity/PasswordVerificationResult.cs diff --git a/src/Microsoft.AspNet.Identity/PhoneNumberTokenProvider.cs b/src/Microsoft.AspNetCore.Identity/PhoneNumberTokenProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PhoneNumberTokenProvider.cs rename to src/Microsoft.AspNetCore.Identity/PhoneNumberTokenProvider.cs diff --git a/src/Microsoft.AspNet.Identity/PrincipalExtensions.cs b/src/Microsoft.AspNetCore.Identity/PrincipalExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PrincipalExtensions.cs rename to src/Microsoft.AspNetCore.Identity/PrincipalExtensions.cs diff --git a/src/Microsoft.AspNet.Identity/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Identity/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Identity/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Identity/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Identity/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Identity/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Identity/Properties/debugSettings.json b/src/Microsoft.AspNetCore.Identity/Properties/debugSettings.json similarity index 86% rename from src/Microsoft.AspNet.Identity/Properties/debugSettings.json rename to src/Microsoft.AspNetCore.Identity/Properties/debugSettings.json index e39fd32742..a44fad34a3 100644 --- a/src/Microsoft.AspNet.Identity/Properties/debugSettings.json +++ b/src/Microsoft.AspNetCore.Identity/Properties/debugSettings.json @@ -1,3 +1,3 @@ -{ - "Profiles": [] +{ + "Profiles": [] } \ No newline at end of file diff --git a/src/Microsoft.AspNet.Identity/Resources.resx b/src/Microsoft.AspNetCore.Identity/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Identity/Resources.resx rename to src/Microsoft.AspNetCore.Identity/Resources.resx diff --git a/src/Microsoft.AspNet.Identity/Rfc6238AuthenticationService.cs b/src/Microsoft.AspNetCore.Identity/Rfc6238AuthenticationService.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/Rfc6238AuthenticationService.cs rename to src/Microsoft.AspNetCore.Identity/Rfc6238AuthenticationService.cs diff --git a/src/Microsoft.AspNet.Identity/RoleManager.cs b/src/Microsoft.AspNetCore.Identity/RoleManager.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/RoleManager.cs rename to src/Microsoft.AspNetCore.Identity/RoleManager.cs diff --git a/src/Microsoft.AspNet.Identity/RoleValidator.cs b/src/Microsoft.AspNetCore.Identity/RoleValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/RoleValidator.cs rename to src/Microsoft.AspNetCore.Identity/RoleValidator.cs diff --git a/src/Microsoft.AspNet.Identity/SecurityStampValidator.cs b/src/Microsoft.AspNetCore.Identity/SecurityStampValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/SecurityStampValidator.cs rename to src/Microsoft.AspNetCore.Identity/SecurityStampValidator.cs diff --git a/src/Microsoft.AspNet.Identity/SignInManager.cs b/src/Microsoft.AspNetCore.Identity/SignInManager.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/SignInManager.cs rename to src/Microsoft.AspNetCore.Identity/SignInManager.cs diff --git a/src/Microsoft.AspNet.Identity/SignInOptions.cs b/src/Microsoft.AspNetCore.Identity/SignInOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/SignInOptions.cs rename to src/Microsoft.AspNetCore.Identity/SignInOptions.cs diff --git a/src/Microsoft.AspNet.Identity/SignInResult.cs b/src/Microsoft.AspNetCore.Identity/SignInResult.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/SignInResult.cs rename to src/Microsoft.AspNetCore.Identity/SignInResult.cs diff --git a/src/Microsoft.AspNet.Identity/TokenOptions.cs b/src/Microsoft.AspNetCore.Identity/TokenOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/TokenOptions.cs rename to src/Microsoft.AspNetCore.Identity/TokenOptions.cs diff --git a/src/Microsoft.AspNet.Identity/TokenProviderDescriptor.cs b/src/Microsoft.AspNetCore.Identity/TokenProviderDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/TokenProviderDescriptor.cs rename to src/Microsoft.AspNetCore.Identity/TokenProviderDescriptor.cs diff --git a/src/Microsoft.AspNet.Identity/TotpSecurityStampBasedTokenProvider.cs b/src/Microsoft.AspNetCore.Identity/TotpSecurityStampBasedTokenProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/TotpSecurityStampBasedTokenProvider.cs rename to src/Microsoft.AspNetCore.Identity/TotpSecurityStampBasedTokenProvider.cs diff --git a/src/Microsoft.AspNet.Identity/UpperInvariantLookupNormalizer.cs b/src/Microsoft.AspNetCore.Identity/UpperInvariantLookupNormalizer.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/UpperInvariantLookupNormalizer.cs rename to src/Microsoft.AspNetCore.Identity/UpperInvariantLookupNormalizer.cs diff --git a/src/Microsoft.AspNet.Identity/UserClaimsPrincipalFactory.cs b/src/Microsoft.AspNetCore.Identity/UserClaimsPrincipalFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/UserClaimsPrincipalFactory.cs rename to src/Microsoft.AspNetCore.Identity/UserClaimsPrincipalFactory.cs diff --git a/src/Microsoft.AspNet.Identity/UserLoginInfo.cs b/src/Microsoft.AspNetCore.Identity/UserLoginInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/UserLoginInfo.cs rename to src/Microsoft.AspNetCore.Identity/UserLoginInfo.cs diff --git a/src/Microsoft.AspNet.Identity/UserManager.cs b/src/Microsoft.AspNetCore.Identity/UserManager.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/UserManager.cs rename to src/Microsoft.AspNetCore.Identity/UserManager.cs diff --git a/src/Microsoft.AspNet.Identity/UserOptions.cs b/src/Microsoft.AspNetCore.Identity/UserOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/UserOptions.cs rename to src/Microsoft.AspNetCore.Identity/UserOptions.cs diff --git a/src/Microsoft.AspNet.Identity/UserValidator.cs b/src/Microsoft.AspNetCore.Identity/UserValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/UserValidator.cs rename to src/Microsoft.AspNetCore.Identity/UserValidator.cs diff --git a/src/Microsoft.AspNet.Identity/project.json b/src/Microsoft.AspNetCore.Identity/project.json similarity index 95% rename from src/Microsoft.AspNet.Identity/project.json rename to src/Microsoft.AspNetCore.Identity/project.json index 1af73cf153..3e7a89278a 100644 --- a/src/Microsoft.AspNet.Identity/project.json +++ b/src/Microsoft.AspNetCore.Identity/project.json @@ -1,24 +1,24 @@ -{ - "description": "Core implementation for ASP.NET Identity.", - "version": "3.0.0-*", - "compilationOptions": { - "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" - }, - "repository": { - "type": "git", - "url": "git://github.com/aspnet/identity" - }, - "dependencies": { - "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", - "Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-*", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-*" - }, - "frameworks": { - "net451": {}, - "dotnet5.4": { - "dependencies": { - } - } - } -} +{ + "description": "Core implementation for ASP.NET Identity.", + "version": "3.0.0-*", + "compilationOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" + }, + "repository": { + "type": "git", + "url": "git://github.com/aspnet/identity" + }, + "dependencies": { + "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", + "Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-*", + "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-*" + }, + "frameworks": { + "net451": {}, + "dotnet5.4": { + "dependencies": { + } + } + } +} diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/InMemoryContext.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/InMemoryContext.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/InMemoryContext.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/InMemoryContext.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/InMemoryEFUserStoreTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/InMemoryEFUserStoreTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/InMemoryEFUserStoreTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/InMemoryEFUserStoreTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test.xproj b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.xproj similarity index 97% rename from test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test.xproj rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.xproj index e469aa1435..98d0504530 100644 --- a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test.xproj +++ b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.xproj @@ -1,20 +1,20 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - ea7eb28f-53b8-4009-9c6b-74db090ca8dd - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ - - - 2.0 - - - - - + + + + 14.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + ea7eb28f-53b8-4009-9c6b-74db090ca8dd + ..\..\artifacts\obj\$(MSBuildProjectName) + ..\..\artifacts\bin\$(MSBuildProjectName)\ + + + 2.0 + + + + + \ No newline at end of file diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/RoleStoreTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/RoleStoreTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/RoleStoreTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/RoleStoreTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/TestIdentityFactory.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/TestIdentityFactory.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/TestIdentityFactory.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/TestIdentityFactory.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/project.json b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/project.json similarity index 96% rename from test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/project.json rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/project.json index 8cad220464..b406f337e7 100644 --- a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/project.json +++ b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/project.json @@ -1,37 +1,37 @@ -{ - "compilationOptions": { - "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" - }, - "dependencies": { - "Microsoft.AspNet.Hosting": "1.0.0-*", - "Microsoft.AspNet.Http": "1.0.0-*", - "Microsoft.AspNet.Identity": "3.0.0-*", - "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-*", - "Microsoft.AspNet.Testing": "1.0.0-*", - "EntityFramework.InMemory": "7.0.0-*", - "xunit": "2.1.0-*" - }, - "compile": "../Shared/*.cs", - "frameworks": { - "dnx451": { - "frameworkAssemblies": { - "System.Threading.Tasks": "" - }, - "dependencies": { - "Moq": "4.2.1312.1622", - "xunit.runner.console": "2.1.0" - } - }, - "dnxcore50": { - "dependencies": { - "moq.netcore": "4.4.0-beta8", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - } - } - }, - "testRunner": "xunit", - "commands": { - "test": "xunit.runner.aspnet" - } -} +{ + "compilationOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" + }, + "dependencies": { + "Microsoft.AspNet.Hosting": "1.0.0-*", + "Microsoft.AspNet.Http": "1.0.0-*", + "Microsoft.AspNet.Identity": "3.0.0-*", + "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-*", + "Microsoft.AspNet.Testing": "1.0.0-*", + "EntityFramework.InMemory": "7.0.0-*", + "xunit": "2.1.0-*" + }, + "compile": "../Shared/*.cs", + "frameworks": { + "dnx451": { + "frameworkAssemblies": { + "System.Threading.Tasks": "" + }, + "dependencies": { + "Moq": "4.2.1312.1622", + "xunit.runner.console": "2.1.0" + } + }, + "dnxcore50": { + "dependencies": { + "moq.netcore": "4.4.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-*" + } + } + }, + "testRunner": "xunit", + "commands": { + "test": "xunit.runner.aspnet" + } +} diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/CustomPocoTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/CustomPocoTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/CustomPocoTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/CustomPocoTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/DbUtil.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/DbUtil.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/DbUtil.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/DbUtil.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/DefaultPocoTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/DefaultPocoTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/DefaultPocoTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/DefaultPocoTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/Microsoft.AspNet.Identity.EntityFramework.Test.xproj b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.xproj similarity index 97% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/Microsoft.AspNet.Identity.EntityFramework.Test.xproj rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.xproj index 0a6173715a..bca5c4c167 100644 --- a/test/Microsoft.AspNet.Identity.EntityFramework.Test/Microsoft.AspNet.Identity.EntityFramework.Test.xproj +++ b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.xproj @@ -1,20 +1,20 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 37236ea3-915d-46d5-997c-df513c500e4b - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ - - - 2.0 - - - - - + + + + 14.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + 37236ea3-915d-46d5-997c-df513c500e4b + ..\..\artifacts\obj\$(MSBuildProjectName) + ..\..\artifacts\bin\$(MSBuildProjectName)\ + + + 2.0 + + + + + \ No newline at end of file diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/SqlStoreTestBase.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/SqlStoreTestBase.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/SqlStoreTestBase.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/SqlStoreTestBase.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreGuidKeyTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreGuidKeyTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreGuidKeyTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreGuidKeyTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreIntKeyTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreIntKeyTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreIntKeyTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreIntKeyTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreStringKeyTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreStringKeyTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreStringKeyTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreStringKeyTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/EntityFrameworkServiceBuilderExtension.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/EntityFrameworkServiceBuilderExtension.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/EntityFrameworkServiceBuilderExtension.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/EntityFrameworkServiceBuilderExtension.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/ScratchDatabaseFixture.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/ScratchDatabaseFixture.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/ScratchDatabaseFixture.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/ScratchDatabaseFixture.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/SqlServerTestStore.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/SqlServerTestStore.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/SqlServerTestStore.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/SqlServerTestStore.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/TestEnvironment.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/TestEnvironment.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/TestEnvironment.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/TestEnvironment.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/config.json b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/config.json similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/config.json rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/config.json diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/project.json b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/project.json similarity index 96% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/project.json rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/project.json index 4bda8c9f43..8f99c97f74 100644 --- a/test/Microsoft.AspNet.Identity.EntityFramework.Test/project.json +++ b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/project.json @@ -1,42 +1,42 @@ -{ - "compilationOptions": { - "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" - }, - "content": [ - "config.json" - ], - "dependencies": { - "EntityFramework.InMemory": "7.0.0-*", - "EntityFramework.MicrosoftSqlServer": "7.0.0-*", - "Microsoft.AspNet.Hosting": "1.0.0-*", - "Microsoft.AspNet.Http": "1.0.0-*", - "Microsoft.AspNet.Identity": "3.0.0-*", - "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-*", - "Microsoft.AspNet.TestHost": "1.0.0-*", - "Microsoft.AspNet.Testing": "1.0.0-*", - "xunit": "2.1.0" - }, - "compile": "../Shared/*.cs", - "frameworks": { - "dnx451": { - "frameworkAssemblies": { - "System.Threading.Tasks": "" - }, - "dependencies": { - "Moq": "4.2.1312.1622", - "xunit.runner.console": "2.1.0" - } - }, - "dnxcore50": { - "dependencies": { - "moq.netcore": "4.4.0-beta8", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - } - } - }, - "testRunner": "xunit", - "commands": { - "test": "xunit.runner.aspnet" - } -} +{ + "compilationOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" + }, + "content": [ + "config.json" + ], + "dependencies": { + "EntityFramework.InMemory": "7.0.0-*", + "EntityFramework.MicrosoftSqlServer": "7.0.0-*", + "Microsoft.AspNet.Hosting": "1.0.0-*", + "Microsoft.AspNet.Http": "1.0.0-*", + "Microsoft.AspNet.Identity": "3.0.0-*", + "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-*", + "Microsoft.AspNet.TestHost": "1.0.0-*", + "Microsoft.AspNet.Testing": "1.0.0-*", + "xunit": "2.1.0" + }, + "compile": "../Shared/*.cs", + "frameworks": { + "dnx451": { + "frameworkAssemblies": { + "System.Threading.Tasks": "" + }, + "dependencies": { + "Moq": "4.2.1312.1622", + "xunit.runner.console": "2.1.0" + } + }, + "dnxcore50": { + "dependencies": { + "moq.netcore": "4.4.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-*" + } + } + }, + "testRunner": "xunit", + "commands": { + "test": "xunit.runner.aspnet" + } +} diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/FunctionalTest.cs b/test/Microsoft.AspNetCore.Identity.InMemory.Test/FunctionalTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.InMemory.Test/FunctionalTest.cs rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/FunctionalTest.cs diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/HttpSignInTest.cs b/test/Microsoft.AspNetCore.Identity.InMemory.Test/HttpSignInTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.InMemory.Test/HttpSignInTest.cs rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/HttpSignInTest.cs diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/InMemoryRoleStore.cs b/test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryRoleStore.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.InMemory.Test/InMemoryRoleStore.cs rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryRoleStore.cs diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/InMemoryStoreTest.cs b/test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryStoreTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.InMemory.Test/InMemoryStoreTest.cs rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryStoreTest.cs diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/InMemoryUserStore.cs b/test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryUserStore.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.InMemory.Test/InMemoryUserStore.cs rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryUserStore.cs diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/Microsoft.AspNet.Identity.InMemory.Test.xproj b/test/Microsoft.AspNetCore.Identity.InMemory.Test/Microsoft.AspNetCore.Identity.InMemory.Test.xproj similarity index 97% rename from test/Microsoft.AspNet.Identity.InMemory.Test/Microsoft.AspNet.Identity.InMemory.Test.xproj rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/Microsoft.AspNetCore.Identity.InMemory.Test.xproj index 7b09944843..ab0c3956ff 100644 --- a/test/Microsoft.AspNet.Identity.InMemory.Test/Microsoft.AspNet.Identity.InMemory.Test.xproj +++ b/test/Microsoft.AspNetCore.Identity.InMemory.Test/Microsoft.AspNetCore.Identity.InMemory.Test.xproj @@ -1,20 +1,20 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 65161409-c4c4-4d63-a73b-231fcff4d503 - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ - - - 2.0 - - - - - + + + + 14.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + 65161409-c4c4-4d63-a73b-231fcff4d503 + ..\..\artifacts\obj\$(MSBuildProjectName) + ..\..\artifacts\bin\$(MSBuildProjectName)\ + + + 2.0 + + + + + \ No newline at end of file diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/TestClock.cs b/test/Microsoft.AspNetCore.Identity.InMemory.Test/TestClock.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.InMemory.Test/TestClock.cs rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/TestClock.cs diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/project.json b/test/Microsoft.AspNetCore.Identity.InMemory.Test/project.json similarity index 96% rename from test/Microsoft.AspNet.Identity.InMemory.Test/project.json rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/project.json index 8bb9d3e6f7..54a8c6b9b3 100644 --- a/test/Microsoft.AspNet.Identity.InMemory.Test/project.json +++ b/test/Microsoft.AspNetCore.Identity.InMemory.Test/project.json @@ -1,38 +1,38 @@ -{ - "compilationOptions": { - "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" - }, - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-*", - "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", - "Microsoft.AspNet.Hosting": "1.0.0-*", - "Microsoft.AspNet.Http": "1.0.0-*", - "Microsoft.AspNet.Identity": "3.0.0-*", - "Microsoft.AspNet.TestHost": "1.0.0-*", - "Microsoft.AspNet.Testing": "1.0.0-*", - "xunit": "2.1.0" - }, - "compile": "../Shared/*.cs", - "frameworks": { - "dnx451": { - "frameworkAssemblies": { - "System.Threading.Tasks": "" - }, - "dependencies": { - "Moq": "4.2.1312.1622", - "xunit.runner.console": "2.1.0" - } - }, - "dnxcore50": { - "dependencies": { - "moq.netcore": "4.4.0-beta8", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - } - } - }, - "testRunner": "xunit", - "commands": { - "test": "xunit.runner.aspnet" - } -} +{ + "compilationOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" + }, + "dependencies": { + "Microsoft.AspNet.Authentication": "1.0.0-*", + "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", + "Microsoft.AspNet.Hosting": "1.0.0-*", + "Microsoft.AspNet.Http": "1.0.0-*", + "Microsoft.AspNet.Identity": "3.0.0-*", + "Microsoft.AspNet.TestHost": "1.0.0-*", + "Microsoft.AspNet.Testing": "1.0.0-*", + "xunit": "2.1.0" + }, + "compile": "../Shared/*.cs", + "frameworks": { + "dnx451": { + "frameworkAssemblies": { + "System.Threading.Tasks": "" + }, + "dependencies": { + "Moq": "4.2.1312.1622", + "xunit.runner.console": "2.1.0" + } + }, + "dnxcore50": { + "dependencies": { + "moq.netcore": "4.4.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-*" + } + } + }, + "testRunner": "xunit", + "commands": { + "test": "xunit.runner.aspnet" + } +} diff --git a/test/Microsoft.AspNet.Identity.Test/ApiConsistencyTest.cs b/test/Microsoft.AspNetCore.Identity.Test/ApiConsistencyTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/ApiConsistencyTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/ApiConsistencyTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/IdentityBuilderTest.cs b/test/Microsoft.AspNetCore.Identity.Test/IdentityBuilderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/IdentityBuilderTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/IdentityBuilderTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/IdentityOptionsTest.cs b/test/Microsoft.AspNetCore.Identity.Test/IdentityOptionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/IdentityOptionsTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/IdentityOptionsTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/IdentityResultTest.cs b/test/Microsoft.AspNetCore.Identity.Test/IdentityResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/IdentityResultTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/IdentityResultTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/Microsoft.Aspnet.Identity.Test.csproj b/test/Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.Test.csproj similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/Microsoft.Aspnet.Identity.Test.csproj rename to test/Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.Test.csproj diff --git a/test/Microsoft.AspNet.Identity.Test/Microsoft.AspNet.Identity.Test.xproj b/test/Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.Test.xproj similarity index 97% rename from test/Microsoft.AspNet.Identity.Test/Microsoft.AspNet.Identity.Test.xproj rename to test/Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.Test.xproj index 161f95000e..3deb3ffc5b 100644 --- a/test/Microsoft.AspNet.Identity.Test/Microsoft.AspNet.Identity.Test.xproj +++ b/test/Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.Test.xproj @@ -1,20 +1,20 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 2cf3927b-19e4-4866-9baa-2c131580e7c3 - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ - - - 2.0 - - - - - + + + + 14.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + 2cf3927b-19e4-4866-9baa-2c131580e7c3 + ..\..\artifacts\obj\$(MSBuildProjectName) + ..\..\artifacts\bin\$(MSBuildProjectName)\ + + + 2.0 + + + + + \ No newline at end of file diff --git a/test/Microsoft.AspNet.Identity.Test/NoopRoleStore.cs b/test/Microsoft.AspNetCore.Identity.Test/NoopRoleStore.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/NoopRoleStore.cs rename to test/Microsoft.AspNetCore.Identity.Test/NoopRoleStore.cs diff --git a/test/Microsoft.AspNet.Identity.Test/NoopUserStore.cs b/test/Microsoft.AspNetCore.Identity.Test/NoopUserStore.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/NoopUserStore.cs rename to test/Microsoft.AspNetCore.Identity.Test/NoopUserStore.cs diff --git a/test/Microsoft.AspNet.Identity.Test/PasswordHasherTest.cs b/test/Microsoft.AspNetCore.Identity.Test/PasswordHasherTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/PasswordHasherTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/PasswordHasherTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/PasswordValidatorTest.cs b/test/Microsoft.AspNetCore.Identity.Test/PasswordValidatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/PasswordValidatorTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/PasswordValidatorTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/PrincipalExtensionsTest.cs b/test/Microsoft.AspNetCore.Identity.Test/PrincipalExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/PrincipalExtensionsTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/PrincipalExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/RoleManagerTest.cs b/test/Microsoft.AspNetCore.Identity.Test/RoleManagerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/RoleManagerTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/RoleManagerTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/RoleValidatorTest.cs b/test/Microsoft.AspNetCore.Identity.Test/RoleValidatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/RoleValidatorTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/RoleValidatorTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/SecurityStampValidatorTest.cs b/test/Microsoft.AspNetCore.Identity.Test/SecurityStampValidatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/SecurityStampValidatorTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/SecurityStampValidatorTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/SignInManagerTest.cs b/test/Microsoft.AspNetCore.Identity.Test/SignInManagerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/SignInManagerTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/SignInManagerTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/UserClaimsPrincipalFactoryTest.cs b/test/Microsoft.AspNetCore.Identity.Test/UserClaimsPrincipalFactoryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/UserClaimsPrincipalFactoryTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/UserClaimsPrincipalFactoryTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/UserManagerTest.cs b/test/Microsoft.AspNetCore.Identity.Test/UserManagerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/UserManagerTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/UserManagerTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/UserValidatorTest.cs b/test/Microsoft.AspNetCore.Identity.Test/UserValidatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/UserValidatorTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/UserValidatorTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/project.json b/test/Microsoft.AspNetCore.Identity.Test/project.json similarity index 96% rename from test/Microsoft.AspNet.Identity.Test/project.json rename to test/Microsoft.AspNetCore.Identity.Test/project.json index cbac003692..fcf97f445d 100644 --- a/test/Microsoft.AspNet.Identity.Test/project.json +++ b/test/Microsoft.AspNetCore.Identity.Test/project.json @@ -1,38 +1,38 @@ -{ - "compilationOptions": { - "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" - }, - "dependencies": { - "Microsoft.AspNet.Hosting": "1.0.0-*", - "Microsoft.AspNet.Http": "1.0.0-*", - "Microsoft.AspNet.Identity": "3.0.0-*", - "Microsoft.AspNet.Testing": "1.0.0-*", - "Microsoft.Extensions.Configuration": "1.0.0-*", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*", - "xunit": "2.1.0-*" - }, - "compile": "../Shared/*.cs", - "frameworks": { - "dnx451": { - "frameworkAssemblies": { - "System.Threading.Tasks": "" - }, - "dependencies": { - "Moq": "4.2.1312.1622", - "xunit.runner.console": "2.1.0" - } - }, - "dnxcore50": { - "dependencies": { - "moq.netcore": "4.4.0-beta8", - "System.Xml.ReaderWriter": "4.0.10-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - } - } - }, - "testRunner": "xunit", - "commands": { - "test": "xunit.runner.aspnet" - } -} +{ + "compilationOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" + }, + "dependencies": { + "Microsoft.AspNet.Hosting": "1.0.0-*", + "Microsoft.AspNet.Http": "1.0.0-*", + "Microsoft.AspNet.Identity": "3.0.0-*", + "Microsoft.AspNet.Testing": "1.0.0-*", + "Microsoft.Extensions.Configuration": "1.0.0-*", + "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*", + "xunit": "2.1.0-*" + }, + "compile": "../Shared/*.cs", + "frameworks": { + "dnx451": { + "frameworkAssemblies": { + "System.Threading.Tasks": "" + }, + "dependencies": { + "Moq": "4.2.1312.1622", + "xunit.runner.console": "2.1.0" + } + }, + "dnxcore50": { + "dependencies": { + "moq.netcore": "4.4.0-beta8", + "System.Xml.ReaderWriter": "4.0.10-*", + "xunit.runner.aspnet": "2.0.0-aspnet-*" + } + } + }, + "testRunner": "xunit", + "commands": { + "test": "xunit.runner.aspnet" + } +}