Skip to content

Commit

Permalink
upgrade sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ieremenko committed Mar 17, 2024
1 parent b1008ef commit 81a7701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build/install-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81a7701

Please sign in to comment.