From c03ea759ed1c5c50b23f3931c6786a860316ab02 Mon Sep 17 00:00:00 2001 From: Curtis Wensley Date: Wed, 9 Sep 2026 10:25:14 -0700 Subject: [PATCH] Bump Lib.Harmony to support .NET 9+ The older versions of Lib.Harmony incorrectly used reflection to create a private type in System.Reflection.Emit, but is fixed in later versions. This fix will be required to run in Rhino 9, but should also support Rhino 8. --- PersistentDataEditor/PersistentDataEditor.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PersistentDataEditor/PersistentDataEditor.csproj b/PersistentDataEditor/PersistentDataEditor.csproj index a41f75b..10844f6 100644 --- a/PersistentDataEditor/PersistentDataEditor.csproj +++ b/PersistentDataEditor/PersistentDataEditor.csproj @@ -14,7 +14,7 @@ - +