Open
Conversation
added 2 commits
November 7, 2024 10:14
将所有项目的目标框架从 net7.0 升级到 net8.0。 在多个项目中升级了多个包版本,包括: - Microsoft.Extensions.DependencyModel 到 8.0.2 - Microsoft.AspNetCore.Authentication.JwtBearer 到 8.0.10 - MiniExcel 到 1.34.2 - Lazy.Captcha.Core 到 2.0.9 - Swashbuckle.AspNetCore 到 6.9.0 - NLog 到 5.3.4 - Quartz 到 3.13.1 - Aliyun.OSS.SDK.NetCore 到 2.14.1 - MailKit 到 4.8.0 - Microsoft.AspNetCore.Mvc.NewtonsoftJson 到 8.0.10 添加了以下新包: - System.IdentityModel.Tokens.Jwt 版本 8.2.0 - System.Text.Json 版本 8.0.5 - BouncyCastle.Cryptography 版本 2.4.0 - MimeKit 版本 4.8.0 - SqlSugarCoreNoDrive 版本 5.1.4.170 - Microsoft.Extensions.Caching.Memory 版本 8.0.1
在多个文件中,将 `Response.Headers.Add` 替换为 `Response.Headers.Append`,包括 `BaseController.cs`、`JsonApiController.cs`、`JwtExtension.cs`、`Program.cs` 和 `VerifyAttribute.cs`。此外,添加了对 `Microsoft.AspNetCore.Http` 的引用。
Author
|
升级所有依赖到 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
将所有项目的目标框架从 net7.0 升级到 net8.0。
在多个项目中升级了多个包版本,包括:
添加了以下新包: