We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2510d82 commit 0bd3944Copy full SHA for 0bd3944
README.md
@@ -27,7 +27,7 @@ Original article how to create the starter template is available [here](https://
27
28
## Used Technology Stack
29
30
-**ASP.NET Core 3.0:**
+**ASP.NET Core 3.1:**
31
32
* Web.API
33
* Vue CLI and JavaScript Services middlewares to integrate with client app
@@ -45,7 +45,7 @@ Original article how to create the starter template is available [here](https://
45
46
## Prerequisites
47
48
-* [.NET Core](https://www.microsoft.com/net/download/windows) >= 3.0
+* [.NET Core](https://www.microsoft.com/net/download/windows) >= 3.1
49
* [NodeJS](https://nodejs.org/) >= 8.9
50
* [Vue CLI](https://cli.vuejs.org/) >= 4.0
51
* Your favourite editor (I prefer [VS Code](https://code.visualstudio.com/)), or VS 2017/19
0 commit comments