From d337097dddecaf8ee67623484ce906b470d051ce Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sat, 17 Jan 2026 08:08:19 -0600 Subject: [PATCH] registry: use vfox-dotnet as default backend The new vfox-dotnet plugin dynamically fetches versions from Microsoft's official API instead of relying on a static versions.txt file, ensuring it always has the latest .NET SDK versions available. Co-Authored-By: Claude Opus 4.5 --- registry.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry.toml b/registry.toml index 8100e8eed7..a40063ab1a 100644 --- a/registry.toml +++ b/registry.toml @@ -1353,8 +1353,8 @@ description = "a secure dotenv–from the creator of `dotenv`" test = ["dotenvx --version", "{{version}}"] [tools.dotnet] -backends = ["asdf:mise-plugins/mise-dotnet", "vfox:mise-plugins/vfox-dotnet"] -description = ".Net" +backends = ["vfox:mise-plugins/vfox-dotnet", "asdf:mise-plugins/mise-dotnet"] +description = ".NET SDK" [tools.dotnet-core] backends = ["asdf:mise-plugins/mise-dotnet-core"]