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

Fix build failure occurring while using .NET 5 CLI #10

Closed ganeshnj closed 3 years ago

ganeshnj commented 3 years ago

Description

Use workaround suggested here unblock release pipeline

Motivation and Context

Testing

dotnet build .\src\Amazon.Extensions.S3.Encryption.csproj succeeds

Screenshots (if appropriate)

Types of changes

Checklist

License