From f4436fddfabb9116048df8d1f4ba565f6cf0f8d3 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 3 Nov 2024 21:06:14 -0500 Subject: [PATCH] Remove unused CompilerServices.Unsafe library --- CHANGELIST.md | 1 + MPF.ExecutionContexts/MPF.ExecutionContexts.csproj | 3 --- MPF.Frontend/MPF.Frontend.csproj | 1 - MPF.Processors/MPF.Processors.csproj | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) 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 @@ -