File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public class ProjectModelTest
1515{
1616 private static AbsolutePath RootDirectory => Constants . TryGetRootDirectoryFrom ( EnvironmentInfo . WorkingDirectory ) . NotNull ( ) ;
1717
18- private static AbsolutePath SolutionFile => RootDirectory / "nuke-common.sln " ;
18+ private static AbsolutePath SolutionFile => RootDirectory / "nuke-common.slnx " ;
1919
2020 [ Fact ]
2121 public void ProjectTest ( )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public class SolutionModelTest
1616{
1717 private static AbsolutePath RootDirectory => Constants . TryGetRootDirectoryFrom ( EnvironmentInfo . WorkingDirectory ) . NotNull ( ) ;
1818
19- private static AbsolutePath SolutionFile => RootDirectory / "nuke-common.sln " ;
19+ private static AbsolutePath SolutionFile => RootDirectory / "nuke-common.slnx " ;
2020
2121 [ Fact ]
2222 public void SolutionTest ( )
You can’t perform that action at this time.
0 commit comments