Fix System.DirectoryServices configurations and generate PNS assembly correctly for...
authorSantiago Fernandez Madero <safern@microsoft.com>
Tue, 31 Oct 2017 23:14:22 +0000 (16:14 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2017 23:14:22 +0000 (16:14 -0700)
commit00b43c6514cb55348b17dc2db7655de688d4eb2e
treef6360e51ca870226d5f8d5bf2b06022a91c6d326
parente9e82e0b9cd2d7b1636a4d1494a005e0ac0fe809
Fix System.DirectoryServices configurations and generate PNS assembly correctly for UAP (dotnet/corefx#24878)

* Fix System.DirectoryServices configurations and generate PNS assembly correctly

* Fix CI adding UapVNext as a target framework for the pkg

* Fix configurations to be PNSE when targeting netstandard or any non-windows configuration

* Disable test that is using DirectoryServices and is getting PNSE

Commit migrated from https://github.com/dotnet/corefx/commit/3be15ca3d519fafc149c08b20727f88cb0f76e6a
src/libraries/System.DirectoryServices/src/Configurations.props
src/libraries/System.DirectoryServices/src/FxCopBaseline.AnyOS.cs [deleted file]
src/libraries/System.DirectoryServices/src/Resources/Strings.resx
src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj
src/libraries/System.DirectoryServices/tests/Configurations.props
src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj
src/libraries/System.IO.FileSystem.AccessControl/tests/DirectoryObjectSecurityTests.cs