OctopusDeploy/ICanHasDotnetCore

Support for packages.ProjectName.json files

ryangribble opened this issue ยท 1 comments

Thanks for an awesome tool ๐Ÿ‘

Just as an FYI, over at octokit.net we have some packages.config files using the packages.ProjectName.json file name format (which AFAIK is a valid/supported thing in terms of nuget/visual studio) which don't appear to be picked up by an ICanHasDotnetCore scan of the repo, unless I'm missing something

eg:
packages.Octokit.Tests.config
packages.Octokit.Tests-NetCore45.config
packages.Octokit.Tests-Portable.config

As packages.json has been deprecated in favor of the new .csproj format we'll close this issue. Issue #24 will add support for the new .csproj format.