Fix typo in resources.designer.cs
https://github.com/aspnet/Identity/issues/37
This commit is contained in:
parent
b079480383
commit
43b780c8ac
|
|
@ -42,7 +42,7 @@ namespace Microsoft.AspNet.Identity {
|
|||
#if NET45
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.AspNet.Identity.Resources", typeof(Resources).Assembly);
|
||||
#else
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.AspNet.Routing.Resources", System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(Resources)).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.AspNet.Identity.Resources", System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(Resources)).Assembly);
|
||||
#endif
|
||||
resourceMan = temp;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue