Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 317 Bytes

aspnetcore-tools.md

File metadata and controls

11 lines (8 loc) · 317 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 user-jwts
  • dotnet sql-cache

For more information on these tools, see https://github.com/aspnet/DotNetTools.