From: Anirudh Agnihotry Date: Thu, 20 Aug 2020 02:35:23 +0000 (-0700) Subject: Cleaning up unused TargetsBrowser conditions (#41062) X-Git-Tag: submit/tizen/20210909.063632~5876 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94ec04c94650608711991f8f7e07e2857ee41810;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Cleaning up unused TargetsBrowser conditions (#41062) * minor cleanup * remove unused string --- diff --git a/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj b/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj index 2016c93..324ce07 100644 --- a/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj +++ b/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj @@ -189,7 +189,7 @@ - + diff --git a/src/libraries/System.Security.Cryptography.Primitives/src/Resources/Strings.resx b/src/libraries/System.Security.Cryptography.Primitives/src/Resources/Strings.resx index 1307030..a1b8604 100644 --- a/src/libraries/System.Security.Cryptography.Primitives/src/Resources/Strings.resx +++ b/src/libraries/System.Security.Cryptography.Primitives/src/Resources/Strings.resx @@ -129,7 +129,4 @@ The algorithm's implementation is incorrect. - - System.Security.Cryptography.Primitives is not supported on this platform. - diff --git a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj index a75db12..681bb08 100644 --- a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj +++ b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj @@ -5,9 +5,6 @@ $(NetCoreAppCurrent) enable - - SR.SystemSecurityCryptographyPrimitives_PlatformNotSupported - diff --git a/src/libraries/System.Security.Cryptography.Xml/src/Resources/Strings.resx b/src/libraries/System.Security.Cryptography.Xml/src/Resources/Strings.resx index 83c6829..f575153 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/Resources/Strings.resx +++ b/src/libraries/System.Security.Cryptography.Xml/src/Resources/Strings.resx @@ -377,7 +377,4 @@ Transform method "{0}" is not on the safe list. Safe transform methods are: {1}. - - System.Security.Cryptography.Xml is not supported on this platform. - diff --git a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj index 5f39ed5..557d18e 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj @@ -7,9 +7,6 @@ true - - SR.SystemSecurityCryptographyXml_PlatformNotSupported -