Skip to content

Commit 7dc01b6

Browse files
BrennanConroynatemcmaster
authored andcommitted
Fix 2.2 benchmarks (#4322)
1 parent e435fd1 commit 7dc01b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/SignalR/benchmarkapps/BenchmarkServer/BenchmarkServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.2</TargetFramework>
5-
<!-- SignalR is versioned 1.0 alongside the 2.1 version of AspNetCore.All, this converts the .All version to the SignalR version -->
6-
<MessagePackPackageVersion Condition=" '$(BenchmarksTargetFramework)' != '' ">$([System.String]::Copy($(MicrosoftAspNetCoreAllPackageVersion)).Replace('2.2', '1.1'))</MessagePackPackageVersion>
5+
<!-- Protocols.MessagePack isn't part of the .All metapackage, so we need to manually add it -->
6+
<MessagePackPackageVersion Condition=" '$(BenchmarksTargetFramework)' != '' ">1.1.0</MessagePackPackageVersion>
77
</PropertyGroup>
88

99
<ItemGroup>

src/SignalR/benchmarkapps/BenchmarkServer/signalr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"Default": {
33
"Client": "SignalR",
44
"Source": {
5-
"Repository": "https://github.com/aspnet/SignalR.git",
5+
"Repository": "https://github.com/aspnet/AspNetCore.git",
66
"BranchOrCommit": "release/2.2",
7-
"Project": "benchmarkapps/BenchmarkServer/BenchmarkServer.csproj"
7+
"Project": "src/signalr/benchmarkapps/BenchmarkServer/BenchmarkServer.csproj"
88
},
99
"Connections": 10,
1010
"Duration": 20,

0 commit comments

Comments
 (0)