From d174cf48bca753fe5eeb9e53cc72e28604d36225 Mon Sep 17 00:00:00 2001 From: Stefan Nikolei Date: Mon, 24 Aug 2026 08:26:29 +0200 Subject: [PATCH] Look for ImageSharp.slnx instead of ImageSharp.sln --- tests/ImageSharp.Tests/TestUtilities/TestEnvironment.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageSharp.Tests/TestUtilities/TestEnvironment.cs b/tests/ImageSharp.Tests/TestUtilities/TestEnvironment.cs index 5eb5be0d9..723a9d0ac 100644 --- a/tests/ImageSharp.Tests/TestUtilities/TestEnvironment.cs +++ b/tests/ImageSharp.Tests/TestUtilities/TestEnvironment.cs @@ -9,7 +9,7 @@ namespace SixLabors.ImageSharp.Tests; public static partial class TestEnvironment { - private const string ImageSharpSolutionFileName = "ImageSharp.sln"; + private const string ImageSharpSolutionFileName = "ImageSharp.slnx"; private const string InputImagesRelativePath = @"tests\Images\Input";