We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c753fde commit df6b1d3Copy full SHA for df6b1d3
src/Testing/src/TestPathUtilities.cs
@@ -22,7 +22,7 @@ public static string GetSolutionRootDirectory(string solution)
22
return projectFileInfo.DirectoryName;
23
}
24
25
- projectFileInfo = new FileInfo(Path.Combine(directoryInfo.FullName, "AspNetCore.sln"));
+ projectFileInfo = new FileInfo(Path.Combine(directoryInfo.FullName, "AspNetCore.slnx"));
26
if (projectFileInfo.Exists)
27
{
28
// Have reached the solution root. Work down through the src/ folder to find the solution filter.
0 commit comments