mattjohnsonpint / TimeZoneNames

Provides a complete source of localized time zone names and abbreviations.
MIT License
196 stars 32 forks source link

Move to Newtonsoft.JSON 11 #48

Closed appqui closed 5 years ago

appqui commented 5 years ago

Version 11 has no dependencies on NETStandard 2.0, while 9 has lots of them.

Make sense or I am missing something?

mattjohnsonpint commented 5 years ago

Indeed, it looks like with Newtonsoft.JSON 11.0.1, .NET Standard 2.0 became a direct target. Thus, there are some efficiencies if my 2.0 target uses 11.0.1 as a minimum dependency version. I will make this change shortly.

mattjohnsonpint commented 5 years ago

Done in version 3.3.3. Thanks.