From 404aa6a669466c71cb7070f688adcda46593d63d Mon Sep 17 00:00:00 2001 From: Parker Bibus Date: Thu, 10 Sep 2026 15:31:33 -0700 Subject: [PATCH] Keep the main performance channel on the .NET 11 SDK Avoid generating net12.0 benchmark projects with an SDK that still supports only net11.0 targeting. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- scripts/channel_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/channel_map.py b/scripts/channel_map.py index a043902174a..0d5de09b272 100644 --- a/scripts/channel_map.py +++ b/scripts/channel_map.py @@ -4,7 +4,7 @@ class ChannelMap(): channel_map = { 'main': { 'tfm': 'net11.0', - 'branch': '12.0', + 'branch': '11.0', 'quality': 'daily' }, '11.0': {