It is very common to group projects, for example, place test projects under the /test folder and source projects under the /src folder. Add global.json file and make similar structure:
global.json
/src/
/MyProject.Core/
SourceFile.cs
project.json
/MyProject.Web/
...