Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.22 KB

File metadata and controls

52 lines (31 loc) · 1.22 KB

KingMetal Project Template

Build Nuget Nuget

Installation via dotnet new template

# 安装/更新
dotnet new install KingMetal.Orleans.Solution.Template
# 卸载
dotnet new uninstall KingMetal.Orleans.Solution.Template

Create new project:

new solution

dotnet new kingmetal --name "Crm"

options:

--name: [string value] for project name

Initialization SQL

See

Running

Current Target Framework Version is net7.0

Set Startup projects:

Orleans Silo

KingMetalTemplateProject.Presentation.Host

Orleans Client

KingMetalTemplateProject.Presentation.Api

Configure

See