From 4bf03446c0b8ea2a0d9cc8c0b11c96cc18ce59ef Mon Sep 17 00:00:00 2001 From: Jean-Philippe Brule Date: Sat, 17 Jan 2026 09:21:25 -0500 Subject: [PATCH] docs: update .NET 8 references to .NET 10 Consolidated roadmap to show .NET 10 with C# 14 as current target. Co-Authored-By: Claude Opus 4.5 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 60dce70..397c97d 100644 --- a/README.md +++ b/README.md @@ -259,8 +259,7 @@ builder.Services.AddTransient, EchoCommandValidator>(); | Task | Description | Status | |----------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|--------| -| Support .NET 8 | Ensure compatibility with .NET 8. | ✅ | -| Support .NET 10 | Upgrade to .NET 10 with C# 14 language support. | ✅ | +| Support .NET 10 | .NET 10 with C# 14 language support. | ✅ | | Update FluentValidation | Upgrade FluentValidation to version 11.x for .NET 10 compatibility. | ✅ | | Add gRPC Support with source generators | Implement gRPC endpoints with source generators and Google Rich Error Model for validation. | ✅ | | Create a demo project (Svrnty.CQRS.Grpc.Sample) | Develop a comprehensive demo project showcasing gRPC and HTTP endpoints. | ✅ |