This is a minor maintenance release in response to the release of .NET 10.
Enhancements
- Add target framework
net10.0as officially supported. - When the
Mainmethod for test execution is included in a test assembly, its containing class no longer conflicts with any coincidentally generatedProgramclass, as can now happen with ASP.NET Core's source generator. #369
Housekeeping
- Builds use the .NET 10 SDK.