From da4d1be32c77e115c18a867a0d12a83d0f9dfe74 Mon Sep 17 00:00:00 2001 From: MrDave1999 Date: Thu, 31 Oct 2024 09:28:07 -0500 Subject: [PATCH] Revert "chore: Add runtime identifier to use only native 32-bit libraries (#198)" This reverts commit f6889e78a5d35e4aaa944127f848bfad06317076. This commit is reverted because it causes an error when building the docker image: error NETSDK1084: There is no application host available for the specified RuntimeIdentifier 'linux-x86'. --- src/Host/CTF.Host.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Host/CTF.Host.csproj b/src/Host/CTF.Host.csproj index bf73a139..8a32eea8 100644 --- a/src/Host/CTF.Host.csproj +++ b/src/Host/CTF.Host.csproj @@ -1,10 +1,8 @@  - - Exe - win-x86 - linux-x86 - + + Exe + @@ -21,4 +19,6 @@ + + \ No newline at end of file