@@ -16,7 +16,7 @@ Debugging symbols are available in symbol packages in the AppVeyor build artifac
1616
1717## License
1818
19- Castle Core is © ; 2004-2022 Castle Project. It is free software, and may be redistributed under the terms of the [ Apache 2.0] ( http://opensource.org/licenses/Apache-2.0 ) license.
19+ Castle Core is © ; 2004-2025 Castle Project. It is free software, and may be redistributed under the terms of the [ Apache 2.0] ( http://opensource.org/licenses/Apache-2.0 ) license.
2020
2121## Contributing
2222
@@ -50,13 +50,13 @@ build.cmd
5050
5151The following conditional compilation symbols (vertical) are currently defined for each of the build configurations (horizontal):
5252
53- Symbol | .NET 4.6.2 | .NET Standard 2.0 | .NET 8
54- ----------------------------------- | ------------------ | ----------------- | ------------------
55- ` FEATURE_APPDOMAIN ` | :white_check_mark : | :no_entry_sign : | :no_entry_sign :
56- ` FEATURE_ASSEMBLYBUILDER_SAVE ` | :white_check_mark : | :no_entry_sign : | :no_entry_sign :
57- ` FEATURE_BYREFLIKE ` | :no_entry_sign : | :no_entry_sign : | :white_check_mark :
58- ` FEATURE_SERIALIZATION ` | :white_check_mark : | :no_entry_sign : | :no_entry_sign :
59- ` FEATURE_SYSTEM_CONFIGURATION ` | :white_check_mark : | :no_entry_sign : | :no_entry_sign :
53+ Symbol | .NET 4.6.2 | .NET Standard 2.0 | .NET 8 | .NET 9
54+ ----------------------------------- | ------------------ | ----------------- | ------------------ | ------------------
55+ ` FEATURE_APPDOMAIN ` | :white_check_mark : | :no_entry_sign : | :no_entry_sign : | : no_entry_sign :
56+ ` FEATURE_ASSEMBLYBUILDER_SAVE ` | :white_check_mark : | :no_entry_sign : | :no_entry_sign : | : no_entry_sign :
57+ ` FEATURE_BYREFLIKE ` | :no_entry_sign : | :no_entry_sign : | :white_check_mark : | : white_check_mark :
58+ ` FEATURE_SERIALIZATION ` | :white_check_mark : | :no_entry_sign : | :no_entry_sign : | : no_entry_sign :
59+ ` FEATURE_SYSTEM_CONFIGURATION ` | :white_check_mark : | :no_entry_sign : | :no_entry_sign : | : no_entry_sign :
6060
6161* ` FEATURE_APPDOMAIN ` - enables support for features that make use of an AppDomain in the host.
6262* ` FEATURE_ASSEMBLYBUILDER_SAVE ` - enabled support for saving the dynamically generated proxy assembly.
0 commit comments