From ae6794e71bab538cc82e75f77ab0ed07a993320a Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Sun, 22 Nov 2020 16:55:46 -0800 Subject: [PATCH] specify x64 --- Smuggler.Core.csproj | 2 +- Smuggler.Framework.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Smuggler.Core.csproj b/Smuggler.Core.csproj index c9385e5..ddc4481 100644 --- a/Smuggler.Core.csproj +++ b/Smuggler.Core.csproj @@ -8,7 +8,7 @@ Cassandra Lugo and Evan Hemsley 2020 true Smuggler - AnyCPU;x86 + x64 diff --git a/Smuggler.Framework.csproj b/Smuggler.Framework.csproj index a659c97..a307b61 100644 --- a/Smuggler.Framework.csproj +++ b/Smuggler.Framework.csproj @@ -8,7 +8,7 @@ Cassandra Lugo and Evan Hemsley 2020 true Smuggler - AnyCPU;x86 + x64