From 17c2ca6fa802a433484de98babb3b6b2b7ac2eae Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 28 Apr 2024 19:57:10 -0400 Subject: [PATCH] Critical update to BinaryObjectScanner 3.1.9 --- CHANGELIST.md | 4 ++++ MPF.Check/MPF.Check.csproj | 2 +- MPF.Core/MPF.Core.csproj | 4 ++-- MPF.Test/MPF.Test.csproj | 16 ++++++++-------- MPF/MPF.csproj | 2 +- 5 files changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 4a74bc67..e450d986 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,3 +1,7 @@ +### WIP (xxxx-xx-xx) + +- Critical update to BinaryObjectScanner 3.1.9 + ### 3.1.6 (2024-04-27) - Fix parameter parsing for `=` symbol (Deterous) diff --git a/MPF.Check/MPF.Check.csproj b/MPF.Check/MPF.Check.csproj index b8d37f1d..4ff38e25 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 8f89df64..a6220796 100644 --- a/MPF.Core/MPF.Core.csproj +++ b/MPF.Core/MPF.Core.csproj @@ -48,7 +48,7 @@ - + runtime; compile; build; native; analyzers; buildtransitive @@ -57,7 +57,7 @@ - + diff --git a/MPF.Test/MPF.Test.csproj b/MPF.Test/MPF.Test.csproj index daeec6bb..5da91a3f 100644 --- a/MPF.Test/MPF.Test.csproj +++ b/MPF.Test/MPF.Test.csproj @@ -18,18 +18,18 @@ - + - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/MPF/MPF.csproj b/MPF/MPF.csproj index 004d4e4f..09c3ca79 100644 --- a/MPF/MPF.csproj +++ b/MPF/MPF.csproj @@ -70,7 +70,7 @@ - + runtime; compile; build; native; analyzers; buildtransitive