Move RazorPreCompileModule.cs to Razor.Precompilation
This commit is contained in:
parent
1bad8ce6d1
commit
44b45f3b1f
|
|
@ -3,13 +3,12 @@
|
|||
|
||||
using System;
|
||||
using Microsoft.AspNet.FileProviders;
|
||||
using Microsoft.AspNet.Mvc.Razor.Precompilation;
|
||||
using Microsoft.Dnx.Compilation.CSharp;
|
||||
using Microsoft.Dnx.Runtime;
|
||||
using Microsoft.Framework.Caching.Memory;
|
||||
using Microsoft.Framework.DependencyInjection;
|
||||
|
||||
namespace Microsoft.AspNet.Mvc
|
||||
namespace Microsoft.AspNet.Mvc.Razor.Precompilation
|
||||
{
|
||||
/// <summary>
|
||||
/// An <see cref="ICompileModule"/> implementation that pre-compiles Razor views in the application.
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using System;
|
||||
using Microsoft.AspNet.Mvc;
|
||||
using Microsoft.AspNet.Mvc.Razor.Precompilation;
|
||||
|
||||
namespace PrecompilationWebSite
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue