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

升级目标框架和多个包版本 #20

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DUWENINK
Copy link

@DUWENINK DUWENINK commented Nov 7, 2024

将所有项目的目标框架从 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

DUWENINK 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` 的引用。
@DUWENINK
Copy link
Author

DUWENINK commented Nov 7, 2024

升级所有依赖到最新版本 并且希望代码是 0 Error 0Wanrings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant