Reacting to Mvc renames

This commit is contained in:
Pranav K 2015-08-26 09:43:35 -07:00
parent 85ff9e1b7f
commit ef24402f1d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
using System;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Razor.Precompilation;
using Microsoft.Dnx.Runtime;
namespace MusicStore

View File

@ -1,5 +1,5 @@
using System;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Razor.Precompilation;
using Microsoft.Dnx.Runtime;
namespace MusicStore