diff --git a/NuGet.config b/NuGet.config index a4af876809..6aac65a840 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,6 +10,7 @@ + diff --git a/src/NuGetGallery.Operations/NuGetGallery.Operations.csproj b/src/NuGetGallery.Operations/NuGetGallery.Operations.csproj index 58e928e897..7d4c76a46f 100644 --- a/src/NuGetGallery.Operations/NuGetGallery.Operations.csproj +++ b/src/NuGetGallery.Operations/NuGetGallery.Operations.csproj @@ -176,10 +176,7 @@ - - ..\..\packages\System.Net.Http.2.0.20126.16343\lib\net40\System.Net.Http.dll - True - + False ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll @@ -190,10 +187,6 @@ ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll True - - ..\..\packages\System.Net.Http.2.0.20126.16343\lib\net40\System.Net.Http.WebRequest.dll - True - diff --git a/src/NuGetGallery.Operations/packages.config b/src/NuGetGallery.Operations/packages.config index 35a69a1ef8..9bd48c5e4e 100644 --- a/src/NuGetGallery.Operations/packages.config +++ b/src/NuGetGallery.Operations/packages.config @@ -27,7 +27,7 @@ - + \ No newline at end of file diff --git a/tests/NuGetGallery.Facts/App.config b/tests/NuGetGallery.Facts/App.config index 3579b5f045..63812e4075 100644 --- a/tests/NuGetGallery.Facts/App.config +++ b/tests/NuGetGallery.Facts/App.config @@ -94,7 +94,7 @@ - + diff --git a/tests/NuGetGallery.Facts/NuGetGallery.Facts.csproj b/tests/NuGetGallery.Facts/NuGetGallery.Facts.csproj index d2639abc71..9aaacc4d35 100644 --- a/tests/NuGetGallery.Facts/NuGetGallery.Facts.csproj +++ b/tests/NuGetGallery.Facts/NuGetGallery.Facts.csproj @@ -258,8 +258,8 @@ - - ..\..\packages\System.Net.Http.4.1.0\lib\net46\System.Net.Http.dll + + ..\..\packages\System.Net.Http.4.3.0-beta-24431-01\lib\net46\System.Net.Http.dll True diff --git a/tests/NuGetGallery.Facts/TestUtils/Infrastructure/FeedServiceHelpers.cs b/tests/NuGetGallery.Facts/TestUtils/Infrastructure/FeedServiceHelpers.cs index 00f382ddae..b96f04d47a 100644 --- a/tests/NuGetGallery.Facts/TestUtils/Infrastructure/FeedServiceHelpers.cs +++ b/tests/NuGetGallery.Facts/TestUtils/Infrastructure/FeedServiceHelpers.cs @@ -150,7 +150,7 @@ public static HttpServer SetupODataServer(TestDependencyResolver dependencyResol var configuration = new Mock(MockBehavior.Strict); configuration.Setup(c => c.GetSiteRoot(It.IsAny())).Returns("https://nuget.org/"); - configuration.Setup(c => c.Features).Returns(new FeatureConfiguration() { FriendlyLicenses = true }); + configuration.Setup(c => c.Features).Returns(new FeatureConfiguration { FriendlyLicenses = true }); var searchService = new Mock(MockBehavior.Strict); searchService.Setup(s => s.Search(It.IsAny())).Returns diff --git a/tests/NuGetGallery.Facts/packages.config b/tests/NuGetGallery.Facts/packages.config index 93e21ba2a0..4c5ea53ed1 100644 --- a/tests/NuGetGallery.Facts/packages.config +++ b/tests/NuGetGallery.Facts/packages.config @@ -54,7 +54,7 @@ - +