3 references to GetProjectBasePath
Microsoft.AspNetCore.Identity.Test (3)
IdentityUIScriptsTest.cs (3)
84var wwwrootDir = Path.Combine(GetProjectBasePath(), "assets", scriptTag.Version);
109var uiDirV4 = Path.Combine(GetProjectBasePath(), "Areas", "Identity", "Pages", "V4");
110var uiDirV5 = Path.Combine(GetProjectBasePath(), "Areas", "Identity", "Pages", "V5");