From e19610107f1da8218091baf21d4a60810d67afd6 Mon Sep 17 00:00:00 2001 From: kzu <169707+kzu@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:38:24 +0000 Subject: [PATCH] Update dotnet versions --- .github/dotnet.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/dotnet.json diff --git a/.github/dotnet.json b/.github/dotnet.json new file mode 100644 index 000000000..a1e2be263 --- /dev/null +++ b/.github/dotnet.json @@ -0,0 +1,4 @@ +[ + "6.x", + "8.x" +]