diff --git a/Benchmarks/global.json b/Benchmarks/global.json index a5bf76b6..17d8d3ba 100644 --- a/Benchmarks/global.json +++ b/Benchmarks/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.301", "allowPrerelease": false, "rollForward": "latestFeature" } diff --git a/Build/install-dependencies.ps1 b/Build/install-dependencies.ps1 index 3ebdca08..6f737206 100644 --- a/Build/install-dependencies.ps1 +++ b/Build/install-dependencies.ps1 @@ -16,8 +16,8 @@ $ErrorActionPreference = 'Stop' if (-not $List -or ('.net' -in $List)) { $script = Join-Path $PSScriptRoot 'scripts/Install-DotNet.ps1' - & $script '8.0.414' - & $script '9.0.305' + & $script '8.0.422' + & $script '9.0.315' $version = (Get-Content -Raw (Join-Path $PSScriptRoot '../Sources/global.json') | ConvertFrom-Json).sdk.version & $script $version diff --git a/Sources/global.json b/Sources/global.json index a5bf76b6..17d8d3ba 100644 --- a/Sources/global.json +++ b/Sources/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.301", "allowPrerelease": false, "rollForward": "latestFeature" }