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