From 49b31d64a9ce8d307d70ef38d02de773bd7e6934 Mon Sep 17 00:00:00 2001 From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com> Date: Tue, 16 May 2023 09:42:08 -0700 Subject: [PATCH] feat: add maui to monorepo:dotnet --- 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':