From 963acc3336ec7707954b4396e643a53a910ae9b2 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 26 Feb 2024 12:24:40 -0500 Subject: [PATCH] Update to BinaryObjectScanner 3.1.0 --- CHANGELIST.md | 1 + MPF.Check/MPF.Check.csproj | 2 +- MPF.Core/MPF.Core.csproj | 4 ++-- MPF/MPF.csproj | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index af27448c..6c28a454 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -39,6 +39,7 @@ - Remove generation, just in case - Change link to WIP builds in README - Show hashes in readonly data +- Update to BinaryObjectScanner 3.1.0 ### 3.1.1 (2024-02-20) diff --git a/MPF.Check/MPF.Check.csproj b/MPF.Check/MPF.Check.csproj index 1db1452b..c0213b85 100644 --- a/MPF.Check/MPF.Check.csproj +++ b/MPF.Check/MPF.Check.csproj @@ -32,7 +32,7 @@ - + runtime; compile; build; native; analyzers; buildtransitive diff --git a/MPF.Core/MPF.Core.csproj b/MPF.Core/MPF.Core.csproj index 7451d1ca..a4ee4475 100644 --- a/MPF.Core/MPF.Core.csproj +++ b/MPF.Core/MPF.Core.csproj @@ -51,14 +51,14 @@ - + runtime; compile; build; native; analyzers; buildtransitive - + diff --git a/MPF/MPF.csproj b/MPF/MPF.csproj index 05f43023..04b1fbd7 100644 --- a/MPF/MPF.csproj +++ b/MPF/MPF.csproj @@ -70,7 +70,7 @@ - + runtime; compile; build; native; analyzers; buildtransitive