Skip to content

Commit cb782cf

Browse files
authored
Move from ADAL to MSAL (#1153)
* Drop Microsoft.IdentityModel.Clients.ActiveDirectory (ADAL), pick up Microsoft.Identity.Client (MSAL) * Move to latest ServerCommon and NuGetGallery packages to pull in MSAL move * Update build tools to latest to drop ADAL reference in a tool Progress on NuGet/Engineering#4992
1 parent 872034f commit cb782cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
<EnablePackageVersionOverride>false</EnablePackageVersionOverride>
5-
<ServerCommonPackageVersion>2.112.0</ServerCommonPackageVersion>
5+
<ServerCommonPackageVersion>2.113.0</ServerCommonPackageVersion>
66
<NuGetClientPackageVersion>6.6.1</NuGetClientPackageVersion>
7-
<NuGetGalleryPackageVersion>4.4.5-dev-8435783</NuGetGalleryPackageVersion>
7+
<NuGetGalleryPackageVersion>4.4.5-dev-8445918</NuGetGalleryPackageVersion>
88
</PropertyGroup>
99
<ItemGroup>
1010
<PackageVersion Include="Autofac" Version="4.9.1" />

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ param (
99
[string]$SemanticVersion = '1.0.0-zlocal',
1010
[string]$Branch = 'zlocal',
1111
[string]$CommitSHA,
12-
[string]$BuildBranchCommit = '900bef1848c739abb49805f2706014d0be4dccbe' #DevSkim: ignore DS173237. Not a secret/token. It is a commit hash.
12+
[string]$BuildBranchCommit = '5295c6e0d2ae7357fccf01e48c56b768b192f022' #DevSkim: ignore DS173237. Not a secret/token. It is a commit hash.
1313
)
1414

1515
# For TeamCity - If any issue occurs, this script fails the build. - By default, TeamCity returns an exit code of 0 for all powershell scripts, even if they fail

0 commit comments

Comments
 (0)