Update IServiceProvider references

This commit is contained in:
Brice Lambson 2015-02-12 15:48:49 -08:00
parent 5038c369db
commit a48f76da7c
2 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ using System.Collections.Generic;
using System.Linq;
using Microsoft.Framework.ConfigurationModel;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.DependencyInjection.ServiceLookup;
using Microsoft.Framework.Logging;
using Microsoft.Framework.Runtime;
using Microsoft.Framework.Runtime.Infrastructure;
namespace Microsoft.AspNet.Hosting

View File

@ -6,7 +6,7 @@ using System.Collections.Generic;
using Microsoft.AspNet.Hosting.Fakes;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.DependencyInjection.Fallback;
using Microsoft.Framework.DependencyInjection.ServiceLookup;
using Microsoft.Framework.Runtime;
using Xunit;
namespace Microsoft.AspNet.Hosting.Tests