Commit 0a924dd 1 parent 1687e66 commit 0a924dd Copy full SHA for 0a924dd
File tree 5 files changed +5
-5
lines changed
ASPNETCoreIdentitySample.DataLayer.MSSQL
ASPNETCoreIdentitySample.DataLayer.SQLite
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"dotnet-ef" : {
6
- "version" : " 7 .0.8 " ,
6
+ "version" : " 8 .0.2 " ,
7
7
"commands" : [
8
8
" dotnet-ef"
9
9
]
Original file line number Diff line number Diff line change 1
1
For /f " tokens=2-4 delims=/ " %%a in ('date /t') do (set mydate=%%c _%%a _%%b )
2
2
For /f " tokens=1-2 delims=/:" %%a in (" %TIME: =0 % " ) do (set mytime=%%a%%b )
3
- dotnet tool update --global dotnet-ef --version 7 .0.8
3
+ dotnet tool update --global dotnet-ef --version 8 .0.2
4
4
dotnet tool restore
5
5
dotnet build
6
6
dotnet ef --verbose migrations --startup-project ../ASPNETCoreIdentitySample/ add V%mydate% _%mytime% --context MsSqlDbContext
Original file line number Diff line number Diff line change 1
- dotnet tool update --global dotnet-ef --version 7 .0.8
1
+ dotnet tool update --global dotnet-ef --version 8 .0.2
2
2
dotnet tool restore
3
3
dotnet build
4
4
dotnet ef --verbose --startup-project ../ASPNETCoreIdentitySample/ database update --context MsSqlDbContext
Original file line number Diff line number Diff line change 1
1
For /f " tokens=2-4 delims=/ " %%a in ('date /t') do (set mydate=%%c _%%a _%%b )
2
2
For /f " tokens=1-2 delims=/:" %%a in (" %TIME: =0 % " ) do (set mytime=%%a%%b )
3
- dotnet tool update --global dotnet-ef --version 7 .0.8
3
+ dotnet tool update --global dotnet-ef --version 8 .0.2
4
4
dotnet tool restore
5
5
dotnet build
6
6
dotnet ef migrations --startup-project ../ASPNETCoreIdentitySample/ add V%mydate% _%mytime% --context SQLiteDbContext
Original file line number Diff line number Diff line change 1
- dotnet tool update --global dotnet-ef --version 7 .0.8
1
+ dotnet tool update --global dotnet-ef --version 8 .0.2
2
2
dotnet tool restore
3
3
dotnet build
4
4
dotnet ef --startup-project ../ASPNETCoreIdentitySample/ database update --context SQLiteDbContext
You can’t perform that action at this time.
0 commit comments