How to install the package Microsoft.IdentityModel.Logging from NuGet
.Net
C#
NuGet
Microsoft.IdentityModel.Logging
Here are different methods to install the package. Check the documentation for the latest version.
# Package Manager
Install-Package Microsoft.IdentityModel.Logging -Version 6.8.0
# .NET CLI
dotnet add package Microsoft.IdentityModel.Logging --version 6.8.0
# PackageReference
<PackageReference Include="Microsoft.IdentityModel.Logging" Version="6.8.0" />
# Paket CLI
paket add Microsoft.IdentityModel.Logging --version 6.8.0