From 6be09e95f6a104f19fbda4b65aed5eeec0924484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Pivo=C5=88ka?= Date: Sat, 29 Jul 2023 22:45:01 +0200 Subject: [PATCH] Update csproj --- MinimalXmlReader/MinimalXmlReader.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MinimalXmlReader/MinimalXmlReader.csproj b/MinimalXmlReader/MinimalXmlReader.csproj index bc37cff..b1013bb 100644 --- a/MinimalXmlReader/MinimalXmlReader.csproj +++ b/MinimalXmlReader/MinimalXmlReader.csproj @@ -6,12 +6,13 @@ MinimalXmlReader MIT Petr Pivoňka (BigBang1112) - Simple, lightweight, and fast XML reader for .NET, mainly viable for NativeAOT. + Simple, lightweight, and fast XML reader for .NET, mainly viable for NativeAOT, and for those that don't want to waste 6MB of executable binary just to read a few XML lines. Copyright © Petr Pivoňka xml, xmlreader, performance, reader, nativeaot git /~https://github.com/BigBang1112/minimal-xmlreader /~https://github.com/BigBang1112/minimal-xmlreader + true @@ -29,7 +30,6 @@ - true true bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml 1591