
394,419
Downloads
34,368
Downloads of v 2.1.4
1/12/2018
Last update
.NET Core is a blazing fast, lightweight and modular platform for creating web applications and services that run on Windows, Linux and Mac.
The SDK includes the runtime and command line tools for creating .NET Core applications
To install .NET Core SDK, run the following command from the command line or from PowerShell:
C:\> choco install dotnetcore-sdk
--version 2.1.4
To upgrade .NET Core SDK, run the following command from the command line or from PowerShell:
C:\> choco upgrade dotnetcore-sdk
--version 2.1.4
Files
Hide- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName= 'dotnetcore-sdk' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://download.microsoft.com/download/1/1/5/115B762D-2B41-4AF3-9A63-92D9680B9409/dotnet-sdk-2.1.4-win-x86.exe' $checksum = '57703986a5c7eea8ceee265ce206a047e85dec5c698ad570df74b68cbfed36026bf70aa454924ec94be4d37ff492c76716beb23e12ed98816e5cb8e25eeeff0b' $url64 = 'https://download.microsoft.com/download/1/1/5/115B762D-2B41-4AF3-9A63-92D9680B9409/dotnet-sdk-2.1.4-win-x64.exe' $checksum64 = '10309b343be6dc51b04d09ed97035ddaabe250685e1799fec8a0d3f7f34ea77dddc1d742544320c21bacfa4a2c27678d262540ecf2cd69dad354a8ad207f388d' $packageArgs = @{ packageName = $packageName unzipLocation = $toolsDir fileType = 'EXE' url = $url url64bit = $url64 silentArgs = "/install /quiet /norestart /log `"$env:TEMP\$($packageName)\$($packageName).MsiInstall.log`"" validExitCodes= @(0, 3010, 1641) softwareName = 'dotnet-core*' checksum = $checksum checksumType = 'SHA512' checksum64 = $checksum64 } Install-ChocolateyPackage @packageArgs
- tools\chocolateyuninstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName= 'dotnetcore-sdk' $silentArgs = "/uninstall /quiet /norestart" $url = 'https://go.microsoft.com/fwlink/?LinkID=798399' $url64bit = 'https://go.microsoft.com/fwlink/?LinkID=798398' $fileType = "exe" # Resolving the download location in the same way as Install-ChocolateyPackage: # https://github.com/chocolatey/choco/blob/master/src/chocolatey.resources/helpers/functions/Install-ChocolateyPackage.ps1 $chocTempDir = $env:TEMP $tempDir = Join-Path $chocTempDir "$packageName" if ($env:packageVersion -ne $null) {$tempDir = Join-Path $tempDir "$env:packageVersion"; } if (![System.IO.Directory]::Exists($tempDir)) { [System.IO.Directory]::CreateDirectory($tempDir) | Out-Null } $file = Join-Path $tempDir "$($packageName)Install.$fileType" $filePath = Get-ChocolateyWebFile $packageName $file $url $url64bit -checksum $checksum -checksumType $checksumType -checksum64 $checksum64 -checksumType64 $checksumType64 -options $options -getOriginalFileName # Supporting chocolatey 0.9.9.x where the original/full path was not returned by Get-ChocolateyWebFile if ($filePath -eq $null) { $filePath = $file } Uninstall-ChocolateyPackage $packageName "EXE" $silentArgs $filePath -validExitCodes @(0, 3010)
Virus Scan Results
- dotnetcore-sdk.2.1.4.nupkg (8f60f7a2d159) - ## / 60 - Log in or click on link to see number of positives
- dotnet-sdk-2.1.4-win-x64.exe (95111eceb16b) - ## / 64 - Log in or click on link to see number of positives
- dotnet-sdk-2.1.4-win-x86.exe (15f367779818) - ## / 65 - Log in or click on link to see number of positives
Dependencies
-
- vcredist2015 (≥ 14.0.24215.20160928)
- KB2533623 (≥ 1.0.2)
Package Maintainer(s)
Software Author(s)
Copyright
.NET Foundation
Tags
Release Notes
https://github.com/dotnet/core/blob/master/release-notes/
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
.NET Core SDK 2.2.200-preview | 299 | Friday, December 7, 2018 | approved |
.NET Core SDK 2.2.104 | 29 | Wednesday, February 13, 2019 | waiting for maintainer |
.NET Core SDK 2.2.103 | 74 | Thursday, January 17, 2019 | waiting for maintainer |
.NET Core SDK 2.2.102 | 9483 | Wednesday, January 9, 2019 | approved |
.NET Core SDK 2.2.101 | 2899 | Wednesday, January 2, 2019 | approved |
.NET Core SDK 2.2.0 | 6114 | Tuesday, December 4, 2018 | approved |
.NET Core SDK 2.2.0-preview3 | 82 | Tuesday, November 20, 2018 | approved |
.NET Core SDK 2.1.504 | 16 | Wednesday, February 13, 2019 | approved |
.NET Core SDK 2.1.503 | 361 | Wednesday, January 9, 2019 | approved |
Discussion for the .NET Core SDK Package
Ground rules:
- This discussion is only about .NET Core SDK and the .NET Core SDK 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 .NET Core SDK, 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.