amazon-pay-sdk-csharp
amazon-pay-sdk-csharp copied to clipboard
update project to net core 3,0
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Processing code error
How about also targeting netstandard2.0 so applications using .NET Framework can use this.
.net core 3 also needs to be compatible. It may be possible to use both compatible methods
Exactly. I am talking about additional support. Something like <TargetFrameworks>netcoreapp3.1;netstandard2.0</TargetFrameworks>
You might as well support .NET Core 3.1
Thanks, looks really cool!