amazon-pay-sdk-csharp icon indicating copy to clipboard operation
amazon-pay-sdk-csharp copied to clipboard

update project to net core 3,0

Open JohnHe404 opened this issue 5 years ago • 5 comments

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 avatar Oct 10 '19 21:10 JohnHe404

Processing code error

JohnHe404 avatar Oct 10 '19 21:10 JohnHe404

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

CollinAlpert avatar Jan 03 '20 16:01 CollinAlpert

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

JohnHe404 avatar Jan 08 '20 01:01 JohnHe404

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

CollinAlpert avatar Jan 08 '20 12:01 CollinAlpert

Thanks, looks really cool!

JohnHe404 avatar Jan 08 '20 16:01 JohnHe404