From a3dce33a449b499807a22af58f6be050a48cb7dd Mon Sep 17 00:00:00 2001 From: kzu <169707+kzu@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:31:40 +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..c5aba07 --- /dev/null +++ b/.github/dotnet.json @@ -0,0 +1,3 @@ +[ + "8.x" +]