From 291cac55b15804d6f3997e39be3269ceca432b8b Mon Sep 17 00:00:00 2001 From: kzu <169707+kzu@users.noreply.github.com> Date: Fri, 28 Nov 2025 22:09:43 +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 c5aba07..42be1ba 100644 --- a/.github/dotnet.json +++ b/.github/dotnet.json @@ -1,3 +1,4 @@ [ - "8.x" + "8.x", + "10.x" ]