dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
124 stars 46 forks source link

Remove Microsoft.IdentityModel.Clients.ActiveDirectory dependency #1276

Closed mthalman closed 6 months ago

mthalman commented 6 months ago

Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated. This removes all dependencies on that package.

I also removed Microsoft.Identity.Client since a direct dependency is not needed. It's a transitive dependency from Azure.Identity.

Fixes https://github.com/dotnet/docker-tools/issues/1176