Skip to content

Commit

Permalink
VS min version updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
cotur committed Mar 6, 2020
1 parent a2deb85 commit 1d3f0c3
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ See the <a href="https://docs.abp.io/" target="_blank">documentation</a>.

#### Pre Requirements

- Visual Studio 2019 16.3.0+
- Visual Studio 2019 16.4.0+

#### Framework

Expand Down
2 changes: 1 addition & 1 deletion docs/cs/Getting-Started-Angular-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abp new Acme.BookStore -u angular

Vytvořené řešení vyžaduje;

* [Visual Studio 2019 (v16.3+)](https://visualstudio.microsoft.com/vs/)
* [Visual Studio 2019 (v16.4.0+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
Expand Down
2 changes: 1 addition & 1 deletion docs/cs/Getting-Started-AspNetCore-Application.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tento tutoriál vysvětluje jak začít s ABP z ničeho s minimem závislostí.

## Tvorba nového projektu

1. Vytvořte novou AspNet Core Web aplikaci ve Visual Studio 2019 (16.3.0+):
1. Vytvořte novou AspNet Core Web aplikaci ve Visual Studio 2019 (16.4.0+):

![](images/create-new-aspnet-core-application-v2.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/cs/Getting-Started-AspNetCore-MVC-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Příkaz `new` vytvoří **vrstvenou MVC aplikaci** s **Entity Framework Core**

Vytvořené řešení vyžaduje;

* [Visual Studio 2019 (v16.3+)](https://visualstudio.microsoft.com/vs/)
* [Visual Studio 2019 (v16.4.0+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
Expand Down
2 changes: 1 addition & 1 deletion docs/en/Getting-Started-Angular-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abp new Acme.BookStore -u angular

The created solution requires;

* [Visual Studio 2019 (v16.3+)](https://visualstudio.microsoft.com/vs/)
* [Visual Studio 2019 (v16.4+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
Expand Down
2 changes: 1 addition & 1 deletion docs/en/Getting-Started-AspNetCore-Application.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This tutorial explains how to start ABP from scratch with minimal dependencies.

## Create A New Project

1. Create a new AspNet Core Web Application from Visual Studio 2019 (16.3.0+):
1. Create a new AspNet Core Web Application from Visual Studio 2019 (16.4.0+):

![](images/create-new-aspnet-core-application-v2.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Getting-Started-AspNetCore-MVC-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abp new Acme.BookStore

The created solution requires;

* [Visual Studio 2019 (v16.3+)](https://visualstudio.microsoft.com/vs/)
* [Visual Studio 2019 (v16.4+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
Expand Down
2 changes: 1 addition & 1 deletion docs/en/Startup-Templates/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ For the `.Web.Unified` application, there is a single database, named `YourProje
##### How to Run?

Set it as the startup project, run `Update-Database` command for the EF Core from Package Manager Console and run your application. Default username is `admin` and password is `1q2w3E*`.
Set `host/YourProjectName.Web.Unified` as the startup project, run `Update-Database` command for the EF Core from Package Manager Console and run your application. Default username is `admin` and password is `1q2w3E*`.

#### Separated Deployment & Databases Scenario

Expand Down
2 changes: 1 addition & 1 deletion docs/pt-BR/Getting-Started-Angular-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abp new Acme.BookStore -u angular

A solução criada requer;

* [Visual Studio 2019 (v16.3+)](https://visualstudio.microsoft.com/vs/)
* [Visual Studio 2019 (v16.4+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
Expand Down
2 changes: 1 addition & 1 deletion docs/pt-BR/Getting-Started-AspNetCore-MVC-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abp new Acme.BookStore

A solução criada requer;

* [Visual Studio 2019 (v16.3+)](https://visualstudio.microsoft.com/vs/)
* [Visual Studio 2019 (v16.4+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-Hans/Getting-Started-AspNetCore-MVC-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abp new Acme.BookStore

创建项目的要求:

* [Visual Studio 2019 (v16.3+)](https://visualstudio.microsoft.com/vs/)
* [Visual Studio 2019 (v16.4+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
Expand Down

0 comments on commit 1d3f0c3

Please sign in to comment.