microsoft / Recognizers-Text

Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, date/time, etc. in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Packages available at: https://www.nuget.org/profiles/Recognizers.Text, https://www.npmjs.com/~recognizers.text
MIT License
1.66k stars 429 forks source link

Remove dependency on NuGet.CommandLine from C# build #3150

Open iamcarbon opened 1 month ago

iamcarbon commented 1 month ago

Describe the bug

NuGet.CommandLine has a critical vulnerability, and should not be included in the release build.

Expected behavior Library does not reference unused libraries with a critical vulnerability.