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
I have projects that use the new csproj file format, that does not use the old nuget packages.config anymore. In the root of source folder the used packages are specified in a 'Directory.Builder.targets' file.
Any chance of supporting this? I cannot get it working without creating a packages.config manually.
As a work around, it would be convenient if I just can scan the bin folder so that I am not relying on any format at all; this is what is used.