From 3b2c6c9ef09187ee3dce3ca42837b487e0b175c2 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 20 Nov 2023 16:55:35 +0100 Subject: [PATCH] Use specific versions for Diasymreader from nuget.org to allow VS2022 addin to restore properly --- Directory.Packages.props | 2 ++ ILSpy/ILSpy.csproj | 2 ++ NuGet.config | 6 +++--- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index b58fb9f4c6..6e84fea885 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -17,6 +17,8 @@ + + diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 9a1aa2cdc2..5e8184796c 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -90,6 +90,8 @@ + + diff --git a/NuGet.config b/NuGet.config index ce1019423d..8c93079308 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,10 +6,11 @@ - + + @@ -17,7 +18,6 @@ - - + -->