From 7f1ff8ee16591d498c285add46a72e464ef060b3 Mon Sep 17 00:00:00 2001 From: Peter Hirn Date: Sun, 24 Nov 2024 20:00:22 +0100 Subject: [PATCH] fix(presets): Add F# to dotnet monorepo --- lib/data/monorepo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index 412f66469aacbf..d483d4c80a97b2 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -259,7 +259,8 @@ "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/fsharp" ], "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",