chore(deps): consolidate Dependabot NuGet bumps (#514-#522)#524
Merged
Conversation
This was referenced Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates all open Dependabot NuGet update PRs (#514–#522) into a single change so they can be reviewed, built, and merged together.
Closes #514, #515, #516, #517, #518, #519, #520, #521, #522.
Package updates
Part 2 - Project Creation / GenAiLab.ServiceDefaults
OpenTelemetry.Instrumentation.AspNetCore1.15.2 → 1.16.0 (Bump OpenTelemetry.Instrumentation.AspNetCore from 1.15.2 to 1.16.0 #514)OpenTelemetry.Instrumentation.Http1.15.1 → 1.16.0 (Bump OpenTelemetry.Instrumentation.Http from 1.15.1 to 1.16.0 #515)Part 2 - Project Creation / GenAiLab.Web
PdfPig0.1.13 → 0.1.15 (Bump PdfPig from 0.1.13 to 0.1.15 #516)Part 6 - Deployment / GenAiLab.ServiceDefaults
Microsoft.Extensions.ServiceDiscovery10.3.0 → 10.7.0 (Bump Microsoft.Extensions.ServiceDiscovery from 10.3.0 to 10.7.0 #518)OpenTelemetry.Exporter.OpenTelemetryProtocol1.15.3 → 1.16.0 (Bump OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.3 to 1.16.0 #521)OpenTelemetry.Extensions.Hosting1.15.0 → 1.16.0 (Bump OpenTelemetry.Extensions.Hosting from 1.15.0 to 1.16.0 #522)Part 6 - Deployment / GenAiLab.Web
Microsoft.AspNetCore.Components.QuickGrid9.0.16 → 9.0.17 (Bump Microsoft.AspNetCore.Components.QuickGrid from 9.0.16 to 9.0.17 #517)Microsoft.Extensions.VectorData.Abstractions10.6.0 → 10.7.0 (Bump Microsoft.Extensions.VectorData.Abstractions from 10.6.0 to 10.7.0 #519)Microsoft.SemanticKernel.Core1.72.0 → 1.77.0 (Bump Microsoft.SemanticKernel.Core from 1.72.0 to 1.77.0 #520)Additional change required for the build
Microsoft.SemanticKernel.Core1.77.0 requiresMicrosoft.Extensions.AI >= 10.5.0. Part 6's Web project pinned it at 10.3.0, which caused anNU1605downgrade error. To resolve it,Microsoft.Extensions.AIandMicrosoft.Extensions.AI.OpenAIin Part 6 - Deployment / GenAiLab.Web were bumped 10.3.0 → 10.7.0 (matching Part 2).Validation
dotnet build "Part 2 - Project Creation/GenAiLab/GenAiLab.sln" -c Release— succeeded, 0 warnings, 0 errors.dotnet build "Part 6 - Deployment/GenAiLab/GenAiLab.sln" -c Release— succeeded, 0 warnings, 0 errors.