Reacting to DI changes

This commit is contained in:
Pranav K 2015-08-11 13:04:40 -07:00
parent 9bebd183d7
commit 4342f25ece
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ using Microsoft.AspNet.DataProtection.AuthenticatedEncryption;
using Microsoft.AspNet.DataProtection.KeyManagement;
using Microsoft.AspNet.DataProtection.XmlEncryption;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.DependencyInjection.Extensions;
using Microsoft.Framework.Internal;
using Microsoft.Win32;

View File

@ -3,6 +3,7 @@
using System;
using Microsoft.AspNet.DataProtection;
using Microsoft.Framework.DependencyInjection.Extensions;
using Microsoft.Framework.Internal;
namespace Microsoft.Framework.DependencyInjection

View File

@ -11,6 +11,7 @@ using Microsoft.AspNet.DataProtection.AuthenticatedEncryption.ConfigurationModel
using Microsoft.AspNet.DataProtection.KeyManagement;
using Microsoft.AspNet.Testing.xunit;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.DependencyInjection.Extensions;
using Microsoft.Framework.OptionsModel;
using Microsoft.Win32;
using Xunit;