Skip to content

Commit c2e2d7d

Browse files
staff0rdBrennanConroy
authored andcommitted
SignalR: Fix Crankier build (#9976)
* fix benchmarkapps build * move Directory.* to BenchmarkServer
1 parent 6c5e169 commit c2e2d7d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/SignalR/perf/benchmarkapps/BenchmarkServer/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void ConfigureServices(IServiceCollection services)
3333
}
3434
}
3535

36-
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
36+
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
3737
{
3838
app.UseSignalR(routes =>
3939
{

0 commit comments

Comments
 (0)