10000 Release Add Target Framework `net9.0` · fixie/fixie · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add Target Framework `net9.0`

Latest
Compare
Choose a tag to compare
@plioi plioi released this 15 Nov 18:23
· 24 commits to main since this release
dfa7f45

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 and char 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.
0