From 92e7a9b1cf08804d78cc54ba44510655fd1c7e2d Mon Sep 17 00:00:00 2001 From: xx-TheDoctor-xx Date: Thu, 14 May 2020 17:02:17 +0100 Subject: [PATCH] removed GlobalSupressions file --- PMF/PMF.csproj | 6 +++++- PMF/src/GlobalSuppressions.cs | 8 -------- 2 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 PMF/src/GlobalSuppressions.cs diff --git a/PMF/PMF.csproj b/PMF/PMF.csproj index 538a44d..7851db3 100644 --- a/PMF/PMF.csproj +++ b/PMF/PMF.csproj @@ -1,12 +1,16 @@  - netcoreapp2.0 + netcoreapp3.1 PMF 0.0.1 PMF + + 1701;1702;IDE1006 + + diff --git a/PMF/src/GlobalSuppressions.cs b/PMF/src/GlobalSuppressions.cs deleted file mode 100644 index fa57d7f..0000000 --- a/PMF/src/GlobalSuppressions.cs +++ /dev/null @@ -1,8 +0,0 @@ -// This file is used by Code Analysis to maintain SuppressMessage -// attributes that are applied to this project. -// Project-level suppressions either have no target or are given -// a specific target and scoped to a namespace, type, member, etc. - -using System.Diagnostics.CodeAnalysis; - -[assembly: SuppressMessage("Style", "IDE1006:Naming Styles")]