diff --git a/.editorconfig b/.editorconfig index e818ad6..9a1a7c9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -412,6 +412,7 @@ dotnet_diagnostic.IDE0055.severity = none # Fix formatting [test/**/*.cs] dotnet_diagnostic.CA1707.severity = none # Identifiers should not contain underscores +dotnet_diagnostic.MA0002.severity = none # Use an overload that has a IEqualityComparer or IComparer parameter # Verify settings [*.{received,verified}.{json,txt,xml}] diff --git a/Directory.Packages.props b/Directory.Packages.props index 45ebbbc..10f4bcd 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,13 +4,12 @@ true - - + - + @@ -22,7 +21,7 @@ - + @@ -31,4 +30,4 @@ - \ No newline at end of file +