-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
64 additions
and
61 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "7.0.100", | ||
"version": "7.0.102", | ||
"rollForward": "latestMajor", | ||
"allowPrerelease": true | ||
} | ||
|
3 changes: 2 additions & 1 deletion
3
src/ASPNETCoreIdentitySample.DataLayer.MSSQL/_01-add_migrations.cmd
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,6 +1,7 @@ | ||
For /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set mydate=%%c_%%a_%%b) | ||
For /f "tokens=1-2 delims=/:" %%a in ("%TIME: =0%") do (set mytime=%%a%%b) | ||
dotnet tool update --global dotnet-ef --version 7.0.0 | ||
dotnet tool update --global dotnet-ef --version 7.0.2 | ||
dotnet tool restore | ||
dotnet build | ||
dotnet ef migrations --startup-project ../ASPNETCoreIdentitySample/ add V%mydate%_%mytime% --context MsSqlDbContext | ||
pause |
3 changes: 2 additions & 1 deletion
3
src/ASPNETCoreIdentitySample.DataLayer.MSSQL/_02-update_db.cmd
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,5 @@ | ||
dotnet tool update --global dotnet-ef --version 7.0.0 | ||
dotnet tool update --global dotnet-ef --version 7.0.2 | ||
dotnet tool restore | ||
dotnet build | ||
dotnet ef --startup-project ../ASPNETCoreIdentitySample/ database update --context MsSqlDbContext | ||
pause |
3 changes: 2 additions & 1 deletion
3
src/ASPNETCoreIdentitySample.DataLayer.SQLite/_01-add_migrations.cmd
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,6 +1,7 @@ | ||
For /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set mydate=%%c_%%a_%%b) | ||
For /f "tokens=1-2 delims=/:" %%a in ("%TIME: =0%") do (set mytime=%%a%%b) | ||
dotnet tool update --global dotnet-ef --version 7.0.0 | ||
dotnet tool update --global dotnet-ef --version 7.0.2 | ||
dotnet tool restore | ||
dotnet build | ||
dotnet ef migrations --startup-project ../ASPNETCoreIdentitySample/ add V%mydate%_%mytime% --context SQLiteDbContext | ||
pause |
3 changes: 2 additions & 1 deletion
3
src/ASPNETCoreIdentitySample.DataLayer.SQLite/_02-update_db.cmd
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,5 @@ | ||
dotnet tool update --global dotnet-ef --version 7.0.0 | ||
dotnet tool update --global dotnet-ef --version 7.0.2 | ||
dotnet tool restore | ||
dotnet build | ||
dotnet ef --startup-project ../ASPNETCoreIdentitySample/ database update --context SQLiteDbContext | ||
pause |
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