From 51c082f97cefb07774dba3ee02268eef65ebf56a Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Mon, 5 Dec 2022 00:55:23 +0200 Subject: [PATCH] Remove dependencies to .NET Standard 1.x compatibility packages. They excessively bloat the transitive dependencies of projects using the library. --- src/SixLabors.Fonts/SixLabors.Fonts.csproj | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/SixLabors.Fonts/SixLabors.Fonts.csproj b/src/SixLabors.Fonts/SixLabors.Fonts.csproj index 0991a736c..790c6ee2f 100644 --- a/src/SixLabors.Fonts/SixLabors.Fonts.csproj +++ b/src/SixLabors.Fonts/SixLabors.Fonts.csproj @@ -21,16 +21,12 @@ - - - - + - - +