Downloads:
906,949
Downloads of v 6.0.0-preview4212537:
203
Last Update:
25 May 2021
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
microsoft .net core runtime redistributable- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Microsoft .NET Runtime
This is a prerelease version of Microsoft .NET Runtime.
- 1
- 2
- 3
6.0.0-preview4212537 | Updated: 25 May 2021
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
906,949
Downloads of v 6.0.0-preview4212537:
203
Maintainer(s):
Software Author(s):
- Microsoft
Microsoft .NET Runtime 6.0.0-preview4212537
This is a prerelease version of Microsoft .NET Runtime.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft. The inclusion of Microsoft trademark(s), if any, upon this webpage is solely to identify Microsoft goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Microsoft .NET Runtime, run the following command from the command line or from PowerShell:
To upgrade Microsoft .NET Runtime, run the following command from the command line or from PowerShell:
To uninstall Microsoft .NET Runtime, 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-runtime --internalize --version=6.0.0-preview4212537 --pre --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-runtime -y --source="'INTERNAL REPO URL'" --version="'6.0.0-preview4212537'" --prerelease [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-runtime -y --source="'INTERNAL REPO URL'" --version="'6.0.0-preview4212537'" --prerelease
$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-runtime
win_chocolatey:
name: dotnet-runtime
version: '6.0.0-preview4212537'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'dotnet-runtime' do
action :install
source 'INTERNAL REPO URL'
version '6.0.0-preview4212537'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dotnet-runtime
{
Name = "dotnet-runtime"
Version = "6.0.0-preview4212537"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dotnet-runtime':
ensure => '6.0.0-preview4212537',
install_options => ['--prerelease'],
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 is exempt from moderation. While it is likely safe for you, there is more risk involved.
.NET Core 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 package is required to run console applications with the .NET Runtime (Microsoft.NETCore.App).
This is a metapackage, which installs the latest release of .NET Runtime across all versions.
Log in or click on link to see number of positives.
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 Runtime 9.0.0 | 15636 | Wednesday, November 13, 2024 | Approved | |
Microsoft .NET Runtime 9.0.0-rc2244735 | 317 | Tuesday, October 8, 2024 | Approved | |
Microsoft .NET Runtime 9.0.0-rc1244317 | 354 | Wednesday, September 11, 2024 | Approved | |
Microsoft .NET Runtime 9.0.0-preview7244057 | 172 | Tuesday, August 13, 2024 | Approved | |
Microsoft .NET Runtime 9.0.0-preview6243277 | 154 | Tuesday, July 9, 2024 | Exempted | |
Microsoft .NET Runtime 9.0.0-preview5243067 | 126 | Wednesday, June 12, 2024 | Exempted | |
Microsoft .NET Runtime 9.0.0-preview42426619 | 130 | Tuesday, May 21, 2024 | Exempted | |
Microsoft .NET Runtime 9.0.0-preview3241729 | 148 | Thursday, April 11, 2024 | Exempted | |
Microsoft .NET Runtime 9.0.0-preview2241285 | 138 | Tuesday, March 12, 2024 | Exempted | |
Microsoft .NET Runtime 9.0.0-preview1240809 | 104 | Wednesday, February 14, 2024 | Exempted | |
Microsoft .NET Runtime 8.0.11 | 953 | Wednesday, November 13, 2024 | Approved | |
Microsoft .NET Runtime 8.0.10 | 36979 | Tuesday, October 8, 2024 | Approved | |
Microsoft .NET Runtime 8.0.8 | 43797 | Tuesday, August 13, 2024 | Approved | |
Microsoft .NET Runtime 8.0.7 | 28011 | Tuesday, July 9, 2024 | Approved | |
Microsoft .NET Runtime 8.0.6 | 33390 | Wednesday, May 29, 2024 | Approved | |
Microsoft .NET Runtime 8.0.5 | 25794 | Tuesday, May 14, 2024 | Approved | |
Microsoft .NET Runtime 8.0.4 | 34793 | Wednesday, April 10, 2024 | Approved | |
Microsoft .NET Runtime 8.0.3 | 35365 | Tuesday, March 12, 2024 | Approved | |
Microsoft .NET Runtime 8.0.2 | 26097 | Wednesday, February 14, 2024 | Approved | |
Microsoft .NET Runtime 8.0.1 | 29412 | Wednesday, January 10, 2024 | Approved | |
Microsoft .NET Runtime 8.0.0 | 110936 | Tuesday, November 14, 2023 | Approved | |
Microsoft .NET Runtime 8.0.0-rc2234796 | 260 | Tuesday, October 10, 2023 | Exempted | |
Microsoft .NET Runtime 8.0.0-rc1234194 | 191 | Tuesday, September 12, 2023 | Exempted | |
Microsoft .NET Runtime 8.0.0-preview7233756 | 191 | Wednesday, August 9, 2023 | Exempted | |
Microsoft .NET Runtime 8.0.0-preview6233297 | 140 | Tuesday, July 11, 2023 | Exempted | |
Microsoft .NET Runtime 8.0.0-preview5232808 | 111 | Tuesday, June 13, 2023 | Exempted | |
Microsoft .NET Runtime 8.0.0-preview4232595 | 133 | Wednesday, May 17, 2023 | Exempted | |
Microsoft .NET Runtime 8.0.0-preview2231283 | 163 | Tuesday, March 14, 2023 | Exempted | |
Microsoft .NET Runtime 8.0.0-preview1231108 | 116 | Wednesday, February 22, 2023 | Exempted | |
Microsoft .NET Runtime 7.0.20 | 5257 | Wednesday, May 29, 2024 | Approved | |
Microsoft .NET Runtime 7.0.19 | 2722 | Tuesday, May 14, 2024 | Approved | |
Microsoft .NET Runtime 7.0.18 | 4024 | Wednesday, April 10, 2024 | Approved | |
Microsoft .NET Runtime 7.0.17 | 11747 | Tuesday, March 12, 2024 | Approved | |
Microsoft .NET Runtime 7.0.16 | 101 | Wednesday, February 14, 2024 | Approved | |
Microsoft .NET Runtime 7.0.15 | 164 | Wednesday, January 10, 2024 | Approved | |
Microsoft .NET Runtime 7.0.14 | 622 | Tuesday, November 14, 2023 | Approved | |
Microsoft .NET Runtime 7.0.13 | 21214 | Tuesday, October 24, 2023 | Approved | |
Microsoft .NET Runtime 7.0.12 | 21366 | Tuesday, October 10, 2023 | Approved | |
Microsoft .NET Runtime 7.0.11 | 21386 | Tuesday, September 12, 2023 | Approved | |
Microsoft .NET Runtime 7.0.10 | 20395 | Wednesday, August 9, 2023 | Approved | |
Microsoft .NET Runtime 7.0.9 | 18946 | Tuesday, July 11, 2023 | Approved | |
Microsoft .NET Runtime 7.0.8 | 12477 | Friday, June 23, 2023 | Approved | |
Microsoft .NET Runtime 7.0.7 | 11149 | Tuesday, June 13, 2023 | Approved | |
Microsoft .NET Runtime 7.0.5 | 28372 | Tuesday, April 11, 2023 | Approved | |
Microsoft .NET Runtime 7.0.4 | 14018 | Tuesday, March 14, 2023 | Approved | |
Microsoft .NET Runtime 7.0.3 | 14185 | Tuesday, February 14, 2023 | Approved | |
Microsoft .NET Runtime 7.0.2 | 14410 | Tuesday, January 10, 2023 | Approved | |
Microsoft .NET Runtime 7.0.1 | 15192 | Wednesday, December 14, 2022 | Approved | |
Microsoft .NET Runtime 7.0.0 | 13504 | Tuesday, November 8, 2022 | Approved | |
Microsoft .NET Runtime 7.0.0-rc2224723 | 181 | Tuesday, October 11, 2022 | Exempted | |
Microsoft .NET Runtime 7.0.0-rc12242610 | 167 | Wednesday, September 14, 2022 | Exempted | |
Microsoft .NET Runtime 7.0.0-preview7223756 | 166 | Tuesday, August 9, 2022 | Exempted | |
Microsoft .NET Runtime 7.0.0-preview6223244 | 149 | Tuesday, July 12, 2022 | Exempted | |
Microsoft .NET Runtime 7.0.0-preview4222294 | 198 | Wednesday, May 11, 2022 | Exempted | |
Microsoft .NET Runtime 7.0.0-preview3221754 | 130 | Wednesday, April 13, 2022 | Exempted | |
Microsoft .NET Runtime 7.0.0-preview2221522 | 144 | Tuesday, March 15, 2022 | Exempted | |
Microsoft .NET Runtime 7.0.0-preview1220768 | 164 | Friday, February 18, 2022 | Exempted | |
Microsoft .NET Runtime 6.0.36 | 20 | Wednesday, November 13, 2024 | Approved | |
Microsoft .NET Runtime 6.0.35 | 47 | Tuesday, October 8, 2024 | Approved | |
Microsoft .NET Runtime 6.0.33 | 165 | Tuesday, August 13, 2024 | Approved | |
Microsoft .NET Runtime 6.0.32 | 65 | Tuesday, July 9, 2024 | Approved | |
Microsoft .NET Runtime 6.0.31 | 201 | Wednesday, May 29, 2024 | Approved | |
Microsoft .NET Runtime 6.0.30 | 50 | Tuesday, May 14, 2024 | Approved | |
Microsoft .NET Runtime 6.0.29 | 70 | Wednesday, April 10, 2024 | Approved | |
Microsoft .NET Runtime 6.0.28 | 161 | Tuesday, March 12, 2024 | Approved | |
Microsoft .NET Runtime 6.0.27 | 121 | Wednesday, February 14, 2024 | Approved | |
Microsoft .NET Runtime 6.0.26 | 144 | Wednesday, January 10, 2024 | Approved | |
Microsoft .NET Runtime 6.0.25 | 320 | Tuesday, November 14, 2023 | Approved | |
Microsoft .NET Runtime 6.0.24 | 5290 | Tuesday, October 24, 2023 | Approved | |
Microsoft .NET Runtime 6.0.23 | 333 | Tuesday, October 10, 2023 | Approved | |
Microsoft .NET Runtime 6.0.22 | 232 | Tuesday, September 12, 2023 | Approved | |
Microsoft .NET Runtime 6.0.21 | 10711 | Wednesday, August 9, 2023 | Approved | |
Microsoft .NET Runtime 6.0.20 | 222 | Tuesday, July 11, 2023 | Approved | |
Microsoft .NET Runtime 6.0.19 | 576 | Friday, June 23, 2023 | Approved | |
Microsoft .NET Runtime 6.0.18 | 349 | Tuesday, June 13, 2023 | Approved | |
Microsoft .NET Runtime 6.0.16 | 1793 | Tuesday, April 11, 2023 | Approved | |
Microsoft .NET Runtime 6.0.15 | 2125 | Wednesday, March 15, 2023 | Approved | |
Microsoft .NET Runtime 6.0.14 | 1156 | Tuesday, February 14, 2023 | Approved | |
Microsoft .NET Runtime 6.0.13 | 651 | Tuesday, January 10, 2023 | Approved | |
Microsoft .NET Runtime 6.0.12 | 584 | Wednesday, December 14, 2022 | Approved | |
Microsoft .NET Runtime 6.0.11 | 2900 | Tuesday, November 8, 2022 | Approved | |
Microsoft .NET Runtime 6.0.10 | 13307 | Tuesday, October 11, 2022 | Approved | |
Microsoft .NET Runtime 6.0.9 | 12295 | Wednesday, September 14, 2022 | Approved | |
Microsoft .NET Runtime 6.0.8 | 12494 | Tuesday, August 9, 2022 | Approved | |
Microsoft .NET Runtime 6.0.7 | 8872 | Tuesday, July 12, 2022 | Approved | |
Microsoft .NET Runtime 6.0.6 | 10343 | Wednesday, June 15, 2022 | Approved | |
Microsoft .NET Runtime 6.0.5 | 20616 | Wednesday, May 11, 2022 | Approved | |
Microsoft .NET Runtime 6.0.4 | 10297 | Wednesday, April 13, 2022 | Approved | |
Microsoft .NET Runtime 6.0.3 | 12508 | Thursday, March 10, 2022 | Approved | |
Microsoft .NET Runtime 6.0.2 | 12662 | Wednesday, February 9, 2022 | Approved | |
Microsoft .NET Runtime 6.0.1 | 13101 | Wednesday, December 15, 2021 | Approved | |
Microsoft .NET Runtime 6.0.0 | 9835 | Monday, November 8, 2021 | Approved | |
Microsoft .NET Runtime 6.0.0-rc2214805 | 221 | Wednesday, October 13, 2021 | Exempted | |
Microsoft .NET Runtime 6.0.0-rc12145113 | 166 | Wednesday, September 15, 2021 | Exempted | |
Microsoft .NET Runtime 6.0.0-preview72137719 | 167 | Wednesday, August 11, 2021 | Exempted | |
Microsoft .NET Runtime 6.0.0-preview62135212 | 161 | Wednesday, July 14, 2021 | Exempted | |
Microsoft .NET Runtime 6.0.0-preview5213015 | 177 | Friday, June 18, 2021 | Exempted | |
Microsoft .NET Runtime 6.0.0-preview4212537 | 203 | Tuesday, May 25, 2021 | Exempted | |
Microsoft .NET Runtime 6.0.0-preview3212014 | 182 | Friday, April 9, 2021 | Exempted | |
Microsoft .NET Runtime 6.0.0-preview2211546 | 175 | Friday, March 12, 2021 | Exempted | |
Microsoft .NET Runtime 6.0.0-preview12110212 | 132 | Thursday, February 18, 2021 | Approved | |
Microsoft .NET Runtime 5.0.17 | 1575 | Wednesday, May 11, 2022 | Approved | |
Microsoft .NET Runtime 5.0.16 | 94 | Tuesday, April 12, 2022 | Approved | |
Microsoft .NET Runtime 5.0.15 | 539 | Wednesday, March 9, 2022 | Approved | |
Microsoft .NET Runtime 5.0.14 | 227 | Wednesday, February 9, 2022 | Approved | |
Microsoft .NET Runtime 5.0.13 | 2464 | Wednesday, December 15, 2021 | Approved | |
Microsoft .NET Runtime 5.0.12 | 465 | Monday, November 8, 2021 | Approved | |
Microsoft .NET Runtime 5.0.11 | 7734 | Wednesday, October 13, 2021 | Approved | |
Microsoft .NET Runtime 5.0.10 | 7038 | Wednesday, September 15, 2021 | Approved | |
Microsoft .NET Runtime 5.0.9 | 7697 | Wednesday, August 11, 2021 | Approved | |
Microsoft .NET Runtime 5.0.8 | 4091 | Tuesday, July 13, 2021 | Approved | |
Microsoft .NET Runtime 5.0.7 | 5492 | Tuesday, June 8, 2021 | Approved | |
Microsoft .NET Runtime 5.0.6 | 3497 | Tuesday, May 11, 2021 | Approved | |
Microsoft .NET Runtime 5.0.5 | 6413 | Wednesday, April 7, 2021 | Approved | |
Microsoft .NET Runtime 5.0.4 | 4306 | Wednesday, March 10, 2021 | Approved | |
Microsoft .NET Runtime 5.0.3 | 3604 | Wednesday, February 10, 2021 | Approved | |
Microsoft .NET Runtime 5.0.2 | 2888 | Tuesday, January 12, 2021 | Approved | |
Microsoft .NET Runtime 5.0.1 | 1667 | Wednesday, December 9, 2020 | Approved | |
Microsoft .NET Runtime 5.0.0 | 4172 | Tuesday, November 10, 2020 | Approved | |
Microsoft .NET Runtime 5.0.0-rc2204755 | 125 | Thursday, November 5, 2020 | Exempted |
.NET Foundation and Contributors
-
- dotnet-6.0-runtime (≥ 6.0.0-preview4212537 && < 6.0.1)
Ground Rules:
- This discussion is only about Microsoft .NET Runtime and the Microsoft .NET Runtime 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 Runtime, 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.