From fe6dd370685706905cf0d5c3136480b3dd0412ce Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 21 Apr 2021 19:30:34 +0200 Subject: [PATCH] Remove stale property (#51615) The by the SDK default included netframework reference assembly are used instead of the old microsoft.netframework.targetingpack. Removing the stale property. --- .../src/System.Net.Http.WinHttpHandler.csproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj index 4c08c8421af..3a1719f2c0d 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj @@ -8,8 +8,6 @@ SR.PlatformNotSupported_WinHttpHandler - - $(NuGetPackageRoot)\microsoft.targetingpack.netframework.v4.6.1\1.0.1\lib\net461\;$(AssemblySearchPaths) -- GitLab