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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumping
AWSSDK.BedrockAgentto4.0.100.8raises itsAWSSDK.Coredependency floor from[4.0.100.9, 5.0.0)to[4.0.101, 5.0.0), butAWSSDK.Coreis still pinned at4.0.100.9(line 20), which is lower than4.0.101. Any project that referencesAWSSDK.Coredirectly and also pulls inAWSSDK.BedrockAgent— for example theConceptssamples project, which referencesAWSSDK.Core(dotnet/samples/Concepts/Concepts.csproj:51) and the Bedrock agent project (Concepts.csproj:72) — now fails NuGet restore with:This was confirmed by restore: version
4.0.100.7restores cleanly,4.0.100.8fails. To keep restore working, also raise theAWSSDK.Corepin to at least4.0.101alongside this bump (or holdAWSSDK.BedrockAgentat4.0.100.7until Core can move).