Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 297 Bytes

aspnetcore-tools.md

File metadata and controls

10 lines (7 loc) · 297 Bytes

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.