AspNetCoreTemplatePack
AspNetCoreTemplatePack copied to clipboard
Support Multiple project with solution file
I want to create multiple .net core projects with solution files. Also project other referenced added in them. My Directory structure is like:
|- data |- design |- help |- src
|-.sln (VS solution file) |-Libraries
|-LIB1.csproj |-LIB2.csproj |-LIB3.csproj |-Presentation |-PRE1.csproj |-PRE2.csproj |-Tests |-TEST1.csproj |-TEST2.csproj |-Plugins |-Plugin1.csproj |-Plugin2.csproj
any update?
@madskristensen any update?