.net 6 釋出
windows釋出:
子產品 v2 + hosting run
centos7.6 釋出,釋出時修改命名釋出配置的Ip為伺服器的IP
dotnet xxx.dll --https://192.168.1.2:5900
dotnet xxx.dll --https://192.168.1.2:5900 & //守護程序
dotnet xxx.dll --https://*:5900
dotnet run
nohup dotnet 可以做到守護程序,沒有日志輸出
mobaxterm