{ "version": "9.0.303", "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://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x64.zip", "hash": "sha512:43c7c368b9941f52290bda7117596cf0e1e93ed4e48bc0d0417c4e066c4792f9874d073068f78636707278bde5e0f5df6d7e1fb55432a134d9c56f9c2e1b7676" }, "32bit": { "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x86.zip", "hash": "sha512:f8ab9d1ee8e6021113c7c6ea3e65a7dcd9eeb1b500e2573da97eebce18548027741e6ecb89dc4a232b76b5e6cf27eb8a86928f2fad09e5043800d630a49473f6" }, "arm64": { "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-arm64.zip", "hash": "sha512:d87b06c2415b55b77b3272cf8019235af916f9b2b8ef8b25f1d4c858c51b6a188852c0711f4620757f6bfbb9894cb8645d2c3a5d861a9c77d0d9bbeca28dddd1" } }, "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://builds.dotnet.microsoft.com/dotnet/release-metadata/releases-index.json", "jsonpath": "$..releases-index[?(@.support-phase == 'active')].latest-sdk", "regex": "([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/$version/dotnet-sdk-$version-win-x64.zip" }, "32bit": { "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/$version/dotnet-sdk-$version-win-x86.zip" }, "arm64": { "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/$version/dotnet-sdk-$version-win-arm64.zip" } }, "hash": { "url": "https://builds.dotnet.microsoft.com/dotnet/release-metadata/$majorVersion.$minorVersion/releases.json", "regex": "(?s)$basename.*?$sha512" } } }