From 49e0fb3f8ccdbd118037ec251e05be508679adbf Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 30 Mar 2026 21:09:39 +0100 Subject: [PATCH] Bump sign Update sign to 0.9.1-beta.26179.1. --- .config/dotnet-tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 46be87f99c2..53c3096c5ab 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -59,11 +59,11 @@ "rollForward": false }, "sign": { - "version": "0.9.1-beta.25379.1", + "version": "0.9.1-beta.26179.1", "commands": [ "sign" ], "rollForward": false } } -} \ No newline at end of file +}