mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 22:51:28 +00:00
This helps with e.g. making global tools work correctly; see [this blog post][1] for more details. [1]: https://natemcmaster.com/blog/2018/05/12/dotnet-global-tools/#installing-the-net-core-cli-into-a-non-default-location
38 lines
1.6 KiB
JSON
38 lines
1.6 KiB
JSON
{
|
|
"version": "2.2.300",
|
|
"homepage": "https://www.microsoft.com/net/",
|
|
"description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications.",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.300/dotnet-sdk-2.2.300-win-x64.zip",
|
|
"hash": "sha512:67583f2d88f83c82a4a0206c09ab9c20d10cbd96fcd247765fe36a961e750fd06469fad45cbf699eb4076e6a08c8f3e47b840ab32a4f76b963730907513d2fda"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.300/dotnet-sdk-2.2.300-win-x86.zip",
|
|
"hash": "sha512:c377a15195e70486a07ae3449b3a10455d6a669395190135202d9fc3c682207a91a987617d8e2390fdd9c67509295b121f71094ab744c1e713a304b0b086a5b9"
|
|
}
|
|
},
|
|
"bin": "dotnet.exe",
|
|
"env_set": {
|
|
"DOTNET_ROOT": "$dir"
|
|
},
|
|
"checkver": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json",
|
|
"jsonpath": "$..releases-index[?(@.support-phase == 'current')].latest-sdk"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x86.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/$version-sdk-sha.txt"
|
|
}
|
|
}
|
|
}
|