You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Instalar paquetes especificados .csproj
dotnet restore
# Aplicar migraciones en la base de datos
dotnet ef database update
# Ejecutar app
dotnet build/watch