From c0898e849bc6a2e8e1076dc627c91d696b4ac76b Mon Sep 17 00:00:00 2001 From: Stefan Nikolei <stefan@nikolei.eu> Date: Fri, 14 Feb 2025 06:37:08 +0100 Subject: [PATCH] feat: Add more dotnet repos to monorepo (#34167) --- lib/data/monorepo.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index 2555ac822b..cf3fe3cb08 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -279,7 +279,10 @@ "https://github.com/dotnet/roslyn", "https://github.com/dotnet/runtime", "https://github.com/dotnet/scaffolding", - "https://github.com/dotnet/sdk" + "https://github.com/dotnet/sdk", + "https://github.com/dotnet/windowsdesktop", + "https://github.com/dotnet/winforms", + "https://github.com/dotnet/wpf" ], "dotnet-azure-ad-identitymodel-extensions": "https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet", "dotnet-azure-ad-microsoft-identity-web": "https://github.com/AzureAD/microsoft-identity-web", -- GitLab