diff --git a/NuGet.config b/NuGet.config index f7db9b2150..72afc34e4d 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,7 +2,6 @@ - diff --git a/samples/SocialWeather/project.json b/samples/SocialWeather/project.json index 0e9ec1ac8d..1028521d36 100644 --- a/samples/SocialWeather/project.json +++ b/samples/SocialWeather/project.json @@ -9,9 +9,7 @@ "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*", "Newtonsoft.Json": "9.0.1", - "Microsoft.AspNetCore.Sockets": { - "target": "project" - }, + "Microsoft.AspNetCore.Sockets": "0.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.1.0-*", "Google.Protobuf": "3.1.0" },