10 lines
297 B
Markdown
10 lines
297 B
Markdown
ASP.NET Core Command Line Tools
|
|
===============================
|
|
|
|
The .NET Core CLI includes some commands that are specific to ASP.NET Core projects.
|
|
|
|
- dotnet dev-certs
|
|
- dotnet user-secrets
|
|
- dotnet sql-cache
|
|
|
|
For more information on these tools, see <https://github.com/aspnet/DotNetTools>.
|