From 73d4f20175a8a1bc13e7374cb73ed787ebab2c39 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Mon, 27 Aug 2018 14:51:38 -0700 Subject: [PATCH] Exclude unknown version from harvested supported frameworks A number of packages have harvested supported frameworks that we cannot determine the version for because they are placeholders for inbox components so we are just excluding them from the list of supported frameworks to verify since we don't have a great way to determine the correct versions. Commit migrated from https://github.com/dotnet/corefx/commit/91125724bd2d2153ca95cd2be31ffe1c5e2f1b3c --- src/libraries/Directory.Build.targets | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index 1596afd..0d8bc24 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -11,7 +11,7 @@ - + @@ -27,7 +27,7 @@ --> - + + + + + + + -- 2.7.4