From 317777cf930ac28ac3afca4ace32b702bf472f97 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 3 Nov 2024 20:40:36 -0500 Subject: [PATCH] Remove old .NET version of ValueTuple where possible --- CHANGELIST.md | 1 + MPF.ExecutionContexts/MPF.ExecutionContexts.csproj | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 0ad2541b..24120f2b 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -26,6 +26,7 @@ - Update BinaryObjectScanner to 3.1.15 - Remove unused IndexRange library - Remove unnecessary System.ValueTuple usage +- Remove old .NET version of ValueTuple where possible ### 3.2.2 (2024-09-24) diff --git a/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj b/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj index a23140ef..3454a0e4 100644 --- a/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj +++ b/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj @@ -40,9 +40,6 @@ - - -