How do we use AWSSDK.Core in a project which is multi-targeting .NET Standard 2.1 and .NET FX 4.7.2 #2988
-
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! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@DeshSa01 AWSSDK.Core does support netstandard2.0 which provides wider support than |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@DeshSa01 AWSSDK.Core does support netstandard2.0 which provides wider support than
netstandard2.1
.