I'm wondering if there is a solution to enable Nuget Packages restores using the packages.lock.json file without migrating the project to the project SDK style.
My second question is, can I enable this feature at the solution level?
As per this article: I need to have a project with:
- NuGet.exe version 4.9 and above.
- Visual Studio 2017 version 15.9 andabove.
- .NET SDK version 2.1.500 and above.