- dotnet tool install --global dotnet-ef --version 5.0.401
- dotnet tool update --global dotnet-ef --version 5.0.401
- dotnet tool uninstall --global dotnet-ef
- dotnet ef database update
- dotnet ef database drop -p Infrastructure -s API
- dotnet ef migrations add InitialCreate -p Infrastructure -s API -o Data\Migrations
- dotnet ef migrations add IdentityInitital -p Infrastructure -s API -o Identity/Migrations -c AppIdentityDbContext
- dotnet ef migrations remove -p Infrastructure -s API
- dotnet run -p API
- dotnet watch run -p API
-
Notifications
You must be signed in to change notification settings - Fork 0
abelalem/my_skinet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published