antonyoung / Validators

Engine as validator, formatter of European Postal Codes and or International Bank Accounts Numbers ( IBAN, ) It's fast, it's simple and it works ( based on regular expressions and C#, NET Standard 2.1 ) Easy extendable, deployed as separate nuget-packages.
GNU General Public License v3.0
2 stars 1 forks source link

Feature: Downgrade nuget-package projects to NET Standard 2.1 #88

Closed antonyoung closed 1 year ago

antonyoung commented 1 year ago

Is your feature request related to a problem? Please describe. Currently the Class Library project files are targeting NET 7.x They should target a lower framweork for multi framework support.

Describe the solution you'd like Downgrade the nuget-packages as NET Standard 2.1

antonyoung commented 1 year ago

Tested and all fine ;-)

antonyoung commented 1 year ago

Hmm, forgor update versioning of AntonYoung.Validators.PostalCode

antonyoung commented 1 year ago

solved, quick fix, versioning