dotnet run --urls "http://0.0.0.0:5005"
dotnet run --urls "http://0.0.0.0:5005" --framework net10.0
dotnet restore
dotnet build
dotnet publish -c Release
dotnet add package Newtonsoft.Json
dotnet --info
©著作权归作者所有