Search code examples
.net.net-6.0.net-standardaws-sdk-net.net-standard-2.1

How do we use AWSSDK.Core in a project which is multi-targeting .NET Standard 2.1 and .NET FX 4.7.2


I am in the process of upgrading a business layer project(netfx472) and due to some constraints I have to make it multi-target .NET Standard 2.1 and .NET FX 4.7.2 after the upgrade.

It's currently using AWSSDK.Core and I don't see a version of that package supporting .NET Standard 2.1. What are my options in moving ahead with this upgrade. Thank you for all your help!


Solution

  • As is evident to me on now how .NET Standard support works between 2.0 and 2.1 - assemblies/packages targeting STD 2.0 are also compatible with STD 2.1. Leaving this answer here to help others with the same query.