From 46e1ea3dbe651d8e83974926eccfb725e07050b9 Mon Sep 17 00:00:00 2001 From: kzu <169707+kzu@users.noreply.github.com> Date: Mon, 30 Jun 2025 21:26:21 +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" ]