Updating Social Weather sample to 1.2.0

This commit is contained in:
moozzyk 2017-01-08 18:41:03 -08:00 committed by moozzyk
parent 217f707456
commit fa0219f75e
2 changed files with 7 additions and 6 deletions

View File

@ -13,6 +13,7 @@ namespace SocialWeather
public void ConfigureServices(IServiceCollection services)
{
services.AddRouting();
services.AddSockets();
services.AddSingleton<SocialWeatherEndPoint>();
services.AddTransient<PersistentConnectionLifeTimeManager>();
services.AddSingleton(typeof(JsonStreamFormatter<>), typeof(JsonStreamFormatter<>));

View File

@ -4,17 +4,17 @@
"version": "1.2.0-*",
"type": "platform"
},
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Newtonsoft.Json": "9.0.1",
"Microsoft.AspNetCore.Sockets": "0.1.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*",
"Google.Protobuf": "3.1.0"
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.1": {}