From 8fd6161b49d66da856048b43d895619e293cf093 Mon Sep 17 00:00:00 2001 From: kzu <169707+kzu@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:08:29 +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" +]