If used, packages.config is typically located in a project root. It's automatically created when the first NuGet operation is run, but can also be created manually before running any commands such as nuget restore.
Projects that use PackageReference do not use packages.config.
Note the "if used". I don't use it, as i use PackageReference. j
as per msft documentation: https://docs.microsoft.com/en-us/nuget/reference/packages-config
Note the "if used". I don't use it, as i use
PackageReference
. jwill make a pr if i have time. But should be a simple if statement on https://github.com/nwheels-io/NuLink/blob/master/source/NuLink.Cli/ProjectStyles/OldProjectStyle.cs#L77-L80