Update Resource lookup keys for VSRC1 packages.

This commit is contained in:
N. Taylor Mullen 2016-04-06 11:43:09 -07:00
parent 3396f2ccf9
commit 3ebb14ee4b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace Microsoft.AspNet.Mvc.Razor.Host
internal static class Resources
{
private static readonly ResourceManager _resourceManager
= new ResourceManager("Microsoft.AspNet.Mvc.Razor.Host.Resources", typeof(Resources).GetTypeInfo().Assembly);
= new ResourceManager("Microsoft.AspNet.Mvc.Razor.Host.VSRC1.Resources", typeof(Resources).GetTypeInfo().Assembly);
/// <summary>
/// Value cannot be null or empty.