React to renames in resources
This commit is contained in:
parent
5334a0d8a9
commit
38e6846205
|
|
@ -40,9 +40,9 @@ namespace Microsoft.AspNet.Identity {
|
|||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
#if NET45
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.AspNet.Identity.Resources", typeof(Resources).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Framework.Identity.Resources", typeof(Resources).Assembly);
|
||||
#else
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.AspNet.Identity.Resources", System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(Resources)).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Framework.Identity.Resources", System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(Resources)).Assembly);
|
||||
#endif
|
||||
resourceMan = temp;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue