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
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
[X] My code follows the code style of this project
[ ] My change requires a change to the documentation
[ ] I have updated the documentation accordingly
[X] I have read the README document
[ ] I have added tests to cover my changes
[X] All new and existing tests passed
License
[X] I confirm that this pull request can be released under the Apache 2 license
Description
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