Downloads:
22,445
Downloads of v 3.7.0:
1,249
Last Update:
25 Oct 2024
Package Maintainer(s):
Software Author(s):
- Microsoft
- .NET Foundation
Tags:
microsoft .net core framework runtime redistributable desktop c# f#- Software Specific:
- Software Site
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Microsoft .NET - all versions
- 1
- 2
- 3
3.7.0 | Updated: 25 Oct 2024
- Software Specific:
- Software Site
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
22,445
Downloads of v 3.7.0:
1,249
Maintainer(s):
Software Author(s):
- Microsoft
- .NET Foundation
Microsoft .NET - all versions 3.7.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft, .NET Foundation. The inclusion of Microsoft, .NET Foundation trademark(s), if any, upon this webpage is solely to identify Microsoft, .NET Foundation goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Microsoft .NET - all versions, run the following command from the command line or from PowerShell:
To upgrade Microsoft .NET - all versions, run the following command from the command line or from PowerShell:
To uninstall Microsoft .NET - all versions, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download dotnet-all --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade dotnet-all -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade dotnet-all -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install dotnet-all
win_chocolatey:
name: dotnet-all
version: '3.7.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'dotnet-all' do
action :install
source 'INTERNAL REPO URL'
version '3.7.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dotnet-all
{
Name = "dotnet-all"
Version = "3.7.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dotnet-all':
ensure => '3.7.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 25 Oct 2024.
Microsoft .NET Framework is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios.
This is a metapackage, that installs all redistributable runtimes, to run desktop and command line applications that use the .NET CLR.
Log in or click on link to see number of positives.
- dotnet-all.3.7.0.nupkg (5d6915e5f0f4) - ## / 67
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Microsoft .NET - all versions 3.7.0 | 1249 | Friday, October 25, 2024 | Approved | |
Microsoft .NET - all versions 3.6.0 | 1034 | Wednesday, October 16, 2024 | Approved | |
Microsoft .NET - all versions 3.5.1 | 1867 | Wednesday, August 7, 2024 | Approved | |
Microsoft .NET - all versions 3.4.0 | 703 | Tuesday, July 16, 2024 | Approved | |
Microsoft .NET - all versions 3.3.0 | 658 | Wednesday, July 3, 2024 | Approved | |
Microsoft .NET - all versions 3.2.0 | 750 | Saturday, June 8, 2024 | Approved | |
Microsoft .NET - all versions 3.1.1 | 1284 | Tuesday, May 7, 2024 | Approved | |
Microsoft .NET - all versions 3.1.0 | 631 | Monday, April 22, 2024 | Approved | |
Microsoft .NET - all versions 3.0.3.1 | 1584 | Monday, March 18, 2024 | Approved | |
Microsoft .NET - all versions 3.0.3 | 410 | Saturday, March 16, 2024 | Approved | |
Microsoft .NET - all versions 3.0.2 | 980 | Friday, March 1, 2024 | Approved | |
Microsoft .NET - all versions 3.0.1 | 694 | Thursday, February 8, 2024 | Approved | |
Microsoft .NET - all versions 3.0.0 | 1144 | Sunday, December 17, 2023 | Approved | |
Microsoft .NET - all versions 2.0.11 | 1049 | Wednesday, November 29, 2023 | Approved | |
Microsoft .NET - all versions 2.0.10 | 641 | Friday, November 10, 2023 | Approved | |
Microsoft .NET - all versions 2.0.9 | 873 | Wednesday, October 11, 2023 | Approved | |
Microsoft .NET - all versions 2.0.8 | 454 | Tuesday, October 3, 2023 | Approved | |
Microsoft .NET - all versions 2.0.7 | 2259 | Wednesday, July 19, 2023 | Approved | |
Microsoft .NET - all versions 2.0.6 | 2705 | Sunday, April 23, 2023 | Approved | |
Microsoft .NET - all versions 2.0.5 | 235 | Thursday, March 16, 2023 | Approved | |
Microsoft .NET - all versions 2.0.4 | 67 | Wednesday, March 15, 2023 | Approved | |
Microsoft .NET - all versions 2.0.3 | 160 | Sunday, February 19, 2023 | Approved | |
Microsoft .NET - all versions 2.0.2 | 204 | Sunday, January 15, 2023 | Approved | |
Microsoft .NET - all versions 2.0.1 | 156 | Sunday, December 18, 2022 | Approved | |
Microsoft .NET - all versions 2.0.0 | 174 | Sunday, November 13, 2022 | Approved | |
Microsoft .NET - all versions 1.0.5 | 126 | Friday, October 14, 2022 | Approved | |
Microsoft .NET - all versions 1.0.4 | 64 | Thursday, October 13, 2022 | Approved | |
Microsoft .NET - all versions 1.0.3 | 70 | Wednesday, October 12, 2022 | Approved | |
Microsoft .NET - all versions 1.0.2 | 53 | Saturday, October 8, 2022 | Approved | |
Microsoft .NET - all versions 1.0.1 | 59 | Tuesday, September 27, 2022 | Approved | |
Microsoft .NET - all versions 1.0.0 | 108 | Sunday, August 7, 2022 | Approved |
© 2002-2024 Microsoft & .NET Foundation
-
- dotnet3.5 (≥ 3.5.20160716)
- dotnet4.0 (≥ 4.0.30319.20141222)
- dotnet4.5 (≥ 4.5.20120822)
- dotnet4.5.1 (≥ 4.5.1.20140606)
- dotnet4.5.2 (≥ 4.5.2.20140902)
- dotnet4.6 (≥ 4.6.81.20150925)
- dotnet4.6.1 (≥ 4.6.1055.20170308)
- dotnet4.6.2 (≥ 4.6.1590.20190822)
- dotnet-4.6.2 (≥ 4.6.1586.2)
- dotnet4.7 (≥ 4.7.2053.20190226)
- dotnet4.7.1 (≥ 4.7.2558.20190226)
- dotnet4.7.2 (≥ 4.7.2.20210903)
- netfx-4.7.1 (≥ 4.7.1)
- netfx-4.7.2 (≥ 4.7.2)
- netfx-4.6.2 (≥ 4.6.2.20210905)
- netfx-4.8 (≥ 4.8.0.20220524)
- dotnetfx (≥ 4.8.0.20220524)
- dotnetcore-2.0-runtime (≥ 2.0.9)
- dotnetcore-2.1-runtime (≥ 2.1.30)
- dotnetcore-2.2-runtime (≥ 2.2.8)
- dotnetcore-3.0-runtime (≥ 3.0.3)
- dotnetcore-3.0-desktopruntime (≥ 3.0.3)
- dotnetcore3-desktop-runtime (≥ 3.1.16)
- dotnetcore-3.1-desktopruntime (≥ 3.1.32)
- dotnetcore (≥ 3.1.32)
- dotnetcore-3.1-runtime (≥ 3.1.32)
- dotnetcore-runtime (≥ 3.1.32)
- dotnetcore-runtime.install (≥ 3.1.32)
- dotnetcore-desktopruntime (≥ 3.1.32)
- dotnet5-desktop-runtime (≥ 5.0.6)
- dotnet-5.0-desktopruntime (≥ 5.0.17)
- dotnet-5.0-runtime (≥ 5.0.17)
- dotnet-6.0-desktopruntime (≥ 6.0.35)
- dotnet-6.0-runtime (≥ 6.0.35)
- dotnet-7.0-runtime (≥ 7.0.20)
- dotnet-7.0-desktopruntime (≥ 7.0.20)
- dotnet-8.0-runtime (≥ 8.0.10)
- dotnet-8.0-desktopruntime (≥ 8.0.10)
- dotnet (≥ 8.0.10)
- dotnet-desktopruntime (≥ 8.0.10)
- dotnet-runtime (≥ 8.0.10)
Ground Rules:
- This discussion is only about Microsoft .NET - all versions and the Microsoft .NET - all versions package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Microsoft .NET - all versions, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.