From 90100df29bef260951e80f0c37eb9031a1f0cdb5 Mon Sep 17 00:00:00 2001 From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com> Date: Tue, 16 May 2023 10:38:58 -0700 Subject: [PATCH] feat: add maui to monorepo:dotnet (#22269) --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 9b9767961eb07b..40c136d2fd828c 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -73,6 +73,7 @@ const repoGroups = { 'https://github.com/dotnet/aspnetcore', 'https://github.com/dotnet/efcore', 'https://github.com/dotnet/extensions', + 'https://github.com/dotnet/maui', 'https://github.com/dotnet/runtime', ], 'dotnet-azure-ad-identitymodel-extensions':