Skip to content

Commit c086233

Browse files
committed
Update system requirements
Studio Pro 11.6.3 and 11.7.0 onwards now requires .NET 10
1 parent a91012d commit c086233

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

content/en/docs/refguide/installation/system-requirements.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ If you were using Parallels and enabled port forwarding, but then upgraded and w
3737

3838
The following frameworks are required. They will be installed automatically by the Studio Pro installer, if necessary:
3939

40-
* Microsoft .NET Desktop Runtime 8.0.x (x64) and all applicable Windows security patches
40+
* Microsoft .NET Desktop Runtime (x64) and all applicable Windows security patches
41+
42+
| Studio Pro 11.0.0 - 11.6.2 | Studio Pro 11.6.3 and above |
43+
| --- | --- |
44+
| .NET 8 Desktop Runtime | .NET 10 Desktop Runtime |
45+
4146
* Microsoft Visual C++ 2019 Redistributable Package (x64)
4247
* A Java Developer Kit (JDK) version 11, 17, or 21 - if not yet installed on your machine, Mendix will install 'Eclipse Temurin JDK 21 (x64 or ARM64)'
4348
* Gradle version 8.5 or above - if Gradle is not yet installed on your machine, Mendix will install Gradle version 8.5
@@ -47,7 +52,12 @@ The following frameworks are required. They will be installed automatically by t
4752

4853
When you are running Studio Pro on a Parallels virtual machine on an ARM64 device (for example, an M1 Mac), you need the following dependencies in addition to the x64 version listed above:
4954

50-
* Microsoft .NET Desktop Runtime 8.0.x (ARM64)
55+
* .NET Desktop Runtime (arm64)
56+
57+
| Studio Pro 11.0.0 - 11.6.2 | Studio Pro 11.6.3 and above |
58+
| --- | --- |
59+
| .NET 8 Desktop Runtime | .NET 10 Desktop Runtime |
60+
5161
* Microsoft Edge WebView2 Evergreen Runtime (ARM64)
5262

5363
{{% alert color="info" %}}
@@ -320,7 +330,12 @@ Developing native mobile apps with Mendix comes with special requirements explai
320330

321331
MxBuild is a Windows, Linux, and macOS command-line tool that can be used to build a Mendix Deployment Package. For more information, see [MxBuild](/refguide/mxbuild/).
322332

323-
* .NET 8
333+
* .NET
334+
335+
| Studio Pro 11.0.0 - 11.6.2 | Studio Pro 11.6.3 and above |
336+
| --- | --- |
337+
| .NET 8 | .NET 10 |
338+
324339
* JDK 21
325340

326341
## mx Command-Line Tool {#mxtool}

0 commit comments

Comments
 (0)