Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requirements for DNN 10.0.0 #736

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 11 additions & 25 deletions content/getting-started/setup/requirements/index.md
Original file line number Diff line number Diff line change
@@ -2,38 +2,34 @@
uid: setup-requirements
locale: en
title: DNN Platform Requirements
dnnversion: 09.04.00
dnnversion: 10.00.00
related-topics: install-extension,administrators-included-modules-overview,dnn-overview,dnn-overview,control-bar-to-persona-bar,persona-bar-by-role,providers,more-resources,set-up-dnn
---

# DNN Platform Requirements
The following information applies to **DNN Platform** 9.4.0 and later.
The following information applies to **DNN Platform** 10.0.0 and later.

## Supported Operating Systems

* Windows 8
* Windows 8.1
* Windows 10
* Windows 11
* Windows Server 2012 R2 or Later
* Windows Server 2016 or Later
* Microsoft Azure App Service (PaaS)

> [!Note]
> The Microsoft IIS feature must be installed/enabled

## .NET Framework
## .NET Framework Minimum

* 4.7.2 Minimum
* 4.8.0

## Database Server

DNN Platform requires a single Microsoft SQL Server database and supports all current editions of Microsoft SQL Server including.

* Microsoft SQL Server 2012
* Microsoft SQL Server 2014
* Microsoft SQL Server 2016 (supported with DNN 8.0.4+)
* Microsoft SQL Server 2017
* Microsoft SQL Server 2019
* Microsoft SQL Server 2022
* Microsoft Azure SQL Database

> [!Note]
@@ -43,7 +39,6 @@ DNN Platform requires a single Microsoft SQL Server database and supports all cu

* Chrome
* Firefox
* IE 11
* Microsoft Edge
* Safari for Mac

@@ -54,24 +49,15 @@ DNN Platform requires a single Microsoft SQL Server database and supports all cu

For creating extensions:

* Visual Studio 2017
* Visual Studio 2019
* Visual Studio 2022
* Visual Studio 2022 (including Community Edition with latest updates)

> [!Note]
> 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.
> 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.

For contributing to DNN Platform:

* Visual Studio 2017
* Visual Studio 2019
* Visual Studio 2022

## Recommended Environment

* Most current Windows & IIS Environment Possible
* Most Current SQL Server Available, minimum recommendation of SQL Server 2016
* **For developers:** SQL Developer Editions provide the best flexibility
* **For developers:** Visual Studio 2022
* Visual Studio 2022 (including Community Edition with latest updates)
* Latest `dotnet SDK`
* Latest `node (LTS)`

Please click the **Improve this Doc** button above to help us improve this page.
Loading