Skip to content

Commit a4bd0eb

Browse files
authored
Create README
1 parent 3cfaef5 commit a4bd0eb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

APIJSON.NET/README

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
APIJSON后端部署 - .net core
2+
3+
1.下载安装sdk:
4+
windows:https://www.microsoft.com/net/download/thank-you/dotnet-sdk-2.1.301-windows-x64-installer
5+
linux:https://www.microsoft.com/net/download/linux
6+
macos:https://www.microsoft.com/net/download/macos
7+
8+
2.发布项目
9+
dotnet publish -c release
10+
(生成在bin/release/netcoreapp2.1/publish目录下
11+
3.运行项目
12+
打开publish文件 运行命令: dotnet APIJSON.NET.dll

0 commit comments

Comments
 (0)