From a186b8927412918f4f64f7683141d2d9c6e59812 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Thu, 19 Mar 2026 17:13:04 +0100 Subject: [PATCH] Custom dnlib with fix for assembly resolution The fix is from https://github.com/0xd4d/dnlib/pull/573 --- Confuser2.slnx | 1 + nuget.config | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 nuget.config diff --git a/Confuser2.slnx b/Confuser2.slnx index 8adac989..d3c4816b 100644 --- a/Confuser2.slnx +++ b/Confuser2.slnx @@ -12,6 +12,7 @@ + diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..3f709950 --- /dev/null +++ b/nuget.config @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + +