NBloodServerSupervisor/WebInterface/Supervisor.runtimeconfig.json
CommonLoon102 dd95382d08
remove server from the list when it quits (#1)
* remove server from the list when it quits

* remove whitespace
2020-01-25 15:13:36 +00:00

9 lines
177 B
JSON

{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "3.1.0"
}
}
}