Removing precompilation module

This commit is contained in:
Pranav K 2016-01-12 15:24:29 -08:00
parent 1b9215002c
commit 7463dee1d5
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
using System;
using Microsoft.AspNet.Mvc.Razor.Precompilation;
using Microsoft.Extensions.PlatformAbstractions;
namespace MusicStore
{
public class RazorPreCompilation : RazorPreCompileModule
{
}
}