|
|
@ -1,5 +1,5 @@ |
|
|
|
<a href="https://dot.net/architecture"> |
|
|
|
<img src="https://github.com/dotnet-architecture/eShopOnContainers/raw/dev/img/eshop_logo.png" alt="eShop logo" title="eShopOnContainers" align="right" height="60" /> |
|
|
|
<img src="/img/eshop_logo.png?raw=true" alt="eShop logo" title="eShopOnContainers" align="right" height="60" /> |
|
|
|
</a> |
|
|
|
|
|
|
|
# DISCLAIMER |
|
|
@ -10,6 +10,7 @@ This repo contains the following changes which are not published upstream. |
|
|
|
- Introduced a new folder src/cert to copy local self signed certificates to the docker images without which the `dotnet restore` command fails. |
|
|
|
- Plan to introduce the GraphQL aggregator API |
|
|
|
|
|
|
|
|
|
|
|
# .NET Microservices Sample Reference Application |
|
|
|
|
|
|
|
Sample .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers. |
|
|
|