Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
147 stars 85 forks source link

Update project to .NET standard 2.0 #315

Closed Viincenttt closed 1 year ago

Viincenttt commented 1 year ago

.NET standard 2.0 is now the recommended version to use if you want to support .NET Core and .NET framework: https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-1-0#net-standard-not-deprecated

We should update the project to .NET standard 2.0 so we can continu to update nuget packages

Viincenttt commented 1 year ago

This has been implemented on the development branch. Increased version to 3.0.0.0 due to losing some compatibility with older .NET framework version.

Still have to update the documentation as well

Viincenttt commented 1 year ago

All done! Will be included in the next release