From c0ad427b5e8a748fff1d12d03dc94071b83bc84d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 14 May 2022 14:33:15 -0700 Subject: [PATCH] Remove x86 build limitation on library --- BurnOutSharp/BurnOutSharp.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/BurnOutSharp/BurnOutSharp.csproj b/BurnOutSharp/BurnOutSharp.csproj index ba3bf783..230809c9 100644 --- a/BurnOutSharp/BurnOutSharp.csproj +++ b/BurnOutSharp/BurnOutSharp.csproj @@ -2,7 +2,6 @@ netstandard2.0 - x86 BurnOutSharp BurnOutSharp Port of BurnOut to C#, with additions