Browse Source

Look for ImageSharp.slnx instead of ImageSharp.sln

pull/3180/head
Stefan Nikolei 1 week ago
parent
commit
d174cf48bc
  1. 2
      tests/ImageSharp.Tests/TestUtilities/TestEnvironment.cs

2
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";

Loading…
Cancel
Save