aspnetcore/samples/SocketsSample
David Fowler 87c4da41e8 Disabling hosting startup
- VS injects a bad version of AppInsights because it doesn't
check the shared framework version in use. Since we constantly
are on the bleeding edge, we get out of sync frequently. This
change disables them from running.
2017-05-21 16:46:47 -07:00
..
EndPoints Implement new Hub Protocol (Part Deux) (#390) 2017-05-09 12:24:58 -07:00
Hubs
Properties
wwwroot Make the http end points more resty (#470) 2017-05-19 23:37:17 -07:00
Program.cs Disabling hosting startup 2017-05-21 16:46:47 -07:00
SocketsSample.csproj Make the http end points more resty (#470) 2017-05-19 23:37:17 -07:00
Startup.cs Remove custom routing and path matching from HttpConnectionDispatcher (#471) 2017-05-20 00:34:29 -07:00
web.config