This commit is contained in:
N. Taylor Mullen 2015-05-29 14:52:23 -07:00
parent 40dcd0a6cc
commit 3fa5dee2d7
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using Microsoft.AspNet.Razor;
using Microsoft.AspNet.Razor.Generator;
using Microsoft.AspNet.Razor.CodeGenerators;
using Microsoft.Framework.Runtime;
namespace PageGenerator
@ -32,7 +32,7 @@ namespace PageGenerator
if (diagnosticsLibInfo == null)
{
throw new ArgumentException(string.Format(
"Unable to open library {0}. Is it spelled correctly and listed as a dependency in project.json?",
"Unable to open library {0}. Is it spelled correctly and listed as a dependency in project.json?",
args[0]));
}
var viewBasePath = Path.Combine(Path.GetDirectoryName(diagnosticsLibInfo.Path), "Views");