Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING: Remove .NET Core 3.0 and .NET Core 2.2 support #118

Closed
cd21h opened this issue Dec 5, 2020 · 0 comments · Fixed by #120
Closed

BREAKING: Remove .NET Core 3.0 and .NET Core 2.2 support #118

cd21h opened this issue Dec 5, 2020 · 0 comments · Fixed by #120
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@cd21h
Copy link
Member

cd21h commented Dec 5, 2020

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()
@cd21h cd21h added the enhancement New feature or request label Dec 5, 2020
@cd21h cd21h added this to the vNext milestone Dec 5, 2020
@cd21h cd21h self-assigned this Dec 5, 2020
@cd21h cd21h changed the title Remove .NET Core 3.0 and .NET Core 2.2 support BREAKING: Remove .NET Core 3.0 and .NET Core 2.2 support Dec 5, 2020
@cd21h cd21h closed this as completed in #120 Dec 5, 2020
@cd21h cd21h mentioned this issue Dec 6, 2020
cd21h added a commit that referenced this issue Dec 6, 2020
* Add .NET 5 support, closes #109;
  * Enable nullable reference types;
  * Upgrade `dotnet-install` script;
* Cleanup, closes #118 and #119;
* Fix FileExtensions in options, closes #121
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant