Update dependent AWS libraries to support AWSSDK.Core >= 3.5.0
See original GitHub issueAWSSDK.Core is updated to v3.5.1, AWSSDK.SimpleSystemsManagement & AWSSDK.Extensions.NETCore.Setup library dependencies in this library are ~3.3.100.8 & ~3.3.100.1 (respectively) but those versions depend on AWSSDK.Core < 3.4.0 which means when you upgrade OTHER AWS libraries to use v3.5.1 of the AWSSDK.Core you get a warning in Visual Studio that you’ve got libraries depending on different versions of AWSSDK.Core.
Describe the Feature
Update dependencies to new(est/er) versions which link to AWSSDK.Core v3.5+
Is your Feature Request related to a problem?
Visual Studio warns:
Detected package version outside of dependency constraint: AWSSDK.SimpleSystemsManagement 3.3.100.8 requires AWSSDK.Core (>= 3.3.100.7 && < 3.4.0) but version AWSSDK.Core 3.5.1 was resolved.
Detected package version outside of dependency constraint: AWSSDK.Extensions.NETCore.Setup 3.3.100.1 requires AWSSDK.Core (>= 3.3.100 && < 3.4.0) but version AWSSDK.Core 3.5.1 was resolved.
Proposed Solution
Update library dependency versions.
Describe alternatives you’ve considered
Additional Context
Environment
I’m seeing this on Windows in Visual Studio but I presume it’s not specific to my environment/platform.
- 👋 I may be able to implement this feature request
- ⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Issue Analytics
- State:
- Created 3 years ago
- Reactions:18
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Install AWSSDK packages with NuGet - AWS SDK for .NET
With NuGet, you can install the AWSSDK packages , as well as several other extensions, ... NuGet also installs any dependencies, such as...
Read more >Migrating to version 3.5 of the AWS SDK for .NET
The following describes what has or hasn't changed in the AWS SDK for .NET version 3.5. .NET Framework and .NET Core. Support for...
Read more >AWS SDK for .NET now targets .NET Standard 2.0
NET Standard libraries to be 2.0. . NET Standard 2.0 improves how dependencies are resolved.
Read more >Enforcing a minimum TLS version in the AWS SDK for .NET
NET Core uses OpenSSL on macOS , a dependency that must be installed separately. OpenSSL added support for TLS 1.2 in version 1.0.1,...
Read more >Platforms supported by the AWS SDK for .NET
NET Framework 3.5Portable Class Library and XamarinUnity supportMore information ... NET Core. The AWS SDK for .NET supports applications written for .
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s more common sense than a feature request isn’t it?
Just released #75 in version 2.0.0, thanks.