IBuilder moved to the namespace Microsoft.AspNet.Builder. Fixing it in the musicstore.
This commit is contained in:
parent
2ab97f7d42
commit
be977fbc56
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue