Accedia / appleauth-net

AppleAuth.NET is a simple library that facilitates the implementation of "Sign in with Apple" for .NET applications.
MIT License
46 stars 26 forks source link

Support .NET 4.7.2 #5

Closed darakis closed 3 years ago

darakis commented 4 years ago

Hello, is it possible also to target .NET Framework? I need it for old asp.net forms project which doesn't build properly with .NET Standard 2.0. NET 4.7.1 or lower will do

DanailStoichkov commented 4 years ago

Hi, @darakis ! Should be no problem. I will see if that's easily achievable and will let you know as soon as I have an update.

DanailStoichkov commented 3 years ago

Hello, @darakis ! You can fork the repository straightaway and you can copy over the classes to a .NET Framework project and everything should be working fine. Let me know if you are experiencing any issues with that.

darakis commented 3 years ago

Hello @DanailStoichkov! This is what I've done already. I only had to change the serializer library and everything worked smoothly. Thanks