Skip to content

Commit dd20236

Browse files
committed
2 parents 01376ea + 01ff19a commit dd20236

4 files changed

Lines changed: 7 additions & 280 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Sample .NET Core reference application, powered by Microsoft, based on a simplif
33
**Note for Pull Requests**: We accept pull request from the community. When doing it, please do it onto the DEV branch which is the consolidated work-in-progress branch. Do not request it onto Master, if possible.
44

55
## Moved to .NET Core 2.0 "wave"
6-
We have moved to .NET Core 2.0!
6+
We have moved to .NET Core 2.0 already!
77

88
* Branch `dev` is in .NET Core 2.0.
99
* Branch `master` is *still* in .NET Core 1.1 (but it will be updated soon)

cli-mac/build-bits.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
# List of microservices here needs to be updated to include all the new microservices (Marketing, etc.)
4+
35
projectList=(
46
"../src/Services/Catalog/Catalog.API"
57
"../src/Services/Basket/Basket.API"
@@ -38,3 +40,5 @@ fi
3840

3941
# No need to build the images, docker build or docker compose will
4042
# do that using the images and containers defined in the docker-compose.yml file.
43+
#
44+
#

docker-compose.dcproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<DockerLaunchBrowser>True</DockerLaunchBrowser>
66
<DockerServiceUrl>http://localhost:5100</DockerServiceUrl>
77
<DockerServiceName>webmvc</DockerServiceName>
8-
<DockerTargetOS>Windows</DockerTargetOS>
8+
<DockerTargetOS>Linux</DockerTargetOS>
99
<ProjectVersion>2.0</ProjectVersion>
1010
</PropertyGroup>
1111
<ItemGroup>

0 commit comments

Comments
 (0)