{ "version": "5.0.300", "description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications.", "homepage": "https://www.microsoft.com/net/", "license": "MIT", "suggest": { "Visual C++ Redistributable 2019": "extras/vcredist2019" }, "architecture": { "64bit": { "url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.300/dotnet-sdk-5.0.300-win-x64.zip", "hash": "sha512:ce65040d669d7202dec81796b94b48c17a24f1097ff1fb8015ec8d14fe04c46a86df9436eebeffd0cdeb6ba64bd2d45aae66699f9f76f0771fd851395986d05d" }, "32bit": { "url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.300/dotnet-sdk-5.0.300-win-x86.zip", "hash": "sha512:ed0c2e13d7acfebdf8ec45f688d5483238bdd32e8c866b72231a9cabd2aef9cd1b1f9d60bc87e54e9ab55999f644dc2042879cfe6e8df611c25573a6c1c00f71" } }, "bin": "dotnet.exe", "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)(?[\\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" } } }