aws / amazon-s3-encryption-client-dotnet

An encryption client that allows you to secure your sensitive data before you send it to Amazon S3.
https://aws.github.io/amazon-s3-encryption-client-dotnet/
Apache License 2.0
15 stars 10 forks source link

netstandard 1.3 support removed #17

Closed klementi closed 3 years ago

klementi commented 3 years ago

Description

Motivation and Context

To disable targeting netstandard 1.3 (discontinued support) To enabled net 5 build for net3.5 target

Testing

Local build is successful (net 5) and unit tests are green

License