Upgraded to .NET Core & ASP.NET Core 3.1.
Breaking Changes
Enhancements
- PR #2349: en localization grammar issue (by olicooper)
- PR #2327: Resolved: #2326 (by wakuflair)
- ISSUE #2326: 'abp update' command should also update the projects under the "host" folder
- PR #2293: CheckPassword method should call ReplaceEmailToUsernameOfInputIfNeeds. (by maliming)
- PR #2275: Enable UserSecrets for template projects. (by maliming)
Bug Fixes
- ISSUE #2369: The RemoteService has No effect when add on a service method.
- ISSUE #2323: Docs module ProjectDto to EditGithubProjectViewModel mapping error
- PR #2307: Fixed mongo repository expression error in AuditLogging module. (by maliming)
Others
- PR #2370: When RemoteService is disabled, the selector of the service or service method is no longer configured. (by maliming)
- PR #2357: fix inconsistent tenantId format (by Goxiaoy)
- PR #2348: Remove obsolete code (by liangshiw)
- ISSUE #2346: Lerna should be reconfigured for Angular packages
- PR #2344: Fix: set the default mail template culture name to "en" (by liangshiw)
- PR #2312: update PT-BR translation (by marcelo-maciel)
- PR #2309: Upgrade frameworks & modules & samples to asp net core 3.1. (by maliming)
- ISSUE #2302: .NET Core 3.1 Support
- ISSUE #2274: Enable UserSecrets for template projects.