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