gustavofrizzo / CreditCardValidator

A C# library for validating and generating credit card numbers.
MIT License
107 stars 35 forks source link

.NetCore #7

Closed jsears closed 6 years ago

jsears commented 7 years ago

Will you ever update this to be compatible with .NetCore? I'm currently getting the following when attempting to add this to my project with the following error message: Install-Package : Package CreditCardValidator 1.4.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package CreditCardValidator 1.4.0 supports:

semack commented 7 years ago

Added PR #8

gustavofrizzo commented 6 years ago

@jsears , were you able to install the version 1.4.1?

jsears commented 6 years ago

I created a new project and targeted .netcore myself.