Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dotnet/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageVersion Include="CommunityToolkit.Aspire.Hosting.Dapr" Version="9.9.0" />
<PackageVersion Include="CommunityToolkit.Aspire.Hosting.NodeJS.Extensions" Version="9.9.0" />
<PackageVersion Include="Aspire.Hosting.Azure.Search" Version="13.0.0" />
<PackageVersion Include="AWSSDK.BedrockAgent" Version="4.0.7.5" />
<PackageVersion Include="AWSSDK.BedrockAgent" Version="4.0.8.5" />
<PackageVersion Include="AWSSDK.BedrockAgentRuntime" Version="4.0.8.5" />
<PackageVersion Include="AWSSDK.BedrockRuntime" Version="4.0.14.5" />
<PackageVersion Include="AWSSDK.Core" Version="4.0.3.8" />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AWSSDK.Core is still pinned to 4.0.3.8 here, but the PR description claims it should be bumped to 4.0.6.1. Direct consumers (dotnet/src/Connectors/Connectors.Amazon/Connectors.Amazon.csproj:20, dotnet/samples/Concepts.csproj:49) will continue restoring the old version.

Suggested change
<PackageVersion Include="AWSSDK.Core" Version="4.0.3.8" />
<PackageVersion Include="AWSSDK.Core" Version="4.0.6.1" />

Expand Down
Loading