Skip to content

v3.1.0

Compare
Choose a tag to compare
@Hawxy Hawxy released this 15 Nov 06:57
· 18 commits to master since this release
63c8ca1

There are no public-facing API changes in this release.

  • Removed .NET Standard 2.0 target and added .NET 5 target. This drops support for .NET Core 2.x, however as I'm unable to find any public bot using both this package & .NET Core 2.x, this change shouldn't affect anyone. If you're consuming this package via a library project, target it to .NET Standard 2.1 or higher.

  • .NET 5 consumers will now receive the appropriate version of Microsoft.Extensions.Hosting. The version for 3.x consumers has also been bumped to latest.

  • Updated samples to .NET 5 and C# 9.

  • Misc internal fixes to quieten new roslyn warnings.