From eed284bf0d2a83f3bcd340d5d7f8d0da46969115 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Wed, 22 Jan 2020 00:45:43 +0100 Subject: [PATCH] Sandbox46: reference Test classes rather than include --- tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj | 8 ++++---- tests/ImageSharp.Tests/AssemblyInfo.cs | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 tests/ImageSharp.Tests/AssemblyInfo.cs diff --git a/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj b/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj index e89b28dc1..5828713cd 100644 --- a/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj +++ b/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj @@ -14,14 +14,14 @@ false - - - - + + + + diff --git a/tests/ImageSharp.Tests/AssemblyInfo.cs b/tests/ImageSharp.Tests/AssemblyInfo.cs new file mode 100644 index 000000000..4a87fedc0 --- /dev/null +++ b/tests/ImageSharp.Tests/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using System.Runtime.CompilerServices; + +[assembly:InternalsVisibleTo("SixLabors.ImageSharp.Sandbox46")]