Skip to content

Commit 464c6d1

Browse files
00000: Update net 10 related changes
1 parent 0b092c6 commit 464c6d1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ej2-asp-core-mvc/EJ2_ASP.NETCORE/system-requirements.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,24 @@ To get started with ASP.NET Core application, ensure the following software to b
1616

1717
ASP.NET Core Applications can be developed using one of the following IDEs. You can also develop using [.NET CLI](https://docs.microsoft.com/en-us/dotnet/core/tools/) without below IDEs.
1818

19-
* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
19+
* [Visual Studio 2026](https://visualstudio.microsoft.com/downloads/#visual-studio-professional-2026)
20+
* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/older-downloads/#visual-studio-2022-and-other-products)
2021
* [Visual Studio 2019](https://visualstudio.microsoft.com/vs/older-downloads/)
2122
* [Visual Studio Code](https://code.visualstudio.com/)
2223

2324
## Framework & SDK
2425

2526
One of the the following .NET SDK is required to develop and run the Syncfusion<sup style="font-size:70%">&reg;</sup> UI controls for ASP.NET Core application.
2627

28+
* [.NET 10.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
2729
* [.NET 9.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
2830
* [.NET 8.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
2931
* [.NET Core SDK 3.1](https://dotnet.microsoft.com/en-us/download/dotnet/3.1)
3032
* [.NET Core SDK 2.0](https://dotnet.microsoft.com/en-us/download/dotnet/2.0)
3133

3234
If you are planning to use Visual Studio to develop ASP.NET Core Applications.
35+
* .NET 10.0 requires Visual Studio 2026 18.0.0 or later.
3336
* .NET 9.0 requires Visual Studio 2022 17.12.0 or later.
3437
* .NET 8.0 requires Visual Studio 2022 17.8.0 or later.
3538
* .NET Core SDK 3.1 requires Visual Studio 2019 16.4 or later.
36-
* .NET Core SDK 2.0 requires Visual Studio 2017 15.7 or later.
39+
* .NET Core SDK 2.0 requires Visual Studio 2017 15.7 or later.

0 commit comments

Comments
 (0)