提到主分支 New/for classisland 2.1.1.0 - #93
Conversation
Co-authored-by: Programmer_MrWang <wanghaoyu-geren@outlook.com>
fix:System.Management版本号错误导致程序启动崩溃
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 679605fa59
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <PropertyGroup> | ||
| <TargetFramework>net8.0-windows10.0.17763.0</TargetFramework> | ||
| <TargetFramework>net10.0-windows10.0.19041.0</TargetFramework> |
There was a problem hiding this comment.
Update CI to install a .NET 10 SDK
This retargets the project to net10.0-windows10.0.19041.0, but I checked .github/workflows/dotnet-build.yml and the build job still installs only dotnet-version: '8.0.x' before running dotnet restore and dotnet publish -p:CreateCipx=true. On every PR/push CIPX build, an SDK 8 runner cannot build a net10.0 target, so the release artifact generation will fail until the workflow installs a .NET 10 SDK or the target framework stays on a supported SDK.
Useful? React with 👍 / 👎.
No description provided.