From ee707cf1af1cea6e68f6e334def94a8d0ee2124a Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 20 Nov 2023 12:28:52 -0500 Subject: [PATCH] Update to BinaryObjectScanner 3.0.1 --- 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 54b5686e..15563228 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -18,6 +18,7 @@ - Update RedumpLib and use moved methods - Perform some post-move cleanup - More C# 12 cleanup in Core +- Update to BinaryObjectScanner 3.0.1 ### 3.0.0 (2023-11-14) diff --git a/MPF.Check/MPF.Check.csproj b/MPF.Check/MPF.Check.csproj index fae5d17d..25623fa2 100644 --- a/MPF.Check/MPF.Check.csproj +++ b/MPF.Check/MPF.Check.csproj @@ -31,7 +31,7 @@ - + runtime; compile; build; native; analyzers; buildtransitive diff --git a/MPF.Core/MPF.Core.csproj b/MPF.Core/MPF.Core.csproj index ab80ff9d..e38ce59d 100644 --- a/MPF.Core/MPF.Core.csproj +++ b/MPF.Core/MPF.Core.csproj @@ -25,14 +25,14 @@ - + runtime; compile; build; native; analyzers; buildtransitive - + diff --git a/MPF/MPF.csproj b/MPF/MPF.csproj index 0c1554a5..0a53a089 100644 --- a/MPF/MPF.csproj +++ b/MPF/MPF.csproj @@ -42,7 +42,7 @@ - + runtime; compile; build; native; analyzers; buildtransitive