not needed

This commit is contained in:
2019-01-26 14:47:47 +00:00
parent 0fcc16e8bc
commit b20495b914
2 changed files with 4 additions and 4 deletions

View File

@ -37,8 +37,8 @@ namespace Yavsc
app.UseAppBuilder(appBuilder => appBuilder.MapSignalR(
path,
new HubConfiguration() {
EnableDetailedErrors = true,
EnableJSONP = true
EnableDetailedErrors = false,
EnableJSONP = false
}
));
}

View File

@ -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-*",