From 73e291f4a8b409fd537d42067d09881776446675 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Mon, 15 Jun 2026 14:36:01 -0500 Subject: [PATCH] Update .NET SDK contribution prerequisite Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 041fc6865..1b4db1d49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,7 +60,7 @@ This is a multi-language SDK repository. Install the tools for the SDK(s) you pl ### .NET SDK -1. Install [.NET 8.0+](https://dotnet.microsoft.com/download) +1. Install [.NET SDK 10+](https://dotnet.microsoft.com/download) 1. Install .NET dependencies: `cd dotnet && dotnet restore` ## Submitting a Pull Request