Adding `using Microsoft.Extensions.Configuration`

This commit is contained in:
Artak 2019-04-02 16:18:38 -07:00
parent 8c287bc7e5
commit ef46c364fd
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ using Microsoft.AspNetCore.Authentication.AzureAD.UI;
#if (IndividualB2CAuth)
using Microsoft.AspNetCore.Authentication.AzureADB2C.UI;
#endif
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;