Updating Social Weather sample to 1.2.0
This commit is contained in:
parent
217f707456
commit
fa0219f75e
|
|
@ -13,6 +13,7 @@ namespace SocialWeather
|
||||||
public void ConfigureServices(IServiceCollection services)
|
public void ConfigureServices(IServiceCollection services)
|
||||||
{
|
{
|
||||||
services.AddRouting();
|
services.AddRouting();
|
||||||
|
services.AddSockets();
|
||||||
services.AddSingleton<SocialWeatherEndPoint>();
|
services.AddSingleton<SocialWeatherEndPoint>();
|
||||||
services.AddTransient<PersistentConnectionLifeTimeManager>();
|
services.AddTransient<PersistentConnectionLifeTimeManager>();
|
||||||
services.AddSingleton(typeof(JsonStreamFormatter<>), typeof(JsonStreamFormatter<>));
|
services.AddSingleton(typeof(JsonStreamFormatter<>), typeof(JsonStreamFormatter<>));
|
||||||
|
|
|
||||||
|
|
@ -4,17 +4,17 @@
|
||||||
"version": "1.2.0-*",
|
"version": "1.2.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
|
"Microsoft.AspNetCore.Diagnostics": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
||||||
"Newtonsoft.Json": "9.0.1",
|
"Newtonsoft.Json": "9.0.1",
|
||||||
"Microsoft.AspNetCore.Sockets": "0.1.0-*",
|
"Microsoft.AspNetCore.Sockets": "0.1.0-*",
|
||||||
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
|
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*",
|
||||||
"Google.Protobuf": "3.1.0"
|
"Google.Protobuf": "3.1.0"
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.1": {}
|
"netcoreapp1.1": {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue