From 163731501cc81d5efbd7998cd79835410ab8235b Mon Sep 17 00:00:00 2001 From: MondeO <53169453+Mondonno@users.noreply.github.com> Date: Thu, 7 Oct 2021 14:56:45 +0200 Subject: [PATCH] Removed unused reference to System.Memory package System.Memory takes more than 200 KB of memory, and it is unused in the project. --- src/dotenv.net/dotenv.net.csproj | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/dotenv.net/dotenv.net.csproj b/src/dotenv.net/dotenv.net.csproj index 03a452c..3130c07 100644 --- a/src/dotenv.net/dotenv.net.csproj +++ b/src/dotenv.net/dotenv.net.csproj @@ -24,8 +24,4 @@ net5.0;net5.0-windows;netstandard1.6;netstandard2.0;netstandard2.1 dotenv.net - - - - - \ No newline at end of file +