diff --git a/CHANGELIST.md b/CHANGELIST.md index 24120f2b..3b68712f 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -27,6 +27,7 @@ - Remove unused IndexRange library - Remove unnecessary System.ValueTuple usage - Remove old .NET version of ValueTuple where possible +- Remove unused CompilerServices.Unsafe library ### 3.2.2 (2024-09-24) diff --git a/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj b/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj index 3454a0e4..bba9d5a6 100644 --- a/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj +++ b/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj @@ -45,9 +45,6 @@ - - - diff --git a/MPF.Frontend/MPF.Frontend.csproj b/MPF.Frontend/MPF.Frontend.csproj index 90cd9e2b..34a27d08 100644 --- a/MPF.Frontend/MPF.Frontend.csproj +++ b/MPF.Frontend/MPF.Frontend.csproj @@ -55,7 +55,6 @@ - diff --git a/MPF.Processors/MPF.Processors.csproj b/MPF.Processors/MPF.Processors.csproj index fe9a66d1..e29410b8 100644 --- a/MPF.Processors/MPF.Processors.csproj +++ b/MPF.Processors/MPF.Processors.csproj @@ -56,7 +56,6 @@ -