File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/SignalR/benchmarkapps/BenchmarkServer Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<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 >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
"Default" : {
3
3
"Client" : " SignalR" ,
4
4
"Source" : {
5
- "Repository" : " https://github.com/aspnet/SignalR .git" ,
5
+ "Repository" : " https://github.com/aspnet/AspNetCore .git" ,
6
6
"BranchOrCommit" : " release/2.2" ,
7
- "Project" : " benchmarkapps/BenchmarkServer/BenchmarkServer.csproj"
7
+ "Project" : " src/signalr/ benchmarkapps/BenchmarkServer/BenchmarkServer.csproj"
8
8
},
9
9
"Connections" : 10 ,
10
10
"Duration" : 20 ,
You can’t perform that action at this time.
0 commit comments