Closed jnyrup closed 2 years ago
Thank you, @jnyrup. That's a great suggestion! In fact, it seems that .NET Standard 2.0 is (still) the suggested version.
Wow 😮 That was quick 🐇
Planning for doing a release hopefully next weekmonth. Unfortunately releases aren't automated in this repo. Would be a nice thing to setup.
Released as https://www.nuget.org/packages/Fare/2.2.1
The netstandard2.1 target was in #59 added to resolve dependency analyzers warning against vulnerable versions of
System.Net.Http
andSystem.Text.RegularExpressions
. The warnings can also be fixed by only adding a netstandard2.0 target which has a broader reach.