IBuilder moved to the namespace Microsoft.AspNet.Builder. Fixing it in the musicstore.

This commit is contained in:
Praburaj 2014-05-06 12:02:55 -07:00
parent 2ab97f7d42
commit be977fbc56
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
using Microsoft.AspNet;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Builder;
using Microsoft.Framework.ConfigurationModel;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.DependencyInjection.Fallback;