Looking at the project I see it is a netcoreapp2.0
Since AuthorizeNet is a library it should be a netstandard1.3 or netstandard2.0 and be the same code for .Net framework and .Net Core.
What is the reasoning for not making a NetStandard library that can be shared accross all .Net environment?
Thank you,
Frederic