From 54ae60b555aa081283673fc48192083ef46fb89a Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Wed, 9 Oct 2019 11:31:19 +0200 Subject: [PATCH] Apply suggestion from https://github.com/dotnet/sdk/issues/3708#issuecomment-539254182 "setting GenerateSupportedRuntime to false" --- ILSpy/ILSpy.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 2caf98878..0ac117208 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -7,7 +7,7 @@ 7.2 False false - + false false true false