Skip to content

Commit

Permalink
Startup projects config for demos
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti committed Aug 21, 2018
1 parent 7340258 commit 3190d2b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions demos/asp-net-core/Divergent.CompositionGateway.sln.startup.json
@@ -0,0 +1,13 @@
{
"Version": 3,
"ListAllProjects": false,
"MultiProjectConfigurations": {
"Demo": {
"Projects": {
"Divergent.Sales.API.Host": {},
"Divergent.Shipping.API.Host": {},
"Divergent.CompositionGateway": {}
}
}
}
}
13 changes: 13 additions & 0 deletions demos/asp-net-core/Divergent.Website.sln.startup.json
@@ -0,0 +1,13 @@
{
"Version": 3,
"ListAllProjects": false,
"MultiProjectConfigurations": {
"Demo": {
"Projects": {
"Divergent.Sales.API.Host": {},
"Divergent.Shipping.API.Host": {},
"Divergent.Website": {}
}
}
}
}

0 comments on commit 3190d2b

Please sign in to comment.