Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frameworks/CSharp/touchsocket/benchmark_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"framework": "touchsocket",
"maintainers": ["rrqm"],
"tests": [
{
"default": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TouchSocket.Http" Version="4.1.1" />
<PackageReference Include="TouchSocket.Http" Version="4.1.3" />
</ItemGroup>
</Project>

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TouchSocket" Version="4.1.1" />
<PackageReference Include="TouchSocket" Version="4.1.3" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<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" />
Comment on lines 12 to +14
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
</ItemGroup>
</Project>
Loading