Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add Target Framework `net10.0`

Latest

Choose a tag to compare

@plioi plioi released this 15 Nov 04:34
· 1 commit to main since this release
2296f01

This is a minor maintenance release in response to the release of .NET 10.

Enhancements

  • Add target framework net10.0 as officially supported.
  • When the Main method for test execution is included in a test assembly, its containing class no longer conflicts with any coincidentally generated Program class, as can now happen with ASP.NET Core's source generator. #369

Housekeeping

  • Builds use the .NET 10 SDK.