AArnott / Library.Template

A template for a NuGet package with tests, stylecop, fxcop, versioning, and Azure Pipelines build ready to go.
MIT License
129 stars 26 forks source link

Use latest NuGet.exe version #188

Closed kartheekp-ms closed 1 year ago

kartheekp-ms commented 1 year ago

As per NuGet.org, the NuGet.exe version used currently has at least one vulnerability https://www.nuget.org/packages/NuGet.CommandLine/5.2.1. Hence proposing to use latest NuGet.exe version always. If the latest version has a regression, we can always pin to a particular version by passing v{versionnumber} as a parameter to the powershell script.