gopaycommunity / gopay-dotnet-api

GoPay's .NET SDK for Payments REST API
6 stars 10 forks source link

Change target framework to .NET Standard 2.0 #19

Closed jiripolasek closed 3 years ago

jiripolasek commented 3 years ago

Switch required target framework from .NET Standard 2.1 to .NET Standard 2.1 is only compatible with .NET Core 3.0+/.NET 5+ and there's no .NET Framework that supports it. .NET Standard 2.0 is supported by .NET Framework 4.6.1+.

FSichinger commented 3 years ago

Makes sense, thanks.