From 4c5edf324ddea55c26453dafa57ea7f856253f46 Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Thu, 2 Jan 2025 13:38:44 -0500 Subject: [PATCH] Add .NET 9.0 as target for bug reports --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6c6720b0b..99b66dfdb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -26,6 +26,7 @@ body: attributes: label: .NET Implementation options: + - .NET 9.0 - .NET 8.0 - .NET 7.0 - .NET 6.0