diff --git a/build/dependencies.props b/build/dependencies.props index b088a17b01..a3bea55315 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -7,11 +7,11 @@ 4.2.1 1.0.5 3.1.0 - 2.1.0-preview1-15616 + $(KoreBuildVersion) 1.10.0 2.1.1 1.0.0-pre-10223 - 2.1.0-preview1-15616 + $(InternalAspNetCoreSdkPackageVersion) 2.2.1 5.2.2 2.3.2 diff --git a/scripts/UpdateRepos.ps1 b/scripts/UpdateRepos.ps1 index af74b10093..4f2d1fa5ba 100755 --- a/scripts/UpdateRepos.ps1 +++ b/scripts/UpdateRepos.ps1 @@ -105,7 +105,7 @@ try { # Push the changes if (-not $NoPush -and ($Force -or ($PSCmdlet.ShouldContinue("Pushing updates to repos.", 'Push the changes to these repos?')))) { try { - Invoke-Block { & git @gitConfigArgs push origin HEAD:$submodule.branch} + Invoke-Block { & git @gitConfigArgs push origin HEAD:$($submodule.branch)} } catch { Write-Warning "Error in pushing $($submodule.module): $_"