From b67c8870ab63dd2b84dcff3f37c672d8fcf65ae8 Mon Sep 17 00:00:00 2001 From: JerrettDavis Date: Sat, 23 May 2026 13:34:49 -0500 Subject: [PATCH] fix: bump Microsoft.Extensions.* to 10.0.8 to resolve NU1605 downgrade errors JD.SemanticKernel.Connectors.ClaudeCode 1.0.30 and OpenAICodex 0.1.26 require Microsoft.Extensions.* >= 10.0.8, but the project had them pinned at 10.0.7, causing NU1605 (Warning as Error) restore failures. Bumped: DependencyInjection.Abstractions, DependencyInjection, Http, Hosting.Abstractions, Logging.Abstractions, Options Co-Authored-By: Claude Sonnet 4.6 --- Directory.Packages.props | 216 +++++++++++++++++++-------------------- 1 file changed, 108 insertions(+), 108 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 9bbd3b2e..c03cef65 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,108 +1,108 @@ - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +