From 7a2497f168080aa28a23cef19635ae6bab16743e Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 8 Mar 2023 22:25:21 -0500 Subject: [PATCH] Add `win7-x64` to identifier list --- CHANGELIST.md | 1 + MPF.Check/MPF.Check.csproj | 2 +- MPF/MPF.csproj | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 5f298471..8c2bfca0 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -79,6 +79,7 @@ - Minor cosmetic changes - Set saner defaults for dumping speeds - Attempt to support Windows 7 +- Add `win7-x64` to identifier list ### 2.4 (2022-10-26) diff --git a/MPF.Check/MPF.Check.csproj b/MPF.Check/MPF.Check.csproj index 4cc25787..c5a39670 100644 --- a/MPF.Check/MPF.Check.csproj +++ b/MPF.Check/MPF.Check.csproj @@ -2,7 +2,7 @@ net48;net6.0 - win-x86;win-x64;linux-x64;osx-x64 + win7-x64;win-x86;win-x64;linux-x64;osx-x64 Exe MPF Check MPF.Check diff --git a/MPF/MPF.csproj b/MPF/MPF.csproj index 9d3c639d..e29cdd5a 100644 --- a/MPF/MPF.csproj +++ b/MPF/MPF.csproj @@ -2,6 +2,7 @@ net48;net6.0-windows + win7-x64;win-x86;win-x64;linux-x64;osx-x64 WinExe true true