From 6fe289b73d4a7e931b6bc3e60d9f430460a9bc85 Mon Sep 17 00:00:00 2001 From: Noa Himesaka Date: Sat, 21 Mar 2026 13:34:52 +0900 Subject: [PATCH] fix: add .NET 10 for Roon Roon EA build 1643 marks the transition from .NET 7 to 10. Add it for the future stable client and current EA users. --- Software/roon.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Software/roon.yml b/Software/roon.yml index 9155e87..5632e45 100644 --- a/Software/roon.yml +++ b/Software/roon.yml @@ -5,6 +5,7 @@ Arch: win64 Dependencies: - dotnetcoredesktop7 +- dotnetcoredesktop10 Executable: name: Roon