From a1182424258b967ae6e90499fff063d7d4257162 Mon Sep 17 00:00:00 2001 From: Kamil Grzybek Date: Mon, 30 Mar 2020 22:17:11 +0200 Subject: [PATCH] Add note for VS users that 2019 version is required. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c57f21b4..70f01d80 100644 --- a/README.md +++ b/README.md @@ -1222,7 +1222,7 @@ public class Poller List of technologies, frameworks and libraries used for implementation: -- [.NET Core 3.1](https://dotnet.microsoft.com/download) (platform) +- [.NET Core 3.1](https://dotnet.microsoft.com/download) (platform). Note for Visual Studio users: **VS 2019** is required. - [MS SQL Server Express](https://www.microsoft.com/en-us/sql-server/sql-server-editions-express) (database) - [Entity Framework Core 3.1](https://docs.microsoft.com/en-us/ef/core/) (ORM Write Model implementation for DDD) - [Autofac](https://autofac.org/) (Inversion of Control Container)