From 92c7c5ba706a64b4afecb436651d8caf670ba02b Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Sat, 31 Mar 2018 00:50:29 +0200 Subject: [PATCH] configure 32 bit execution --- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index d3caac09bb..a90f3d9d1e 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -1,17 +1,26 @@  - netcoreapp2.0;net462;net47;net471 + net471;netcoreapp2.0;net462;net47 True full portable True SixLabors.ImageSharp.Tests SixLabors.ImageSharp.Tests + AnyCPU;x64;x86 true + + true + + + + true + +