update nuget package and adapt dockerfile to .net 6 (#639)

This commit is contained in:
Cédric Michel
2021-12-01 18:53:35 +01:00
committed by GitHub
parent 6f5a6c0860
commit 13fed892ee
6 changed files with 23 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ The **eShopOnWeb** sample is related to the [eShopOnContainers](https://github.c
The goal for this sample is to demonstrate some of the principles and patterns described in the [eBook](https://aka.ms/webappebook). It is not meant to be an eCommerce reference application, and as such it does not implement many features that would be obvious and/or essential to a real eCommerce application.
> ### VERSIONS
> #### The `master` branch is currently running ASP.NET Core 5.0.
> #### The `master` branch is currently running ASP.NET Core 6.0.
> #### Older versions are tagged.
## Topics (eBook TOC)