Update for using Dotnet5

This commit is contained in:
Torsten Widmann 2020-11-20 15:01:21 +01:00
parent 959341136b
commit 3376ccef0e

View File

@ -3,11 +3,12 @@
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2020-10-23T15:17:46+02:00",
"exported_at": "2020-11-20T15:01:04+01:00",
"name": "Among Us - Impostor Server",
"author": "info@goover.de",
"description": "Impostor is one of the first Among Us private servers, written in C#.\r\n\r\nThe latest version supported is 2020.9.22, both desktop and mobile.\r\n\r\nThere are no special features at this moment, the goal is aiming to be as close as possible to the real server, for now. In a later stage, making modifications to game logic by modifying GameData packets can be looked at.",
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_dotnet",
"features": null,
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_dotnet-5",
"startup": ".\/Impostor.Server",
"config": {
"files": "{\r\n \"config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"Server.PublicPort\": \"{{server.build.default.port}}\",\r\n \"Server.ListenPort\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
@ -51,4 +52,4 @@
"rules": "required|string|max:30"
}
]
}
}