Skip to content

Updated the dependency of AWSSDK.Core to latest version in AWSSDK.Extensions.NETCore.Setup package which includes ConnectTimeout property. #3887

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

ashishdhingra
Copy link
Contributor

@ashishdhingra ashishdhingra commented Jun 19, 2025

Description

Updated the dependency of AWSSDK.Core to latest version in AWSSDK.Extensions.NETCore.Setup package which includes ConnectTimeout property.

Motivation and Context

Issue #3884

Testing

N/A

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have read the README document
  • I have added tests to cover my changes
  • All new and existing tests passed

License

  • I confirm that this pull request can be released under the Apache 2 license

@@ -14,19 +14,19 @@

<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="AWSSDK.Core" version="4.0.0.0" />
<dependency id="AWSSDK.Core" version="4.0.5.0" />
Copy link
Member

Choose a reason for hiding this comment

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

There is no 4.0.5.0 you probably meant 4.0.0.5. I would actually suggest bumping to the latest to get the latest bug fixes by default which is version 4.0.0.12

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. Sorry for the typo.

…ensions.NETCore.Setup package which has support for ConnectTimeout property.
@ashishdhingra ashishdhingra force-pushed the user/ashdhin/V4-AWSSDK.Extensions.NETCore.Setup-AWSSDK.Core-DependencyUpdate branch from 4d50700 to f807a27 Compare June 20, 2025 02:28
@ashishdhingra ashishdhingra requested a review from normj June 20, 2025 02:28
@ashishdhingra ashishdhingra changed the title Updated the dependency of AWSSDK.Core to 4.0.5.0 in AWSSDK.Extensions.NETCore.Setup package which introduced ConnectTimeout property Updated the dependency of AWSSDK.Core to latest version in AWSSDK.Extensions.NETCore.Setup package which includes ConnectTimeout property. Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants