SignalR: Fix Crankier build (#9976)
* fix benchmarkapps build * move Directory.* to BenchmarkServer
This commit is contained in:
parent
6c5e1690ad
commit
c2e2d7d135
|
|
@ -33,7 +33,7 @@ namespace BenchmarkServer
|
|||
}
|
||||
}
|
||||
|
||||
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
|
||||
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
||||
{
|
||||
app.UseSignalR(routes =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue