From 9a5bcf21af8595f1def5a6a0467c01eaa22a0a42 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Tue, 8 Feb 2022 14:29:11 +0100 Subject: [PATCH] ilspycmd will only target net60 going forward (it might start depending on ILSpyX too) --- .../ICSharpCode.Decompiler.Console.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj b/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj index 9bfd00346..6c4ffe35e 100644 --- a/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj +++ b/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1;net6.0 + net6.0 true true true @@ -10,9 +10,9 @@ true ilspycmd ilspycmd - 7.2.0.6791-preview3 - 7.2.0.0 - 7.2.0.0 + 8.0.0.0-alpha1 + 8.0.0.0 + 8.0.0.0 Command-line decompiler using the ILSpy decompilation engine Copyright 2011-2022 AlphaSierraPapa https://github.com/icsharpcode/ILSpy/