Skip to content

Commit df6b1d3

Browse files
committed
Reaction to the solution format change.
1 parent c753fde commit df6b1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testing/src/TestPathUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static string GetSolutionRootDirectory(string solution)
2222
return projectFileInfo.DirectoryName;
2323
}
2424

25-
projectFileInfo = new FileInfo(Path.Combine(directoryInfo.FullName, "AspNetCore.sln"));
25+
projectFileInfo = new FileInfo(Path.Combine(directoryInfo.FullName, "AspNetCore.slnx"));
2626
if (projectFileInfo.Exists)
2727
{
2828
// Have reached the solution root. Work down through the src/ folder to find the solution filter.

0 commit comments

Comments
 (0)