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

chore: Upgrade test projects from .NET Core 2.1 to .NET 6, and version bump for upcoming release #46

Closed ashovlin closed 10 months ago

ashovlin commented 10 months ago

Description

  1. Upgrades the .NET Core 2.1 unit and integration test targets to .NET 6
  2. Also does a minor version upgrade in anticipation of releasing https://github.com/aws/amazon-s3-encryption-client-dotnet/pull/45

Motivation and Context

Removes 2.1 now that it is EOL and less likely to be installed by contributors. Even though 3.1 is also EOL, leaving it in as a library target for now to match the full AWS SDK for .NET.

Testing

Ran dotnet test locally, unit and integration tests passed.

Types of changes

Checklist

License