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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,3 +112,6 @@ git push
112
112
```
113
113
114
114
Everything is now updated per the latest changes everywhere, you are ready for your next contribution, scroll up and repeat from the "create a branch for your changes" step, rinse and repeat.
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.
> **Upgrade Notes:** DotNetNuke has been around since 2002, and in that time has had a number of changes which can complicate matters during the process of upgrading through different versions. These include:
@@ -44,4 +45,6 @@ The below is, of course, subject to change. If your current version of DNN Platf
44
45
- In DNN 9.2.0, multiple APIs were removed that were marked deprecated in DNN 7 and before. Most of the core modules have been updated since and you can find them at [https://github.com/dnncommunity](https://github.com/dnncommunity). If you have other modules installed, please check for updates before upgrading to DNN 9.2.0 or later.
45
46
- DNN 9.4.0 introduced a minimum requirement of ASP.NET 4.7.2.
46
47
- DNN 9.8.0 (and above for the 9.x series releases) brings the OPTIONAL (but HIGHLY RECOMMENDED) [Telerik Removal](xref:setup-telerik-removal).
48
+
- DNN 10.0.0 introduced minimum requirements for ASP.NET 4.8 and SQL Server 2017. In addition, it will force-remove DNN-Provided Telerik versions.
49
+
- DNN 10.1.1 new installs use SHA256 as the default password hashing algorithm. This only affect new installs, if you want to migrate an upgraded site to SHA256, please read [the documentation for membership provider changes](xref:security-membership-providers).
0 commit comments