{
    "version": "8.0.420",
    "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.420/dotnet-sdk-8.0.420-win-x64.zip",
            "hash": "sha512:7532f04e501d905caa3340b0ff79f8e96959855ab9c6c5df3b397936c37d9a7af45b04dbf5e46738f1f4072fe1abada44fdd3d6c4e73032cc695cb1997c74d2a"
        },
        "32bit": {
            "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.420/dotnet-sdk-8.0.420-win-x86.zip",
            "hash": "sha512:169a150932a67d313c6669d43091d8cc4a3ac92a4b043e851ca44eef38e2fe5e8f626913541664376ec43af11b9c79899ba9062e231ec6da733e8ab4dc07911b"
        },
        "arm64": {
            "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.420/dotnet-sdk-8.0.420-win-arm64.zip",
            "hash": "sha512:5a00a133adc311edc3311a40e73897c97c7883c0269bf73df9bc0475ae5e437b33651339cb497d01d8b35b42dfd5ffdfc5e3ac75d961448db04f2d039414bc13"
        }
    },
    "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[?(@.channel-version == '8.0')].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"
        }
    }
}
