Hi,
I'm just learning about Services in D365 FinOps. In one of the book, they say I need to install a NuGet. Like this:
- Install some NuGet packages. Within Visual Studio, navigate toTools | NuGet Package Manager | Package Manager Console.
- In the Package Manager console, type in the following command:Install-Package Microsoft.IdentityModel.Clients.ActiveDirectory
I follow this instruction, then I got this message, If I'm right, it is error, can I say that ? If yes, anyone can help what is wrong ?

Thanks