Remove mentions of the Server platform from the Mono module

This commit is contained in:
Aaron Franke
2022-08-24 13:05:23 -05:00
parent d0a2a4c981
commit 09551c3d2b
6 changed files with 6 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
# Prior to .NET Core, we supported these: ["windows", "macos", "linuxbsd", "server", "android", "haiku", "javascript", "ios"]
# Prior to .NET Core, we supported these: ["windows", "macos", "linuxbsd", "android", "haiku", "javascript", "ios"]
# Eventually support for each them should be added back (except Haiku if not supported by .NET Core)
supported_platforms = ["windows", "macos", "linuxbsd", "server"]
supported_platforms = ["windows", "macos", "linuxbsd"]
def can_build(env, platform):