From 8c6068c8b7a6f94acc77b871ebbcdba66ec37f32 Mon Sep 17 00:00:00 2001 From: Nish Anil Date: Mon, 7 Jan 2019 17:20:16 +0530 Subject: [PATCH] Updated ReadMe to include .NET 2.2 updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbae071f8..2f8672c27 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Sample .NET Core reference application, powered by Microsoft, based on a simplif **NEWS / ANNOUNCEMENTS** Do you want to be up-to-date on .NET Architecture guidance and reference apps like eShopOnContainers? --> Subscribe by "WATCHING" this new GitHub repo: https://github.com/dotnet-architecture/News -## Updated for .NET Core 2.0 and 2.1 "wave" of technologies -eShopOnContainers is updated to .NET Core 2.0 and 2.1 "wave". Not just compilation but also new recommended code in EF Core, ASP.NET Core, and other new related versions. +## Updated for .NET Core 2.2 "wave" of technologies +eShopOnContainers is updated to .NET Core 2.0, 2.1 and 2.2 "wave". Not just compilation but also new recommended code in EF Core, ASP.NET Core, and other new related versions. The **dockerfiles** in the solution have also been updated and now support [**Docker Multi-Stage**](https://blogs.msdn.microsoft.com/stevelasker/2017/09/11/net-and-multistage-dockerfiles/) since mid-December 2017.