Downloads:
593,504
Downloads of v 3.1.32:
209,131
Last Update:
14 Dec 2022
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
microsoft .net core runtime redistributable admin- 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 3.1 Runtime
- 1
- 2
- 3
3.1.32 | Updated: 14 Dec 2022
- 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:
593,504
Downloads of v 3.1.32:
209,131
Maintainer(s):
Software Author(s):
- Microsoft
Microsoft .NET Core 3.1 Runtime 3.1.32
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
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Microsoft .NET Core 3.1 Runtime, run the following command from the command line or from PowerShell:
To upgrade Microsoft .NET Core 3.1 Runtime, run the following command from the command line or from PowerShell:
To uninstall Microsoft .NET Core 3.1 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 dotnetcore-3.1-runtime --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 dotnetcore-3.1-runtime -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 dotnetcore-3.1-runtime -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 dotnetcore-3.1-runtime
win_chocolatey:
name: dotnetcore-3.1-runtime
version: '3.1.32'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'dotnetcore-3.1-runtime' do
action :install
source 'INTERNAL REPO URL'
version '3.1.32'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dotnetcore-3.1-runtime
{
Name = "dotnetcore-3.1-runtime"
Version = "3.1.32"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dotnetcore-3.1-runtime':
ensure => '3.1.32',
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 23 Oct 2024.
.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 (Microsoft.NETCore.App).
.NET Core supports Windows 7 SP1 / Server 2008 R2 or later. On Windows 7 / Server 2008 R2, security update KB2533623 must be installed, according to documented system requirements.
The package supports the following parameters (--package-parameters, --params):
Passive
- display native installer progress window (may not work on Server Core)Skip32Bit
- do not install the 32-bit runtime on a 64-bit system
Example: cinst -y --params="Passive Skip32Bit" dotnetcore-runtime.install
@{
PackageName = 'dotnetcore-3.1-runtime'
Url = 'https://download.visualstudio.microsoft.com/download/pr/de4b3438-24a2-4d1d-a845-97355cf97b71/515abb880478b49f7c1bced8fbf07b16/dotnet-runtime-3.1.32-win-x86.exe'
Checksum = 'ad1fef5df4dc35d6535ba70a6386105dcd75990c889c36154953b47dff9becc776bd706599ee46672bf5daaba73025e75b129b952d26102121d8c14924b4ed67'
ChecksumType = 'sha512'
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/476eba79-f17f-49c8-a213-0f24a22cd026/37c02de81ff5b76ac57a5427462395f1/dotnet-runtime-3.1.32-win-x64.exe'
Checksum64 = '299217c743d3b5527205110a20ef00097c5e8373a256e4e079e723471d5cd68f4976b769ad052c19312a55b6dccc965749a0a724da01d8f879e2a3c1b6c2bf6b'
ChecksumType64 = 'sha512'
AdditionalArgumentsToInstaller = $null
}
Log in or click on link to see number of positives.
- dotnetcore-3.1-runtime.3.1.32.nupkg (72a58c493de7) - ## / 64
- dotnet-runtime-3.1.32-win-x64.exe (4393d2cdacec) - ## / 71
- dotnet-runtime-3.1.32-win-x86.exe (bc735b1a969c) - ## / 71
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 Core 3.1 Runtime 3.1.32 | 209131 | Wednesday, December 14, 2022 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.31 | 13152 | Tuesday, November 8, 2022 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.30 | 12694 | Tuesday, October 11, 2022 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.29 | 11696 | Wednesday, September 14, 2022 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.28 | 16987 | Tuesday, August 9, 2022 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.27 | 11799 | Tuesday, July 12, 2022 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.26 | 12638 | Wednesday, June 15, 2022 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.25 | 14232 | Wednesday, May 11, 2022 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.24 | 10877 | Tuesday, April 12, 2022 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.23 | 13603 | Wednesday, March 9, 2022 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.22 | 31389 | Wednesday, December 15, 2021 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.21 | 15662 | Monday, November 8, 2021 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.20 | 4213 | Wednesday, October 13, 2021 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.19 | 648 | Wednesday, September 15, 2021 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.18 | 578 | Wednesday, August 11, 2021 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.17 | 1743 | Tuesday, July 13, 2021 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.16 | 1052 | Tuesday, June 8, 2021 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.15 | 1339 | Tuesday, May 11, 2021 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.14 | 630 | Wednesday, April 14, 2021 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.13 | 1224 | Wednesday, March 10, 2021 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.12 | 458 | Wednesday, February 10, 2021 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.11 | 206167 | Tuesday, January 12, 2021 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.10 | 1405 | Tuesday, November 10, 2020 | Approved | |
Microsoft .NET Core 3.1 Runtime 3.1.9 | 187 | Friday, November 6, 2020 | Approved |
.NET Foundation and Contributors
-
- chocolatey-core.extension (≥ 1.1.0)
- vcredist140 (≥ 14.0.23026.0)
- KB3063858 (≥ 1.0.0)
Ground Rules:
- This discussion is only about Microsoft .NET Core 3.1 Runtime and the Microsoft .NET Core 3.1 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 Core 3.1 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.