React to aspnet/Configuration #195,#198

This commit is contained in:
Kirthi Krishnamraju 2015-05-20 18:20:35 -07:00
parent d89f5d0f47
commit af2c524352
7 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
using System; using System;
using Microsoft.AspNet.Authentication.Cookies; using Microsoft.AspNet.Authentication.Cookies;
using Microsoft.Framework.ConfigurationModel; using Microsoft.Framework.Configuration;
using Microsoft.Framework.Internal; using Microsoft.Framework.Internal;
namespace Microsoft.Framework.DependencyInjection namespace Microsoft.Framework.DependencyInjection

View File

@ -3,7 +3,7 @@
using System; using System;
using Microsoft.AspNet.Authentication.Facebook; using Microsoft.AspNet.Authentication.Facebook;
using Microsoft.Framework.ConfigurationModel; using Microsoft.Framework.Configuration;
using Microsoft.Framework.Internal; using Microsoft.Framework.Internal;
namespace Microsoft.Framework.DependencyInjection namespace Microsoft.Framework.DependencyInjection

View File

@ -3,7 +3,7 @@
using System; using System;
using Microsoft.AspNet.Authentication.Google; using Microsoft.AspNet.Authentication.Google;
using Microsoft.Framework.ConfigurationModel; using Microsoft.Framework.Configuration;
using Microsoft.Framework.Internal; using Microsoft.Framework.Internal;
namespace Microsoft.Framework.DependencyInjection namespace Microsoft.Framework.DependencyInjection

View File

@ -3,7 +3,7 @@
using System; using System;
using Microsoft.AspNet.Authentication.MicrosoftAccount; using Microsoft.AspNet.Authentication.MicrosoftAccount;
using Microsoft.Framework.ConfigurationModel; using Microsoft.Framework.Configuration;
using Microsoft.Framework.Internal; using Microsoft.Framework.Internal;
namespace Microsoft.Framework.DependencyInjection namespace Microsoft.Framework.DependencyInjection

View File

@ -3,7 +3,7 @@
using System; using System;
using Microsoft.AspNet.Authentication.OAuthBearer; using Microsoft.AspNet.Authentication.OAuthBearer;
using Microsoft.Framework.ConfigurationModel; using Microsoft.Framework.Configuration;
using Microsoft.Framework.Internal; using Microsoft.Framework.Internal;
namespace Microsoft.Framework.DependencyInjection namespace Microsoft.Framework.DependencyInjection

View File

@ -3,7 +3,7 @@
using System; using System;
using Microsoft.AspNet.Authentication.OpenIdConnect; using Microsoft.AspNet.Authentication.OpenIdConnect;
using Microsoft.Framework.ConfigurationModel; using Microsoft.Framework.Configuration;
using Microsoft.Framework.Internal; using Microsoft.Framework.Internal;
namespace Microsoft.Framework.DependencyInjection namespace Microsoft.Framework.DependencyInjection

View File

@ -3,7 +3,7 @@
using System; using System;
using Microsoft.AspNet.Authentication.Twitter; using Microsoft.AspNet.Authentication.Twitter;
using Microsoft.Framework.ConfigurationModel; using Microsoft.Framework.Configuration;
using Microsoft.Framework.Internal; using Microsoft.Framework.Internal;
namespace Microsoft.Framework.DependencyInjection namespace Microsoft.Framework.DependencyInjection