Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
589,767
Downloads of v 1.1.12:
108
Last Update:
12 Mar 2019
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 Core
This is not the latest version of Microsoft .NET Core available.
- 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:
589,767
Downloads of v 1.1.12:
108
Maintainer(s):
Software Author(s):
- Microsoft
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Microsoft .NET Core 1.1.12
This is not the latest version of Microsoft .NET Core available.
This Package Contains an Exempted Check
1 Test Passing and 1 Exempted Test
Validation Testing Passed
Verification Testing Exempt:
Reboot required
To install Microsoft .NET Core, run the following command from the command line or from PowerShell:
To upgrade Microsoft .NET Core, run the following command from the command line or from PowerShell:
To uninstall Microsoft .NET Core, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
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
choco download dotnetcore --internalize --version=1.1.12 --source=https://community.chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade dotnetcore -y --source="'STEP 3 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 dotnetcore -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure dotnetcore installed
win_chocolatey:
name: dotnetcore
state: present
version: 1.1.12
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'dotnetcore' do
action :install
version '1.1.12'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: dotnetcore,
Version: 1.1.12,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller dotnetcore
{
Name = 'dotnetcore'
Ensure = 'Present'
Version = '1.1.12'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dotnetcore':
provider => 'chocolatey',
ensure => '1.1.12',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install dotnetcore version="1.1.12" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 12 Mar 2019.
.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 Core runtime (it is effectively an alias for the dotnetcore-runtime package). For running ASP.NET Core applications on IIS or IIS Express, install the dotnetcore-windowshosting package. For developing .NET Core applications, install the dotnetcore-sdk package.
Log in or click on link to see number of positives.
- dotnetcore.1.1.12.nupkg (9dc85e67c213) - ## / 59
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Microsoft .NET Core 3.1.14 | 1893 | Wednesday, April 14, 2021 | Approved |
Microsoft .NET Core 3.1.13 | 3989 | Tuesday, March 9, 2021 | Approved |
Microsoft .NET Core 3.1.12 | 4013 | Tuesday, February 9, 2021 | Approved |
Microsoft .NET Core 3.1.11 | 3040 | Tuesday, January 12, 2021 | Approved |
Microsoft .NET Core 3.1.10 | 5237 | Tuesday, November 10, 2020 | Approved |
Microsoft .NET Core 3.1.9.20201015 | 2882 | Thursday, October 15, 2020 | Approved |
Microsoft .NET Core 3.1.9 | 974 | Tuesday, October 13, 2020 | Approved |
Microsoft .NET Core 3.1.8 | 4460 | Tuesday, September 8, 2020 | Approved |
Microsoft .NET Core 3.1.7 | 9540 | Tuesday, August 11, 2020 | Approved |
Microsoft .NET Core 3.1.6 | 3745 | Tuesday, July 14, 2020 | Approved |
Microsoft .NET Core 3.1.5 | 5651 | Tuesday, June 9, 2020 | Approved |
Microsoft .NET Core 3.1.4 | 228891 | Friday, May 15, 2020 | Approved |
Microsoft .NET Core 3.1.3 | 2945 | Wednesday, March 25, 2020 | Approved |
Microsoft .NET Core 3.1.2 | 6422 | Tuesday, February 18, 2020 | Approved |
Microsoft .NET Core 3.1.1 | 4978 | Wednesday, January 15, 2020 | Approved |
Microsoft .NET Core 3.1.0 | 28123 | Tuesday, December 3, 2019 | Approved |
Microsoft .NET Core 3.1.0-preview3195532 | 118 | Tuesday, November 19, 2019 | Approved |
Microsoft .NET Core 3.0.3 | 206 | Tuesday, February 18, 2020 | Approved |
Microsoft .NET Core 3.0.2 | 72 | Wednesday, January 15, 2020 | Approved |
Microsoft .NET Core 3.0.1 | 1843 | Tuesday, November 19, 2019 | Approved |
Microsoft .NET Core 3.0.0 | 6348 | Monday, September 23, 2019 | Approved |
Microsoft .NET Core 3.0.0-rc1-19456-20 | 124 | Tuesday, September 17, 2019 | Approved |
Microsoft .NET Core 3.0.0-preview9-19423-09 | 86 | Friday, September 13, 2019 | Approved |
Microsoft .NET Core 3.0.0-preview8-28405-07 | 183 | Wednesday, August 14, 2019 | Approved |
Microsoft .NET Core 3.0.0-preview7-27912-14 | 139 | Tuesday, July 23, 2019 | Approved |
Microsoft .NET Core 3.0.0-preview6-27804-01 | 144 | Wednesday, June 12, 2019 | Approved |
Microsoft .NET Core 3.0.0-preview5-27626-15 | 181 | Monday, May 6, 2019 | Approved |
Microsoft .NET Core 3.0.0-preview4-27615-11 | 121 | Friday, April 19, 2019 | Approved |
Microsoft .NET Core 3.0.0-preview3-27503-5 | 160 | Thursday, March 7, 2019 | Approved |
Microsoft .NET Core 3.0.0-preview-27324-5 | 116 | Friday, March 1, 2019 | Approved |
Microsoft .NET Core 2.2.8 | 2717 | Tuesday, November 19, 2019 | Approved |
Microsoft .NET Core 2.2.7 | 2656 | Friday, September 13, 2019 | Approved |
Microsoft .NET Core 2.2.6 | 6041 | Tuesday, July 9, 2019 | Approved |
Microsoft .NET Core 2.2.5 | 4795 | Tuesday, May 14, 2019 | Approved |
Microsoft .NET Core 2.2.4 | 8386 | Wednesday, April 10, 2019 | Approved |
Microsoft .NET Core 2.2.3 | 25369 | Tuesday, March 12, 2019 | Approved |
Microsoft .NET Core 2.2.2 | 10809 | Wednesday, February 13, 2019 | Approved |
Microsoft .NET Core 2.2.1 | 2879 | Wednesday, January 9, 2019 | Approved |
Microsoft .NET Core 2.2.0 | 3534 | Wednesday, December 5, 2018 | Approved |
Microsoft .NET Core 2.1.27 | 3 | Wednesday, April 14, 2021 | Approved |
Microsoft .NET Core 2.1.26 | 89 | Wednesday, March 10, 2021 | Approved |
Microsoft .NET Core 2.1.25 | 60 | Tuesday, February 9, 2021 | Approved |
Microsoft .NET Core 2.1.24 | 40 | Tuesday, January 12, 2021 | Approved |
Microsoft .NET Core 2.1.23.20201015 | 19 | Thursday, October 15, 2020 | Approved |
Microsoft .NET Core 2.1.23 | 42 | Tuesday, October 13, 2020 | Approved |
Microsoft .NET Core 2.1.22 | 116 | Tuesday, September 8, 2020 | Approved |
Microsoft .NET Core 2.1.21 | 40 | Tuesday, August 11, 2020 | Approved |
Microsoft .NET Core 2.1.20 | 52 | Tuesday, July 14, 2020 | Approved |
Microsoft .NET Core 2.1.19 | 103 | Tuesday, June 9, 2020 | Approved |
Microsoft .NET Core 2.1.18 | 58 | Friday, May 15, 2020 | Approved |
Microsoft .NET Core 2.1.17 | 63 | Wednesday, March 25, 2020 | Approved |
Microsoft .NET Core 2.1.16 | 267 | Tuesday, February 18, 2020 | Approved |
Microsoft .NET Core 2.1.15 | 157 | Wednesday, January 15, 2020 | Approved |
Microsoft .NET Core 2.1.14 | 161 | Tuesday, November 19, 2019 | Approved |
Microsoft .NET Core 2.1.13 | 343 | Friday, September 13, 2019 | Approved |
Microsoft .NET Core 2.1.12 | 140 | Tuesday, July 9, 2019 | Approved |
Microsoft .NET Core 2.1.11 | 105 | Tuesday, May 14, 2019 | Approved |
Microsoft .NET Core 2.1.10 | 230 | Wednesday, April 10, 2019 | Approved |
Microsoft .NET Core 2.1.9 | 620 | Tuesday, March 12, 2019 | Approved |
Microsoft .NET Core 2.1.8 | 114 | Wednesday, February 13, 2019 | Approved |
Microsoft .NET Core 2.1.7 | 308 | Wednesday, January 9, 2019 | Approved |
Microsoft .NET Core 2.1.5 | 38938 | Tuesday, October 2, 2018 | Approved |
Microsoft .NET Core 2.1.4 | 2065 | Tuesday, September 11, 2018 | Approved |
Microsoft .NET Core 2.1.3 | 2440 | Tuesday, August 21, 2018 | Approved |
Microsoft .NET Core 2.1.2 | 4883 | Tuesday, July 10, 2018 | Approved |
Microsoft .NET Core 2.1.1 | 1214 | Friday, June 22, 2018 | Approved |
Microsoft .NET Core 2.1.0 | 3150 | Wednesday, May 30, 2018 | Approved |
Microsoft .NET Core 2.1.0-rc1 | 244 | Tuesday, May 8, 2018 | Approved |
Microsoft .NET Core 2.1.0-preview1-26216-03 | 251 | Tuesday, March 20, 2018 | Approved |
Microsoft .NET Core 2.0.9 | 227 | Wednesday, July 11, 2018 | Approved |
Microsoft .NET Core 2.0.7 | 36553 | Wednesday, April 18, 2018 | Approved |
Microsoft .NET Core 2.0.6 | 1271 | Friday, March 16, 2018 | Approved |
Microsoft .NET Core 2.0.5 | 3243 | Wednesday, January 10, 2018 | Approved |
Microsoft .NET Core 2.0.4 | 1177 | Friday, December 15, 2017 | Approved |
Microsoft .NET Core 2.0.3 | 35520 | Thursday, November 16, 2017 | Approved |
Microsoft .NET Core 2.0.0 | 5500 | Wednesday, August 16, 2017 | Approved |
Microsoft .NET Core 2.0.0-Preview1 | 438 | Thursday, May 11, 2017 | Exempted |
Microsoft .NET Core 1.1.13 | 174 | Tuesday, May 14, 2019 | Approved |
Microsoft .NET Core 1.1.12 | 108 | Tuesday, March 12, 2019 | Approved |
Microsoft .NET Core 1.1.11 | 120 | Wednesday, February 13, 2019 | Approved |
Microsoft .NET Core 1.1.10 | 131 | Wednesday, October 10, 2018 | Approved |
Microsoft .NET Core 1.1.9 | 163 | Wednesday, July 11, 2018 | Approved |
Microsoft .NET Core 1.1.7 | 421 | Tuesday, March 20, 2018 | Approved |
Microsoft .NET Core 1.1.2 | 4176 | Tuesday, May 9, 2017 | Approved |
Microsoft .NET Core 1.1.1 | 1778 | Monday, March 13, 2017 | Approved |
Microsoft .NET Core 1.1.0 | 2132 | Tuesday, November 29, 2016 | Approved |
Microsoft .NET Core 1.0.16 | 129 | Tuesday, May 14, 2019 | Approved |
Microsoft .NET Core 1.0.15 | 107 | Tuesday, March 12, 2019 | Approved |
Microsoft .NET Core 1.0.14 | 93 | Wednesday, February 13, 2019 | Approved |
Microsoft .NET Core 1.0.1.20160916 | 35507 | Thursday, September 15, 2016 | Approved |
Microsoft .NET Core 1.0.0 | 900 | Wednesday, September 7, 2016 | Approved |
.NET Foundation and Contributors
-
- dotnetcore-runtime (= 1.1.12)
Ground Rules:
- This discussion is only about Microsoft .NET Core and the Microsoft .NET Core 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 Core, 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.