-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for latest versions of .NET
- Loading branch information
Showing
23 changed files
with
237 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
INSERT INTO [dbo].[AspNetUsers] (Id, UserName, NormalizedUserName, Email, NormalizedEmail, EmailConfirmed, PasswordHash, SecurityStamp, ConcurrencyStamp, PhoneNumber, PhoneNumberConfirmed, TwoFactorEnabled, LockoutEnabled, AccessFailedCount) VALUES ('53ba34ce-96f8-452f-a714-0033136c66ee', '[email protected]', '[email protected]', '[email protected]', '[email protected]', 1, 'AQAAAAEAACcQAAAAEFKjcOnLHrAhew3z9YUjO/vGiExMDrNi54ZyUKACsW8rn1vDTleOUvJeNoEG3JU4fQ==', '76b51311-5cd0-49c2-9e19-8c82403cc117', '816087c4-46b4-4bb2-9923-6ba5dfe63832', '+30 6981908600', 1, 0, 0, 0); | ||
INSERT INTO [dbo].[AspNetUsers] (Id, UserName, NormalizedUserName, Email, NormalizedEmail, EmailConfirmed, PasswordHash, SecurityStamp, ConcurrencyStamp, PhoneNumber, PhoneNumberConfirmed, TwoFactorEnabled, LockoutEnabled, AccessFailedCount) VALUES ('53ba34ce-96f8-452f-a714-0033136c66ee', '[email protected]', '[email protected]', '[email protected]', '[email protected]', 1, 'AQAAAAEAACcQAAAAEKRm/fJQk3xhqIv7O0IyPyiPJ+W5du3Io15fIcI59hfUv1DTmDid3RhgzdJVzARpQg==', '76b51311-5cd0-49c2-9e19-8c82403cc117', '816087c4-46b4-4bb2-9923-6ba5dfe63832', '+30 6981908600', 1, 0, 0, 0); | ||
INSERT INTO [dbo].[AspNetUsers] (Id, UserName, NormalizedUserName, Email, NormalizedEmail, EmailConfirmed, SecurityStamp, ConcurrencyStamp, PhoneNumber, PhoneNumberConfirmed, TwoFactorEnabled, LockoutEnabled, AccessFailedCount) VALUES ('634963b4-a2d0-4160-ad84-c088ade8dbd9', '[email protected]', '[email protected]', '[email protected]', '[email protected]', 1, '9db08d96-5f13-4a2e-af12-07106d2a0123', '992c1c2c-5e19-4911-a1ac-47819879929a', '+81 (831) 990-1658', 1, 1, 1, 0); | ||
INSERT INTO [dbo].[AspNetUsers] (Id, UserName, NormalizedUserName, Email, NormalizedEmail, EmailConfirmed, SecurityStamp, ConcurrencyStamp, PhoneNumber, PhoneNumberConfirmed, TwoFactorEnabled, LockoutEnabled, AccessFailedCount) VALUES ('22ddf8d1-876f-413b-b9c8-b680ae87d23a', '[email protected]', '[email protected]', '[email protected]', '[email protected]', 0, 'ca240a34-7c09-48a3-8b6b-d0f1022db534', '7c61d4b4-a2fd-4dd2-a6bb-67de5a071394', '+263 (267) 874-0846', 1, 1, 1, 0); | ||
INSERT INTO [dbo].[AspNetUsers] (Id, UserName, NormalizedUserName, Email, NormalizedEmail, EmailConfirmed, SecurityStamp, ConcurrencyStamp, PhoneNumber, PhoneNumberConfirmed, TwoFactorEnabled, LockoutEnabled, AccessFailedCount) VALUES ('c9c36943-6e94-4f11-86a9-2f97b3dbe41e', '[email protected]', '[email protected]', '[email protected]', '[email protected]', 0, '24d1877e-23e4-46d0-bedc-306a7b4be534', 'c8ab5645-e670-411f-9b0b-6eca8f9fed2c', '+86 (977) 523-3451', 1, 0, 1, 0); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.