Fixing the DI namespace in Program.cs

This commit is contained in:
Praburaj 2014-05-06 13:09:12 -07:00
parent adb50f7fdc
commit adef8c9093
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
using Microsoft.Framework.ConfigurationModel;
using Microsoft.Framework.DependencyInjection;
using Microsoft.AspNet.DependencyInjection.Fallback;
using Microsoft.Framework.DependencyInjection.Fallback;
using Microsoft.AspNet.Hosting;
using System;
using System.Threading.Tasks;