This is a minor maintenance release in response to the release of the .NET 9 SDK, the net9.0
target framework, and C# 13.
Enhancements
- Add target framework
net9.0
as officially supported. string
andchar
serialization in parameterized case names respects the\e
escape sequence introduced in C# 13. For earlier C# versions, continue to use the supported sequence\u001B
. #359
Housekeeping
- Builds use the .NET 9 SDK.
- Remove the "terminal logger" command line flag from the build script, as it is the default behavior starting in the .NET 9 SDK.
- Drop detailed Target Framework Change instructions from
CONTRIBUTING.md
, as we do not recommend third parties attempt this kind of change and because the content of the instructions always lags the real work encountered for each such change.