This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
dotnet-installer
Watch
2
Star
0
Fork
You've already forked dotnet-installer
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c62bc82787
dotnet-installer
/
TestAssets
/
TestProjects
/
AppWithPackageNamedAfterFolder
/
global.json
Livar Cunha
cdf91f2f30
Fixing dotnet migrate global.json. This was failing because we were turning global.json into an empty string and trying to construct a directory for it. The fix was to detect this and transform it into a . directory. Migrate is already respecting the projects node in global.json.
2017-01-19 10:55:23 -08:00
6 lines
46 B
JSON
Raw
Blame
History
{
"projects"
:
[
"src"
,
"test"
]
}
Reference in a new issue
View git blame
Copy permalink