not needed
This commit is contained in:
parent
5a08e29d11
commit
8ad9091ecf
2 changed files with 4 additions and 4 deletions
|
|
@ -37,8 +37,8 @@ namespace Yavsc
|
|||
app.UseAppBuilder(appBuilder => appBuilder.MapSignalR(
|
||||
path,
|
||||
new HubConfiguration() {
|
||||
EnableDetailedErrors = true,
|
||||
EnableJSONP = true
|
||||
EnableDetailedErrors = false,
|
||||
EnableJSONP = false
|
||||
}
|
||||
));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -90,8 +90,8 @@
|
|||
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-*",
|
||||
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final",
|
||||
"Microsoft.AspNet.Server.WebListener": "1.0.0-rc1-final",
|
||||
"Microsoft.AspNet.SignalR.Core": "2.2.1",
|
||||
"Microsoft.AspNet.SignalR.JS": "2.2.1",
|
||||
"Microsoft.AspNet.SignalR.Core": "2.3.0",
|
||||
"Microsoft.AspNet.SignalR.JS": "2.3.0",
|
||||
"Microsoft.AspNet.StaticFiles": "1.0.0-rc1-*",
|
||||
"Microsoft.AspNet.Tooling.Razor": "1.0.0-rc1-*",
|
||||
"Microsoft.AspNet.WebSockets.Server": "1.0.0-rc1-*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue