From 121a800c81903c3b85c1b66277146f0d6242e125 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Mon, 9 Sep 2019 13:40:33 +0200 Subject: [PATCH] Include package Microsoft.DiaSymReader.Converter.Xml only in debug builds as it is only used for debug features. --- ILSpy/ILSpy.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 85086edcd..e2937722f 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -49,7 +49,6 @@ - @@ -60,6 +59,10 @@ + + + +