Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 286 Bytes

regenerate-lock-files.md

File metadata and controls

10 lines (8 loc) · 286 Bytes

How to re-generate NuGet lock files

In order to correctly re-generate the lock files, please run the following:

nuget locals all -clear
git clean -xfd
git rm **/packages.lock.json -f
nuget restore -LockedMode -ConfigFile "analyzers\NuGet.Config" analyzers\SonarAnalyzer.sln