--
dotnet new --install Microsoft.Azure.WebJobs.ProjectTemplates
安装最新版本
dotnet new install Microsoft.DotNet.Web.Spa.ProjectTemplates
安装指定版本
dotnet new install Microsoft.DotNet.Web.Spa.ProjectTemplates::2.0.0
安装制定版本且制定数据源
dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates::2.0.0 --add-source "https://api.my-custom-nuget.com/v3/index.json" --interactive
其他模板
dotnet new -install Microsoft.TemplateEngine.Edge
dotnet new -install Microsoft.TemplateEngine.Abstractions
dotnet new -install Microsoft.TemplateEngine.Orchestrator.RunnableProjects
dotnet new -install Microsoft.TemplateSearch.Common
dotnet new -install Microsoft.TemplateEngine.IDE
dotnet new -install Microsoft.TemplateEngine.Authoring.Tasks
dotnet new -install Microsoft.TemplateEngine.Authoring.CLI
dotnet new -install Microsoft.TemplateEngine.Authoring.TemplateVerifier
标签:Dotnet8.0,常用,--,TemplateEngine,install,dotnet,new,Microsoft,模板 From: https://www.cnblogs.com/oumi/p/18125975