You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove .NET Core 3.0 and 2.2 as they are out of support.
Remove obsolete classes
Alphacloud.MessagePack.AspNetCore.Formatters.MessagePackMvcBuilderExtensions - use IServiceCollection.AddMessagePack() instead of removed IMvcBuilder.AddMessagePackFormatters() or IMvcCoreBuilder.AddMessagePackFormatters()
The text was updated successfully, but these errors were encountered:
Remove .NET Core 3.0 and 2.2 as they are out of support.
Remove obsolete classes
Alphacloud.MessagePack.AspNetCore.Formatters.MessagePackMvcBuilderExtensions
- useIServiceCollection.AddMessagePack()
instead of removedIMvcBuilder.AddMessagePackFormatters()
orIMvcCoreBuilder.AddMessagePackFormatters()
The text was updated successfully, but these errors were encountered: