From 7c78ae47c6d2d62e6fef722a63deb61a92ee886a Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 17 Apr 2022 16:28:09 -0700 Subject: [PATCH] Remove needless csproj constants --- CHANGELIST.md | 1 + MPF.Library/MPF.Library.csproj | 4 ---- MPF.Modules/MPF.Modules.csproj | 4 ---- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 4c66d98e..87689e61 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -64,6 +64,7 @@ - Convert internal libraries to .NET Standard 2.0 - Update AppVeyor to VS2022 - Update Nuget packages +- Remove needless csproj constants ### 2.3 (2022-02-05) - Start overhauling Redump information pulling, again diff --git a/MPF.Library/MPF.Library.csproj b/MPF.Library/MPF.Library.csproj index f624b661..7f745b21 100644 --- a/MPF.Library/MPF.Library.csproj +++ b/MPF.Library/MPF.Library.csproj @@ -21,10 +21,6 @@ false - - NET_FRAMEWORK - - diff --git a/MPF.Modules/MPF.Modules.csproj b/MPF.Modules/MPF.Modules.csproj index 26e065f6..3d049850 100644 --- a/MPF.Modules/MPF.Modules.csproj +++ b/MPF.Modules/MPF.Modules.csproj @@ -20,10 +20,6 @@ false - - NET_FRAMEWORK - -