JeremySkinner / SagePayMvc

ASP.NET MVC Integration for SagePay
Apache License 2.0
31 stars 31 forks source link

Upgrading to .NET Standard #25

Open michael-nee opened 6 years ago

michael-nee commented 6 years ago

Is it ok to use this source code as basis for creating a library for .NET Standard that's compatible with .NET Core and .NET Framework > 4.6.1.

I've already migrated SagePay.IntegrationKit library using the source code I've found for it.

JeremySkinner commented 6 years ago

Sure, or alternatively if you'd like to update the library and submit it as a pull request I'd be happy to review it and merge it in.

WiredUK commented 6 years ago

Is it ok to use this source code as basis for creating a library for .NET Standard that's compatible with .NET Core and .NET Framework > 4.6.1.

I've already migrated SagePay.IntegrationKit library using the source code I've found for it.

@michael-nee Source code you found?! Cheeky! 😛

jchannon commented 11 months ago

@michael-nee did you ever get a .netstandard/.net core version compiling?