Update README to document new CLI alias for dotnet restore

This commit is contained in:
Yunus Emre Akbalık 2025-05-29 11:38:32 +03:00 committed by GitHub
commit a317e1d49e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,3 +23,4 @@ plugins=(... dotnet)
| dp | dotnet pack | Create a NuGet package. |
| dng | dotnet nuget | Provides additional NuGet commands. |
| db | dotnet build | Build a .NET project |
| dres | dotnet restore | Restore dependencies and project-specific tools for a project. |