Microsoft .NET Framework 4.8 4.8.0.20220524

The .NET Framework is a development platform for building apps for web, Windows, Windows Phone, Windows Server, and Microsoft Azure. It consists of the common language runtime (CLR) and the .NET Framework class library, which includes a broad range of functionality and support for many industry standards.

The .NET Framework provides many services, including memory management, type and memory safety, security, networking, and application deployment. It provides easy-to-use data structures and APIs that abstract the lower-level Windows operating system. You can use a variety of programming languages with the .NET Framework, including C#, F#, and Visual Basic.

Supported Windows Client versions: Windows 10 version 1903, Windows 10 version 1809, Windows 10 version 1803, Windows 10 version 1709, Windows 10 version 1703, Windows 10 version 1607, Windows 8.1, Windows 7 SP1

Supported Windows Server versions: Windows Server 2019, Windows Server version 1803, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2 SP1

The matching Developer Pack can be installed using this package.

Showing the top 20 packages that depend on dotnetfx.

Packages Downloads
visualstudio2026community
### Overview Free, full-featured and extensible tool for students, open-source and individual developers. To find out what's new or to see the known issues, see the [Visual Studio 2026 release notes](https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes). [System requirements](https://learn.microsoft.com/en-us/visualstudio/releases/vs18/vs-system-requirements) ### Customizations and Optional features By default, the package installs only the bare minimum required (the Core Editor workload). The easiest way to add more development features is to use the workload packages listed in the Release Notes section. All package parameters are passed to the Visual Studio installer, enabling full customization of the installation. The possible parameters are [described here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2026). The package passes `--norestart --wait` by default, and `--quiet`, unless `--passive` is specified in the package parameters. After installing the package, more features can also be added by launching the Visual Studio Installer application from the Start Menu. The language of the installed software can be controlled using the package parameter `--locale language`. The list of languages is [presented here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2026#list-of-language-locales). By default, the operating system display language is used. #### Full installation This command will install Visual Studio with all available workloads and optional components, display progress during the installation and specify the English language regardless of operating system settings: choco install visualstudio2026community --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US" [More package parameter examples](https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/EXAMPLES.md) ### Notes A reboot may be required after (or even _before_) installing/uninstalling this package. If control over reboots is required, it is advisable to install the dependencies (esp. dotnetfx 4.8.0) first, perform a reboot if necessary, and then install this package. Some parameters, including `--allWorkloads`, `--includeRecommended` and `--includeOptional`, are only valid during the initial installation of Visual Studio and may cause failures if used during upgrade. For reliability, it is recommended to avoid using these parameters and install workloads using the workload packages listed in the Release Notes section.
2
sql-server-management-studio
SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure. Use SSMS to access, configure, manage, administer, and develop all components of SQL Server, Azure SQL Database, Azure SQL Managed Instance, SQL Server on Azure VM, and Azure Synapse Analytics. SSMS provides a single comprehensive utility that combines a broad group of graphical tools with many rich script editors to provide access to SQL Server for developers and database administrators of all skill levels. #### Supported SQL offerings - You can use it to manage all supported SQL Server versions, such as SQL Server 2022, SQL Server 2019, and earlier versions. - SSMS 22 includes enhanced integration for managing Azure SQL Database and Azure SQL Managed Instance environments. #### SSMS System Requirements SQL Server Management Studio 22 is supported on the following 64-bit operating systems: Supported Operating Systems: - Windows 11 minimum supported OS version or higher: Home, Pro, Pro Education, Pro for Workstations, Enterprise, and Education - Windows 10 minimum supported OS version or higher: Home, Professional, Education, and Enterprise. - Windows Server 2025: Standard and Datacenter. - Windows Server 2022: Standard and Datacenter. - Windows Server 2019: Standard and Datacenter. - Windows Server 2016: Standard and Datacenter. ### Package Specific Major versions of SSMS install side by side. If you upgrade this package from an earlier major version (eg. 18.x, 19.x, 20.x, 21.x), that version will remain installed. As of version 21, SSMS now uses the standard Visual Studio installer to install and update SSMS. #### Package Parameters The default installation installs the SMSS core tools. You can use [package parameters](https://learn.microsoft.com/ssms/install/command-line-parameters?WT.mc_id=DOP-MVP-5001655) to install additional workloads: - `Microsoft.SqlServer.Workload.SSMS.AI` - `Microsoft.SqlServer.Workload.SSMS.BI` - `Microsoft.SqlServer.Workload.SSMS.HybridAndMigration` - `Microsoft.SqlServer.Workload.SSMS.CodeTools` Example (install all workloads): `choco install sql-server-management-studio --params "'--all'"` `choco install sql-server-management-studio --params "'--add Microsoft.SqlServer.Workload.SSMS.CodeTools'"` #### Package Updates This package is automatically updated based on the same data source that SSMS itself uses to determine when updates are available. This may mean that there may sometimes be a delay between Microsoft releasing a new version and when they 'advertise' it as being generally available for SSMS to update.
0
visualstudio2017community
### Overview Free, full-featured and extensible tool for students, open-source and individual developers. To find out what's new or to see the known issues, see the [Visual Studio 2017 Release Notes](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes). [System requirements](https://www.visualstudio.com/en-us/productinfo/vs2017-system-requirements-vs) ### Customizations and Optional features By default, the package installs only the bare minimum required (the Core Editor workload). The easiest way to add more development features is to use the workload packages listed in the Release Notes section. All package parameters are passed to the Visual Studio installer, enabling full customization of the installation. The possible parameters are [described here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2017). The package passes `--norestart --wait` by default, and `--quiet`, unless `--passive` is specified in the package parameters. After installing the package, more features can also be added by launching the Visual Studio Installer application from the Start Menu. The language of the installed software can be controlled using the package parameter `--locale language`. The list of languages is [presented here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2017#list-of-language-locales). By default, the operating system display language is used. #### Full installation This command will install Visual Studio with all available workloads and optional components, display progress during the installation and specify the English language regardless of operating system settings: choco install visualstudio2017community --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US" [More package parameter examples](https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/EXAMPLES.md) ### Notes A reboot may be required after (or even _before_) installing/uninstalling this package. If control over reboots is required, it is advisable to install the dependencies (esp. dotnet4.6.2 or later) first, perform a reboot if necessary, and then install this package. Some parameters, including `--allWorkloads`, `--includeRecommended` and `--includeOptional`, are only valid during the initial installation of Visual Studio and may cause failures if used during upgrade. For reliability, it is recommended to avoid using these parameters and install workloads using the workload packages listed in the Release Notes section.
0
visualstudio2019community
### Overview Free, full-featured and extensible tool for students, open-source and individual developers. To find out what's new or to see the known issues, see the [Visual Studio 2019 Release Notes](https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes). [System requirements](https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements) ### Customizations and Optional features By default, the package installs only the bare minimum required (the Core Editor workload). The easiest way to add more development features is to use the workload packages listed in the Release Notes section. All package parameters are passed to the Visual Studio installer, enabling full customization of the installation. The possible parameters are [described here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2019). The package passes `--norestart --wait` by default, and `--quiet`, unless `--passive` is specified in the package parameters. After installing the package, more features can also be added by launching the Visual Studio Installer application from the Start Menu. The language of the installed software can be controlled using the package parameter `--locale language`. The list of languages is [presented here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2019#list-of-language-locales). By default, the operating system display language is used. #### Full installation This command will install Visual Studio with all available workloads and optional components, display progress during the installation and specify the English language regardless of operating system settings: choco install visualstudio2019community --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US" [More package parameter examples](https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/EXAMPLES.md) ### Notes A reboot may be required after (or even _before_) installing/uninstalling this package. If control over reboots is required, it is advisable to install the dependencies (esp. dotnetfx 4.7.2 or later) first, perform a reboot if necessary, and then install this package. Some parameters, including `--allWorkloads`, `--includeRecommended` and `--includeOptional`, are only valid during the initial installation of Visual Studio and may cause failures if used during upgrade. For reliability, it is recommended to avoid using these parameters and install workloads using the workload packages listed in the Release Notes section.
0
visualstudio2022community
### Overview Free, full-featured and extensible tool for students, open-source and individual developers. To find out what's new or to see the known issues, see the [Visual Studio 2022 release notes](https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes). [System requirements](https://docs.microsoft.com/en-us/visualstudio/releases/2022/system-requirements) ### Customizations and Optional features By default, the package installs only the bare minimum required (the Core Editor workload). The easiest way to add more development features is to use the workload packages listed in the Release Notes section. All package parameters are passed to the Visual Studio installer, enabling full customization of the installation. The possible parameters are [described here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2022). The package passes `--norestart --wait` by default, and `--quiet`, unless `--passive` is specified in the package parameters. After installing the package, more features can also be added by launching the Visual Studio Installer application from the Start Menu. The language of the installed software can be controlled using the package parameter `--locale language`. The list of languages is [presented here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2022#list-of-language-locales). By default, the operating system display language is used. #### Full installation This command will install Visual Studio with all available workloads and optional components, display progress during the installation and specify the English language regardless of operating system settings: choco install visualstudio2022community --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US" [More package parameter examples](https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/EXAMPLES.md) ### Notes A reboot may be required after (or even _before_) installing/uninstalling this package. If control over reboots is required, it is advisable to install the dependencies (esp. dotnetfx 4.8.0) first, perform a reboot if necessary, and then install this package. Some parameters, including `--allWorkloads`, `--includeRecommended` and `--includeOptional`, are only valid during the initial installation of Visual Studio and may cause failures if used during upgrade. For reliability, it is recommended to avoid using these parameters and install workloads using the workload packages listed in the Release Notes section.
0

This package has no dependencies.

Page of
Version Downloads Notes Last updated
4.8.0.20220524 0 24/05/2022
4.7.2.20210909 0 15/09/2021
4.7.2.20180712 0 12/07/2018
4.7.1.20210915 0 15/09/2021
4.7.1.20180317 0 17/03/2018
4.7.1 0 16/02/2018
4.7.0 0 17/03/2018
4.6.2.20210915 0 15/09/2021
4.6.2.20190930 0 30/09/2019
4.6.2 0 17/03/2018
4.6.1 0 17/03/2018
4.6.0 0 17/03/2018
4.5.2 0 17/03/2018
4.5.1 0 17/03/2018
4.5.0 0 17/03/2018