File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,40 @@ Investigated replacing all Semantic Kernel connector NuGet packages with MEAI (M
2828
2929---
3030
31+ ## Decision: NuGet Package Upgrades (Round 2)
32+
33+ ** Author:** Dozer
34+ ** Date:** 2025-07-18
35+
36+ ### Packages Upgraded
37+
38+ | Package | Old Version | New Version | Files Updated |
39+ | ---------| ------------| -------------| ---------------|
40+ | Microsoft.Extensions.AI | 10.2.0 | 10.3.0 | 41 |
41+ | Microsoft.Extensions.AI.OpenAI | 10.2.0-preview.1.26063.2 | 10.3.0 | 29 |
42+ | Microsoft.Extensions.Configuration | 10.0.1 | 10.0.3 | 9 |
43+ | Microsoft.Extensions.Configuration.Json | 10.0.1 | 10.0.3 | 7 |
44+ | Microsoft.Extensions.Configuration.UserSecrets | 10.0.1 | 10.0.3 | 49 |
45+
46+ ** Total:** 79 files changed across 5 packages.
47+
48+ ### Packages Left Unchanged (by design)
49+
50+ - ** Microsoft.Extensions.AI.AzureAIInference** (10.0.0-preview.1.25559.3) — no GA version available
51+ - ** Microsoft.SemanticKernel.Connectors.InMemory** (1.66.0-preview) — SK package in RAGSimple, left as-is per constraints
52+ - ** Microsoft.Extensions.VectorData.Abstractions** (9.7.0 → 10.0.0 available) — major version bump in RAGSimple project, left as-is per constraints
53+ - ** Microsoft.Agents.AI / Microsoft.Agents.AI.OpenAI** (preview) — no GA available
54+
55+ ### Notable
56+
57+ - Microsoft.Extensions.AI.OpenAI moved from preview to GA (10.3.0) — a significant improvement.
58+
59+ ### Build Verification
60+
61+ All 5 representative projects built successfully with 0 errors.
62+
63+ ---
64+
3165## PR #491 Review Cycle: SK Deprecation & NuGet Upgrades
3266
3367** Status:** ✅ FIXES APPLIED (All blockers resolved)
You can’t perform that action at this time.
0 commit comments