dotnet-installer/TestAssets/TestProjects/AppWithPackageNamedAfterFolder/global.json
Livar Cunha 2161364116 Adding a test for a project that has a package dependency whose name is also the name of a folder in the repo.
Moved the test to dotnet-migrate.Test and modified the code that find possible P2P dependencies to actually check if the folder holds a project.
2017-01-17 13:14:18 -08:00

6 lines
51 B
JSON

{
"projects": [
"App",
"App.Tests"
]
}