From b1fecaf53421e853995eea26ce2b06ab98cef41b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Ferrer=20Garc=C3=ADa?= Date: Tue, 5 Mar 2019 10:53:33 +0100 Subject: [PATCH] =?UTF-8?q?To=20avoid=20issues=20with=20code=20analyzers?= =?UTF-8?q?=20when=20this=20file=20is=20used=20in=20nugets=20=E2=80=A6=20(?= =?UTF-8?q?#85)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …with sources. --- src/DryIoc/Expression.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DryIoc/Expression.cs b/src/DryIoc/Expression.cs index 8732f02fa..aae60c6f8 100644 --- a/src/DryIoc/Expression.cs +++ b/src/DryIoc/Expression.cs @@ -1,3 +1,4 @@ +// /* The MIT License (MIT)