优化(csproj): 升级TouchSocket相关依赖至4.1.3#10741
优化(csproj): 升级TouchSocket相关依赖至4.1.3#10741msmith-techempower merged 2 commits intoTechEmpower:masterfrom
Conversation
升级TouchSocket.Http、TouchSocket、TouchSocket.Hosting、TouchSocket.WebApi等NuGet包版本至4.1.3,保持依赖项一致性与最新状态
There was a problem hiding this comment.
Pull request overview
This PR updates the TouchSocket benchmark projects’ NuGet package references to newer TouchSocket 4.1.3 versions to keep the main variants aligned with the intended dependency level.
Changes:
- Bump
TouchSocket.HostingandTouchSocket.WebApito4.1.3in the WebApi variant project. - Bump
TouchSocketto4.1.3in the HttpPlatform variant project. - Bump
TouchSocket.Httpto4.1.3in the minimal HTTP variant project.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| frameworks/CSharp/touchsocket/src/TouchSocketWebApi/TouchSocketWebApi.csproj | Updates WebApi-related TouchSocket package versions to 4.1.3. |
| frameworks/CSharp/touchsocket/src/TouchSocketHttpPlatform/TouchSocketHttpPlatform.csproj | Updates core TouchSocket package to 4.1.3 for the platform variant. |
| frameworks/CSharp/touchsocket/src/TouchSocketHttp/TouchSocketHttp.csproj | Updates TouchSocket.Http package to 4.1.3 for the minimal HTTP variant. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0" /> | ||
| <PackageReference Include="TouchSocket.Hosting" Version="4.1.1" /> | ||
| <PackageReference Include="TouchSocket.WebApi" Version="4.1.1" /> | ||
| <PackageReference Include="TouchSocket.Hosting" Version="4.1.3" /> | ||
| <PackageReference Include="TouchSocket.WebApi" Version="4.1.3" /> |
There was a problem hiding this comment.
PR description says it upgrades TouchSocket.Http/TouchSocket/TouchSocket.Hosting/TouchSocket.WebApi to 4.1.3 for dependency consistency, but the *31 variants in this same benchmark set still reference TouchSocket packages at 3.1.0 (e.g., src/TouchSocketWebApi31 and src/TouchSocketHttp31). Either update those variants too, or adjust the PR description/scope to clarify that the *31 variants intentionally remain on 3.1.0.
|
Please add the maintainers in the benchmark_config.json. So with any change or marked as broken, it'll be notified to them. Example: |
增加maintainers字段,指定项目维护者为"rrqm"
升级TouchSocket.Http、TouchSocket、TouchSocket.Hosting、TouchSocket.WebApi等NuGet包版本至4.1.3,保持依赖项一致性与最新状态