We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfaef5 commit a4bd0ebCopy full SHA for a4bd0eb
APIJSON.NET/README
@@ -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