diff --git a/CHANGELIST.md b/CHANGELIST.md index 8c2bfca0..a422a9ff 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -80,6 +80,7 @@ - Set saner defaults for dumping speeds - Attempt to support Windows 7 - Add `win7-x64` to identifier list +- Remove unsupported identifiers ### 2.4 (2022-10-26) diff --git a/MPF/MPF.csproj b/MPF/MPF.csproj index e29cdd5a..e29e6dfd 100644 --- a/MPF/MPF.csproj +++ b/MPF/MPF.csproj @@ -2,7 +2,7 @@ net48;net6.0-windows - win7-x64;win-x86;win-x64;linux-x64;osx-x64 + win7-x64;win-x86;win-x64 WinExe true true