I've got an ASP.NET Web project open in Visual Studio 2015. I right click, and select "Configure Azure AD Authentication". I get the following error:
The Connected Services component 'Azure AD Authentication' failed: (HRESULT:0x80131509) Could not resolve mscorlib for target framework '.NETFramework,Version=v4.5'. This can happen if the target framework is not installed or if the framework moniker is incorrectly formatted.
I'm running Windows 10, so I tried changing the project's target framework to 4.6, but I got a similar error. I also went to Windows Features and ensured that I had all of the .NET checkboxes installed.