Skip to content

Commit 85e823f

Browse files
authored
Merge pull request #10618 from rodrigocmoreira/ctrl/update-dotnet-references-docs
Update Studio Pro prerequisites (.NET 10 Upgrade)
2 parents 88fe348 + c31d069 commit 85e823f

2 files changed

Lines changed: 30 additions & 7 deletions

File tree

content/en/docs/refguide/installation/install.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ If you run into problems installing Studio Pro, one workaround is to restart you
4646

4747
The prerequisites are the following:
4848

49-
* [Microsoft .NET Desktop Runtime 8.0.x (x64 or ARM64)](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) (Mendix recommends using version 8.0.10 or above)
49+
* Microsoft .NET Desktop Runtime
50+
51+
| Studio Pro 11.0.0 - 11.6.2 | Studio Pro 11.6.3 and above |
52+
| --- | --- |
53+
| [.NET Desktop Runtime 8.0.x (x64 or ARM64)](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) <br/> Mendix recommends using version 8.0.10 or above | [.NET Desktop Runtime 10.0.x (x64 or ARM64)](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) <br/> Mendix recommends using version 10.0.0 or above |
5054

5155
* [Eclipse Temurin JDK 21 (x64 or ARM64)](https://adoptium.net/temurin/releases/?version=21)
5256

@@ -77,9 +81,13 @@ It is possible to prepare the prerequisite installers beforehand so the setup pr
7781
3. Create a folder in the same location where the Mendix Studio Pro installer was moved. Name this folder *Dependencies*.
7882
4. Download the prerequisites listed in the **[Troubleshooting](#troubleshooting)** section above and move them into the **Dependencies** folder.
7983
5. Rename the following dependencies:
80-
1. Microsoft .NET Desktop Runtime 8.0.x
81-
* On x64, rename *windowsdesktop-runtime-8.0.10-win-x64.exe* to *windowsdesktop-runtime-8.0-x64.exe*
82-
* On ARM64, rename *windowsdesktop-runtime-8.0.10-win-arm64.exe* to *windowsdesktop-runtime-8.0-arm64.exe*
84+
1. Microsoft .NET Desktop Runtime
85+
* For Studio Pro versions 11.0.0 through 11.6.2, rename the Microsoft .NET Desktop Runtime 8.0.x
86+
* On x64, rename *windowsdesktop-runtime-8.0.10-win-x64.exe* to *windowsdesktop-runtime-8.0-x64.exe*
87+
* On ARM64, rename *windowsdesktop-runtime-8.0.10-win-arm64.exe* to *windowsdesktop-runtime-8.0-arm64.exe*
88+
* For Studio Pro versions 11.6.3 and above, rename the Microsoft .NET Desktop Runtime 10.0.x
89+
* On x64, rename *windowsdesktop-runtime-10.0.0-win-x64.exe* to *windowsdesktop-runtime-10.0-x64.exe*
90+
* On ARM64, rename *windowsdesktop-runtime-10.0.0-win-arm64.exe* to *windowsdesktop-runtime-10.0-arm64.exe*
8391
2. Eclipse Temurin JDK
8492
* Rename the Java Development Kit 21 *msi*
8593
* On x64, rename *OpenJDK21U-jdk_x64_windows_hotspot_21.0.5_11.msi* to *adoptiumjdk_21_x64.msi*

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)