You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: