amzn / amazon-pay-sdk-csharp

Amazon Pay C# SDK
https://payments.amazon.com/developer
Apache License 2.0
48 stars 42 forks source link

update project to net core 3,0 #26

Open JohnHe404 opened 4 years ago

JohnHe404 commented 4 years ago

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.

JohnHe404 commented 4 years ago

Processing code error

CollinAlpert commented 4 years ago

How about also targeting netstandard2.0 so applications using .NET Framework can use this.

JohnHe404 commented 4 years ago

.net core 3 also needs to be compatible. It may be possible to use both compatible methods

CollinAlpert commented 4 years ago

Exactly. I am talking about additional support. Something like <TargetFrameworks>netcoreapp3.1;netstandard2.0</TargetFrameworks> You might as well support .NET Core 3.1

JohnHe404 commented 4 years ago

Thanks, looks really cool!