diff --git a/CHANGELIST.md b/CHANGELIST.md index 83f505a8..5ef78b87 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -25,6 +25,7 @@ - Fix a couple redumper things - Update AppVeyor version - Output security sectors to info +- Remove x86 requirement for build ### 2.4 (2022-10-26) - Update to DIC 20211001 diff --git a/MPF.Check/MPF.Check.csproj b/MPF.Check/MPF.Check.csproj index f8c07849..7aa6155c 100644 --- a/MPF.Check/MPF.Check.csproj +++ b/MPF.Check/MPF.Check.csproj @@ -2,7 +2,6 @@ net48;net6.0 - x86 Exe MPF Check MPF.Check diff --git a/MPF.Core/MPF.Core.csproj b/MPF.Core/MPF.Core.csproj index e677b803..a4f54389 100644 --- a/MPF.Core/MPF.Core.csproj +++ b/MPF.Core/MPF.Core.csproj @@ -2,7 +2,6 @@ net48;net6.0 - x86 Matt Nadareski;ReignStumble;Jakz Copyright (c)2019-2022 https://github.com/SabreTools/MPF diff --git a/MPF.CueSheets/MPF.CueSheets.csproj b/MPF.CueSheets/MPF.CueSheets.csproj index b8701e31..93faa6f3 100644 --- a/MPF.CueSheets/MPF.CueSheets.csproj +++ b/MPF.CueSheets/MPF.CueSheets.csproj @@ -2,7 +2,6 @@ net48;net6.0 - x86 Matt Nadareski;ReignStumble;Jakz Copyright (c)2019-2022 https://github.com/SabreTools/MPF diff --git a/MPF.Library/MPF.Library.csproj b/MPF.Library/MPF.Library.csproj index 03535b00..367b924b 100644 --- a/MPF.Library/MPF.Library.csproj +++ b/MPF.Library/MPF.Library.csproj @@ -2,7 +2,6 @@ net48;net6.0 - x86 MPF.Library Matt Nadareski;ReignStumble;Jakz Copyright (c)2019-2022 diff --git a/MPF.Modules/MPF.Modules.csproj b/MPF.Modules/MPF.Modules.csproj index 7ae12f39..b8a296cd 100644 --- a/MPF.Modules/MPF.Modules.csproj +++ b/MPF.Modules/MPF.Modules.csproj @@ -2,7 +2,6 @@ net48;net6.0 - x86 Matt Nadareski;ReignStumble;Jakz Copyright (c)2019-2022 https://github.com/SabreTools/MPF diff --git a/MPF.Test/MPF.Test.csproj b/MPF.Test/MPF.Test.csproj index bb873180..1d7f7b5f 100644 --- a/MPF.Test/MPF.Test.csproj +++ b/MPF.Test/MPF.Test.csproj @@ -2,7 +2,6 @@ net48;net6.0-windows - x86 false diff --git a/MPF.UI.Core/MPF.UI.Core.csproj b/MPF.UI.Core/MPF.UI.Core.csproj index aa85e856..8a96c770 100644 --- a/MPF.UI.Core/MPF.UI.Core.csproj +++ b/MPF.UI.Core/MPF.UI.Core.csproj @@ -2,7 +2,6 @@ net48;net6.0-windows - x86 true true MPF.UI.Core diff --git a/MPF/MPF.csproj b/MPF/MPF.csproj index 18cc50dd..517736ac 100644 --- a/MPF/MPF.csproj +++ b/MPF/MPF.csproj @@ -2,7 +2,6 @@ net48;net6.0-windows - x86 WinExe true true diff --git a/RedumpLib/RedumpLib.csproj b/RedumpLib/RedumpLib.csproj index 60ca090a..d6638d21 100644 --- a/RedumpLib/RedumpLib.csproj +++ b/RedumpLib/RedumpLib.csproj @@ -1,7 +1,7 @@ - net48;netstandard2.1;net6.0 + net48;net6.0 false