ScoopInstaller_Main/bucket/dotnet-sdk.json
2019-11-19 19:02:21 +00:00

39 lines
1.5 KiB
JSON

{
"version": "3.0.101",
"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/3.0.101/dotnet-sdk-3.0.101-win-x64.zip",
"hash": "6e43acda1b369cc88b21e53459b335ae5bf5d4cb7e02d0183d83f432e647e19c"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/3.0.101/dotnet-sdk-3.0.101-win-x86.zip",
"hash": "21fef097d5f4325dd2220f00ec9adcaddfd67c99c2bd4a659a488b4743a0257d"
}
},
"bin": "dotnet.exe",
"env_set": {
"DOTNET_ROOT": "$dir",
"MSBuildSDKsPath": "$dir\\sdk\\$version\\Sdks"
},
"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"
}
}
}