diff --git a/Directory.Packages.props b/Directory.Packages.props
index 054032035..1a17a10a2 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -10,7 +10,7 @@
-
+
@@ -39,9 +39,9 @@
-
+
-
+
diff --git a/ILSpy.ReadyToRun/ReadyToRunLanguage.cs b/ILSpy.ReadyToRun/ReadyToRunLanguage.cs
index 26a3dc0df..de2620bd7 100644
--- a/ILSpy.ReadyToRun/ReadyToRunLanguage.cs
+++ b/ILSpy.ReadyToRun/ReadyToRunLanguage.cs
@@ -30,6 +30,7 @@ using System.Runtime.CompilerServices;
using ICSharpCode.AvalonEdit.Highlighting;
using ICSharpCode.Decompiler;
+using ICSharpCode.Decompiler.Disassembler;
using ICSharpCode.Decompiler.Metadata;
using ICSharpCode.Decompiler.Solution;
using ICSharpCode.Decompiler.TypeSystem;
@@ -96,6 +97,10 @@ namespace ICSharpCode.ILSpy.ReadyToRun
public void WriteReference(IMember member, string text, bool isDefinition = false)
{
}
+
+ public void WriteReference(MetadataFile metadata, Handle handle, string text, string protocol = "decompile", bool isDefinition = false)
+ {
+ }
}
#endif
diff --git a/NuGet.config b/NuGet.config
index 5209a02bf..ccdac39a4 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -4,7 +4,7 @@
-
+
@@ -12,7 +12,7 @@
-
+