52 Star 245 Fork 103

ZKEASOFT / ZKEACMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Run.cmd 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZKEASOFT 提交于 2023-11-24 21:10 . dotnet 8
@echo off
WHERE /Q dotnet
IF %ERRORLEVEL% NEQ 0 (
ECHO dotnet core sdk was not find, please install the latest sdk at first.
@pause
start https://www.microsoft.com/net/download/windows
exit
)
if not exist "src/ZKEACMS.WebHost/bin/Debug/net8.0/ZKEACMS.WebHost.dll" (
call Build.cmd
)
cd src/ZKEACMS.WebHost
call Run.cmd
C#
1
https://gitee.com/seriawei/ZKEACMS.Core.git
git@gitee.com:seriawei/ZKEACMS.Core.git
seriawei
ZKEACMS.Core
ZKEACMS
master

搜索帮助