moodmosaic / Fare

Port of Java dk.brics.automaton and xeger, mostly used for generating strings that match a specific regular expression.
http://www.brics.dk/automaton/
MIT License
183 stars 43 forks source link

Lower netstandard2.1 target to netstandard2.0 #60

Closed jnyrup closed 2 years ago

jnyrup commented 2 years ago

The netstandard2.1 target was in #59 added to resolve dependency analyzers warning against vulnerable versions of System.Net.Http and System.Text.RegularExpressions. The warnings can also be fixed by only adding a netstandard2.0 target which has a broader reach.

moodmosaic commented 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.

jnyrup commented 2 years ago

Wow 😮 That was quick 🐇

moodmosaic commented 2 years ago

Planning for doing a release hopefully next weekmonth. Unfortunately releases aren't automated in this repo. Would be a nice thing to setup.

moodmosaic commented 2 years ago

Released as https://www.nuget.org/packages/Fare/2.2.1