React to renames

This commit is contained in:
David Fowler 2014-05-08 03:24:18 -07:00
parent 6fb34c6ab7
commit 3b31df3d29
7 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.Mvc
{

View File

@ -25,7 +25,7 @@ using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Emit;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.Mvc.Razor.Compilation
{

View File

@ -21,7 +21,7 @@ using System.IO;
using System.Linq;
using Microsoft.AspNet.FileSystems;
using Microsoft.AspNet.Razor;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.Mvc.Razor
{

View File

@ -17,7 +17,7 @@
using Microsoft.CodeAnalysis;
namespace Microsoft.Net.Runtime
namespace Microsoft.Framework.Runtime
{
[AssemblyNeutral]
public interface IRoslynMetadataReference : IMetadataReference

View File

@ -19,7 +19,7 @@ using System;
using System.Threading.Tasks;
using Microsoft.AspNet.FileSystems;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.Mvc.Razor
{

View File

@ -19,7 +19,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
using Moq;
using Xunit;

View File

@ -20,7 +20,7 @@ using Microsoft.AspNet.FileSystems;
using Microsoft.AspNet.Razor;
using Microsoft.AspNet.Razor.Generator.Compiler;
using Microsoft.AspNet.Razor.Parser.SyntaxTree;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
using Moq;
using Xunit;