From ecb74789d43e3ee54bc4f192366b7aca1b7836e0 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Sun, 14 Jun 2026 08:55:05 +1000 Subject: [PATCH] docs: state the .NET 8+ runtime requirement in the README Add a Requirements section so the target framework is explicit rather than inferred. Both packages ship net8.0 and net9.0; the .NET 8 floor is set by the official C# MCP SDK. Notes that the sample/tests target net9.0 only and that this does not raise the consumer floor. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ba80995..3ee5bfd 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ the canonical launch args; this library is the polish layer on top - a native builder, single-file vendoring, and a one-call bridge into Agent Framework's tool abstraction. +## Requirements + +.NET 8 or later. Both packages ship `net8.0` and `net9.0` build targets; the .NET +8 floor is set by the official C# MCP SDK (`ModelContextProtocol.Core`). The +`driftwatch` sample and the test project target `net9.0` only - that is a +sample/dev choice and does not raise the floor for consumers of the library. + ## Packages | Package | What it is |