{
    "version": "9.0.313",
    "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/9.0.313/dotnet-sdk-9.0.313-win-x64.zip",
            "hash": "sha512:bcf791bbe8fde7c43a499196718bbceca2d3f85aae0220ff8792c2a9adc583c6e60b7e3d212404fd18561c1b7118a8f35a452e73d9cc3c2039d76f3a2ace5ec8"
        },
        "32bit": {
            "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/9.0.313/dotnet-sdk-9.0.313-win-x86.zip",
            "hash": "sha512:df36e0ddda3e36cde329944d9937b2d35aa5784d98652cabb489509d7a0f2bd6af33b16ff077e669cb258cadeff84d92c3b76a5dbdebe521ff3da513e510f130"
        },
        "arm64": {
            "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/9.0.313/dotnet-sdk-9.0.313-win-arm64.zip",
            "hash": "sha512:51cfbda4c0add6e89f7cd4f1fa5971203632b271a9874a6e1bc03ed1d35d13f2531f2f4b60103bc268a2763b4f012d4dd2bd3f7904e69067b7324814328b8f61"
        }
    },
    "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 == '9.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"
        }
    }
}
