From 59bd827458b8c032ff31bf30b704b71b654488e3 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 21 Nov 2016 10:01:32 -0800 Subject: [PATCH] * Remove dotnet-corefxlab feed * Fix SocialWeather so that it restores as part of test runs. --- NuGet.config | 1 - samples/SocialWeather/project.json | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) 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" },