From 2f5a56571777390723bfcab803cf5852fb460f53 Mon Sep 17 00:00:00 2001 From: kzu <169707+kzu@users.noreply.github.com> Date: Fri, 13 Mar 2026 05:06:57 +0000 Subject: [PATCH] Update dotnet versions --- .github/dotnet.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dotnet.json b/.github/dotnet.json index ae8634b..b75cbc3 100644 --- a/.github/dotnet.json +++ b/.github/dotnet.json @@ -1,3 +1,4 @@ [ - "6.x" + "6.x", + "10.x" ]