Fix NetStandard issue in System.IO.FileSystem.AccessControl in 5.0 (#42546)
commitd3fbf4a1d3ad98a73d57726bbb7be5a1d61abfff
authorCarlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com>
Wed, 13 Nov 2019 20:26:12 +0000 (13 12:26 -0800)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 15 Nov 2019 12:29:04 +0000 (15 13:29 +0100)
tree6340443686444ba56870c7ab0c1e3731bc387a0e
parent00b0170bdc38d017bc792578e274608ece60f42d
Fix NetStandard issue in System.IO.FileSystem.AccessControl in 5.0 (#42546)

Fix NetStandard issue in System.IO.FileSystem.AccessControl

We built the fix incorrectly so that it would only apply for netcoreapp3.0 but customer needs it on netstandard2.0 (desktop + core).  Customer impact is that they’ll see a PlatformNotSupported exception rather than the new API.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/IO/Path.cs
netcore/System.Private.CoreLib/shared/System/IO/PathInternal.cs