From 379cc763c0818845a25fbae869e2c852b62ce995 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 7 Feb 2022 08:55:04 +0100 Subject: [PATCH] Fix ILSpyBuildPath and .exe.config -> .dll.config. Note: should use output from dotnet publish! --- ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj | 4 ++-- ILSpy.AddIn/ILSpy.AddIn.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj b/ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj index 5ab0e2ba2..3be1efc64 100644 --- a/ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj +++ b/ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj @@ -88,7 +88,7 @@ (related to https://github.com/icsharpcode/ILSpy/issues/511) --> - ..\ILSpy\bin\$(Configuration)\$(TargetFramework)\ + ..\ILSpy\bin\$(Configuration)\net6.0-windows\ @@ -100,7 +100,7 @@ - + true \ILSpy diff --git a/ILSpy.AddIn/ILSpy.AddIn.csproj b/ILSpy.AddIn/ILSpy.AddIn.csproj index 6b0d13430..85bbcea86 100644 --- a/ILSpy.AddIn/ILSpy.AddIn.csproj +++ b/ILSpy.AddIn/ILSpy.AddIn.csproj @@ -89,7 +89,7 @@ (related to https://github.com/icsharpcode/ILSpy/issues/511) --> - ..\ILSpy\bin\$(Configuration)\$(TargetFramework)\ + ..\ILSpy\bin\$(Configuration)\net6.0-windows\ @@ -101,7 +101,7 @@ - + true \ILSpy