Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2fd310f

Browse files
authored
Upgrade the version of DirectoryServices used by tests (#28247)
* Upgrade the version of DirectoryServices used by OOB packages * Stop using using global.json for native tools and instead use machine install
1 parent 2a88fcf commit 2fd310f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

global.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
"tools": {
33
"dotnet": "3.1.100"
44
},
5-
"native-tools": {
6-
"cmake": "3.11.1",
7-
"python": "2.7.15"
8-
},
95
"msbuild-sdks": {
106
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22114.9",
117
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.22114.9",

tests/src/Common/CoreFX/CoreFX.depproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<!-- Microsoft.Private.CoreFx.OOB is a meta-package that contains references to most of what we need -->
3939
<PackageReference Include="Microsoft.Private.CoreFx.OOB" Version="4.7.0-rtm.19564.4" />
4040

41+
<PackageReference Include="System.DirectoryServices.Protocols" Version="5.0.1" />
4142
<PackageReference Include="System.IO.Pipelines" Version="4.7.2" />
4243
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="4.7.2" />
4344
<PackageReference Include="System.Net.Http.Json" Version="3.2.1" />

0 commit comments

Comments
 (0)