Update Resource lookup keys for VSRC1 packages.
This commit is contained in:
parent
3396f2ccf9
commit
3ebb14ee4b
|
|
@ -8,7 +8,7 @@ namespace Microsoft.AspNet.Mvc.Razor.Host
|
||||||
internal static class Resources
|
internal static class Resources
|
||||||
{
|
{
|
||||||
private static readonly ResourceManager _resourceManager
|
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>
|
/// <summary>
|
||||||
/// Value cannot be null or empty.
|
/// Value cannot be null or empty.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue