Dotnet8.0常用工程模板

 

常用木板

dotnet new install Microsoft.AspNetCore.SpaTemplates::*

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

 

模板存储库:

https://github.com/dotnet/templating/wiki/Available-templates-for-dotnet-new

搜索命令参考:

dotnet new search web
dotnet new search azure --type project
dotnet new search azure --author Microsoft

dotnet new list
dotnet new list --author Microsoft
dotnet new list web

dotnet new list web --type project

posted @ 2024-04-10 14:31  李文学  阅读(16)  评论(0编辑  收藏  举报