From 81a77016cbd626f7b054366938a4945a4e4100a3 Mon Sep 17 00:00:00 2001 From: max-ieremenko Date: Sun, 17 Mar 2024 14:22:42 +0100 Subject: [PATCH] upgrade sdk versions --- Build/install-dependencies.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/install-dependencies.ps1 b/Build/install-dependencies.ps1 index 6a782c06..79bb5425 100644 --- a/Build/install-dependencies.ps1 +++ b/Build/install-dependencies.ps1 @@ -16,8 +16,8 @@ $ErrorActionPreference = "Stop" . (Join-Path $PSScriptRoot "scripts/Invoke-InstallModule.ps1") if (".net" -in $List) { - Invoke-InstallDotNet -Version "6.0.319" - Invoke-InstallDotNet -Version "7.0.100" + Invoke-InstallDotNet -Version "6.0.419" + Invoke-InstallDotNet -Version "7.0.406" $version = (Get-Content -Raw (Join-Path $PSScriptRoot "../Sources/global.json") | ConvertFrom-Json).sdk.version Invoke-InstallDotNet -Version $version