diff --git a/CHANGELIST.md b/CHANGELIST.md index ef6c2172..0f751932 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -3,6 +3,7 @@ - Fix parameter parsing for `=` symbol (Deterous) - Define better default categories (Deterous) - Custom non-redump Redumper options (Deterous) +- Update packages ### 3.1.5 (2024-04-05) diff --git a/MPF.Check/MPF.Check.csproj b/MPF.Check/MPF.Check.csproj index 15ccf025..518d4da9 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 4e2a47ac..84ae4d14 100644 --- a/MPF.Core/MPF.Core.csproj +++ b/MPF.Core/MPF.Core.csproj @@ -48,16 +48,16 @@ - + runtime; compile; build; native; analyzers; buildtransitive - + - + - + diff --git a/MPF.Test/MPF.Test.csproj b/MPF.Test/MPF.Test.csproj index 9b409c80..daeec6bb 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 9938e2a2..e39c0ff6 100644 --- a/MPF/MPF.csproj +++ b/MPF/MPF.csproj @@ -70,7 +70,7 @@ - + runtime; compile; build; native; analyzers; buildtransitive