Skip to content

Commit 25d5edf

Browse files
replace old versions SDK with latest released /1 (#35269)
* replace old versions SDK with latest released /1 * replace old versions SDK with latest released /1 * replace old versions SDK with latest released /1 * replace old versions SDK with latest released /1 * replace old versions SDK with latest released /1 * replace old versions SDK with latest released /1
1 parent 714aecf commit 25d5edf

File tree

7 files changed

+23
-5
lines changed

7 files changed

+23
-5
lines changed

aspnetcore/data/ef-rp/intro.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This is the first in a series of tutorials that show how to use Entity Framework
2727

2828
# [Visual Studio](#tab/visual-studio)
2929

30-
[!INCLUDE[VS prereqs](~/includes/net-prereqs-vs-6.0.md)]
30+
[!INCLUDE[VS prereqs](~/includes/net-prereqs-vs-latest.md)]
3131

3232
### Database engines
3333

@@ -559,15 +559,15 @@ This is the first in a series of tutorials that show how to use Entity Framework
559559

560560
# [Visual Studio](#tab/visual-studio)
561561

562-
[!INCLUDE[VS prereqs](~/includes/net-core-prereqs-vs-5.0.md)]
562+
[!INCLUDE[VS prereqs](~/includes/net-prereqs-vs-latest.md)]
563563

564564
### Database engines
565565

566566
The Visual Studio instructions use [SQL Server LocalDB](/sql/database-engine/configure-windows/sql-server-2016-express-localdb), a version of SQL Server Express that runs only on Windows.
567567

568568
# [Visual Studio Code](#tab/visual-studio-code)
569569

570-
[!INCLUDE[VS Code prereqs](~/includes/net-core-prereqs-vsc-5.0.md)]
570+
[!INCLUDE[VS Code prereqs](~/includes/net-prereqs-vsc-latest.md)]
571571

572572
Consider downloading and installing a third-party tool for managing and viewing a SQLite database, such as [DB Browser for SQLite](https://sqlitebrowser.org/).
573573

@@ -1073,11 +1073,11 @@ This is the first in a series of tutorials that show how to use Entity Framework
10731073

10741074
# [Visual Studio](#tab/visual-studio)
10751075

1076-
[!INCLUDE[VS prereqs](~/includes/net-core-prereqs-vs-3.0.md)]
1076+
[!INCLUDE[VS prereqs](~/includes/net-prereqs-vs-latest.md)]
10771077

10781078
# [Visual Studio Code](#tab/visual-studio-code)
10791079

1080-
[!INCLUDE[VS Code prereqs](~/includes/net-core-prereqs-vsc-3.0.md)]
1080+
[!INCLUDE[VS Code prereqs](~/includes/net-prereqs-vsc-latest.md)]
10811081

10821082
---
10831083

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[Latest released .NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) with the **ASP.NET and web development** workload.
2+
3+
![VS22 installer workloads](~/tutorials/min-web-api/_static/asp-net-web-dev.png)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- use the include for articles that are not updated every release, like the data/ef articles -->
12
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) with the **ASP.NET and web development** workload.
23

34
![VS22 installer workloads](~/tutorials/min-web-api/_static/asp-net-web-dev.png)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) with the **ASP.NET and web development** workload.
2+
3+
![VS22 installer workloads](~/tutorials/min-web-api/_static/asp-net-web-dev.png)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* [Visual Studio Code](https://code.visualstudio.com/download)
2+
* [C# Dev Kit for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit)
3+
* [!INCLUDE [](~/includes/0-latest-SDK.md)]
4+
5+
You can follow the Visual Studio Code instructions on macOS, Linux, or Windows. Changes may be required if you use an integrated development environment (IDE) other than Visual Studio Code.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* [Visual Studio Code](https://code.visualstudio.com/download)
2+
* [C# Dev Kit for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit)
3+
* [!INCLUDE [](~/includes/0-latest-SDK.md)]
4+
5+
You can follow the Visual Studio Code instructions on macOS, Linux, or Windows. Changes may be required if you use an integrated development environment (IDE) other than Visual Studio Code.

0 commit comments

Comments
 (0)