Fix NetStandard issue in System.IO.FileSystem.AccessControl in 5.0 (dotnet/corefx...
authorCarlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com>
Wed, 13 Nov 2019 20:26:12 +0000 (12:26 -0800)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2019 20:26:12 +0000 (12:26 -0800)
commit6d1ec2ab17e29e48ad847e7d0997e0ea364a99ef
tree5d4f18bad82ca3affaad2db4a2625dc4a6021113
parent00d3a3b7335d6bcda0c78d410feb7120584fd616
Fix NetStandard issue in System.IO.FileSystem.AccessControl in 5.0 (dotnet/corefx#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.

Commit migrated from https://github.com/dotnet/corefx/commit/70150e6750c35c9a67803e9cddfda7b1db2ec487
src/libraries/Common/src/System/IO/FileSystem.Attributes.Windows.cs
src/libraries/Common/src/System/IO/FileSystem.DirectoryCreation.Windows.cs
src/libraries/Common/src/System/IO/PathInternal.Unix.cs
src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj
src/libraries/System.IO.FileSystem.AccessControl/src/System/IO/FileSystemAclExtensions.cs
src/libraries/System.IO.FileSystem.AccessControl/src/System/IO/FileSystemAclExtensions.netcoreapp.cs [deleted file]
src/libraries/System.IO.FileSystem.AccessControl/src/System/IO/FileSystemAclExtensions.netstandard.cs [deleted file]