Downloads:
811,621
Downloads of v 6.0.19:
27,594
Last Update:
23 Jun 2023
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
microsoft .net core runtime redistributable asp.net 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 ASP.NET Core 6.0 Runtime and Shared Framework
This is not the latest version of Microsoft ASP.NET Core 6.0 Runtime and Shared Framework available.
- 1
- 2
- 3
6.0.19 | Updated: 23 Jun 2023
- 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:
811,621
Downloads of v 6.0.19:
27,594
Maintainer(s):
Software Author(s):
- Microsoft
Microsoft ASP.NET Core 6.0 Runtime and Shared Framework 6.0.19
This is not the latest version of Microsoft ASP.NET Core 6.0 Runtime and Shared Framework available.
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 ASP.NET Core 6.0 Runtime and Shared Framework, run the following command from the command line or from PowerShell:
To upgrade Microsoft ASP.NET Core 6.0 Runtime and Shared Framework, run the following command from the command line or from PowerShell:
To uninstall Microsoft ASP.NET Core 6.0 Runtime and Shared Framework, 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-6.0-aspnetruntime --internalize --version=6.0.19 --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-6.0-aspnetruntime -y --source="'INTERNAL REPO URL'" --version="'6.0.19'" [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-6.0-aspnetruntime -y --source="'INTERNAL REPO URL'" --version="'6.0.19'"
$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-6.0-aspnetruntime
win_chocolatey:
name: dotnet-6.0-aspnetruntime
version: '6.0.19'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'dotnet-6.0-aspnetruntime' do
action :install
source 'INTERNAL REPO URL'
version '6.0.19'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dotnet-6.0-aspnetruntime
{
Name = "dotnet-6.0-aspnetruntime"
Version = "6.0.19"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dotnet-6.0-aspnetruntime':
ensure => '6.0.19',
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 Jun 2023.
.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.
The ASP.NET Core Runtime (Microsoft.AspNetCore.App) enables you to run existing web/server applications.
.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 = 'dotnet-6.0-aspnetruntime'
Url = 'https://download.visualstudio.microsoft.com/download/pr/599e1299-1f44-480e-be40-2dd660cb3fe2/83075b238d26aac63519fad9b01002c8/aspnetcore-runtime-6.0.19-win-x86.exe'
Checksum = '5990c40673d40a0cc56220168591319edc467dcd01c338f6f0c5b1db0f5cf98ffb51ce5919fb05143ee80ff3ebaf7e8f7b02d97b827a878bfa6d863614cfe885'
ChecksumType = 'sha512'
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/1cda6855-cc0d-44fa-9f02-250d306b4216/6ca1bcf300507edfa2036f91c1545b11/aspnetcore-runtime-6.0.19-win-x64.exe'
Checksum64 = 'e0762ac40c9e2456eab835d47d5486e8c16f8070743f0b4df79b18b91c4f20bb6d76f6b96dd8de009ea8bdfcbad44df41c874946c34f4c7a7a4f2310d9054eeb'
ChecksumType64 = 'sha512'
AdditionalArgumentsToInstaller = $null
}
Log in or click on link to see number of positives.
- dotnet-6.0-aspnetruntime.6.0.19.nupkg (537e808430a8) - ## / 63
- aspnetcore-runtime-6.0.19-win-x64.exe (81752e331f72) - ## / 71
- aspnetcore-runtime-6.0.19-win-x86.exe (d6b4d696987b) - ## / 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.
.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 ASP.NET Core 6.0 Runtime and Shared Framework and the Microsoft ASP.NET Core 6.0 Runtime and Shared Framework 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 ASP.NET Core 6.0 Runtime and Shared Framework, 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.