You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following information applies to **DNN Platform**9.4.0 and later.
10
+
The following information applies to **DNN Platform**10.0.0 and later.
11
11
12
12
## Supported Operating Systems
13
13
14
-
* Windows 8
15
-
* Windows 8.1
16
14
* Windows 10
17
15
* Windows 11
18
-
* Windows Server 2012 R2 or Later
16
+
* Windows Server 2016 or Later
19
17
* Microsoft Azure App Service (PaaS)
20
18
21
19
> [!Note]
22
20
> The Microsoft IIS feature must be installed/enabled
23
21
24
-
## .NET Framework
22
+
## .NET Framework Minimum
25
23
26
-
* 4.7.2 Minimum
24
+
* 4.8.0
27
25
28
26
## Database Server
29
27
30
28
DNN Platform requires a single Microsoft SQL Server database and supports all current editions of Microsoft SQL Server including.
31
29
32
-
* Microsoft SQL Server 2012
33
-
* Microsoft SQL Server 2014
34
-
* Microsoft SQL Server 2016 (supported with DNN 8.0.4+)
35
30
* Microsoft SQL Server 2017
36
31
* Microsoft SQL Server 2019
32
+
* Microsoft SQL Server 2022
37
33
* Microsoft Azure SQL Database
38
34
39
35
> [!Note]
@@ -43,7 +39,6 @@ DNN Platform requires a single Microsoft SQL Server database and supports all cu
43
39
44
40
* Chrome
45
41
* Firefox
46
-
* IE 11
47
42
* Microsoft Edge
48
43
* Safari for Mac
49
44
@@ -54,24 +49,15 @@ DNN Platform requires a single Microsoft SQL Server database and supports all cu
54
49
55
50
For creating extensions:
56
51
57
-
* Visual Studio 2017
58
-
* Visual Studio 2019
59
-
* Visual Studio 2022
52
+
* Visual Studio 2022 (including Community Edition with latest updates)
60
53
61
54
> [!Note]
62
-
> Starting with DNN 9.4.0, .NET Framework 4.7.2+ is required, however, it is still possible to use older versions of Visual Studio, and .NET Framework for extension development. The minimum version for extension development is dependent upon the targeted DNN Minimum Version.
55
+
> Starting with DNN 10.0.0, .NET Framework 4.8.0+ is required, however, it is still possible to use older versions of Visual Studio, and .NET Framework for extension development. The minimum version for extension development is dependent upon the targeted DNN Minimum Version.
63
56
64
57
For contributing to DNN Platform:
65
58
66
-
* Visual Studio 2017
67
-
* Visual Studio 2019
68
-
* Visual Studio 2022
69
-
70
-
## Recommended Environment
71
-
72
-
* Most current Windows & IIS Environment Possible
73
-
* Most Current SQL Server Available, minimum recommendation of SQL Server 2016
74
-
***For developers:** SQL Developer Editions provide the best flexibility
75
-
***For developers:** Visual Studio 2022
59
+
* Visual Studio 2022 (including Community Edition with latest updates)
60
+
* Latest `dotnet SDK`
61
+
* Latest `node (LTS)`
76
62
77
63
Please click the **Improve this Doc** button above to help us improve this page.
0 commit comments