| # BUILD FILE SYNTAX: STARLARK | |
| SE_VERSION = "4.9.1" | |
| ASSEMBLY_VERSION = "4.0.0.0" | |
| SUPPORTED_NET_FRAMEWORKS = ["net45", "net46", "net47", "net48"] | |
| SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0", "netstandard2.1", "net5.0", "net6.0"] | |
| SUPPORTED_DEVTOOLS_VERSIONS = [ | |
| "v85", | |
| "v112", | |
| "v113", | |
| "v114", | |
| ] | |
| ASSEMBLY_COMPANY = "Selenium Committers" | |
| ASSEMBLY_COPYRIGHT = "Copyright © Software Freedom Conservancy 2023" | |
| ASSEMBLY_INFORMATIONAL_VERSION = SE_VERSION | |
| ASSEMBLY_PRODUCT = "Selenium" |