I've installed the Microsoft.Identity.Client in Visual Studio and can now declare using Microsoft.Identity.Client;
within the code. Visual Studio is happy. Unity, however, is not.
Assets\Scripts\AutoKhan.cs(8,17): error CS0234: The type or namespace name 'Identity' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
What must I do to make Unity similarly happy?