ScoopInstaller_Main/bucket/dotnet-sdk.json
2020-03-16 20:02:10 +00:00

43 lines
1.6 KiB
JSON

{
"version": "3.1.200",
"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.1.200/dotnet-sdk-3.1.200-win-x64.zip",
"hash": "3317122d17f5aeca32bb2d35769e5adbc75251427b6f3f7c0bfed1b8cfa3c11f"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/3.1.200/dotnet-sdk-3.1.200-win-x86.zip",
"hash": "6fda363148318b1636f5599212095a0b30fb57f1756a15e25d6352c9b61c7303"
}
},
"bin": "dotnet.exe",
"suggest": {
"Visual C++ Redistributable 2019": "extras/vcredist2019"
},
"env_add_path": ".",
"env_set": {
"DOTNET_ROOT": "$dir",
"MSBuildSDKsPath": "$dir\\sdk\\$version\\Sdks"
},
"checkver": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json",
"regex": "(?s)(?<rtv>[\\d.]+)[^\\d]*?([\\d.]+)[^\\d]*?(?:current|lts)"
},
"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/$matchRtv-sha.txt"
}
}
}