{ "version": "8.0.301", "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": { "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.301/dotnet-sdk-8.0.301-win-x64.zip", "hash": "sha512:cf00d4746cb063994e1a7a490d1ca29bb78e9c78505a733a4693353febc14e0cfb26775cab57baa7612b74be08ef91224b0d06cfa4eef0b9bf15b2843266a948" }, "32bit": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.301/dotnet-sdk-8.0.301-win-x86.zip", "hash": "sha512:43545b42d4daee141e1ffb6895b796c744b5b47e790b7b6e5b303cfc6e484227dc6dbaa2c452f111d1dbb883c5c1ca77020b804dfabd3167ba7e2b6eef7a639f" }, "arm64": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.301/dotnet-sdk-8.0.301-win-arm64.zip", "hash": "sha512:bdfdbb6304c7a768293612f74c880555e281a0631d0b0a3aa5f27709694a5f8319415aad960c821c74919607a7341cb96fcb05b97902d99c66a4651ebd570a15" } }, "env_add_path": ".", "env_set": { "DOTNET_ROOT": "$dir", "MSBuildSDKsPath": "$dir\\sdk\\$version\\Sdks" }, "pre_uninstall": "info 'If the uninstall fails with a message saying that access is denied, you may need to log out of your current account, log back in and try again.'", "checkver": { "url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json", "jsonpath": "$..releases-index[?(@.support-phase == 'active')].latest-sdk", "regex": "([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x64.zip" }, "32bit": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x86.zip" }, "arm64": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-arm64.zip" } }, "hash": { "url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/$majorVersion.$minorVersion/releases.json", "regex": "(?s)$basename.*?$sha512" } } }