diff --git a/build/dependencies.props b/build/dependencies.props index ffeabd6312..db4439e080 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -61,7 +61,7 @@ 1.7.1 2.3.2 1.1.3 - 1.0.0 + 1.0.1 15.6.82 15.6.82 15.6.82 diff --git a/scripts/UpdateDependencies.ps1 b/scripts/UpdateDependencies.ps1 index 5b0765f5dc..8708eee27b 100755 --- a/scripts/UpdateDependencies.ps1 +++ b/scripts/UpdateDependencies.ps1 @@ -7,8 +7,7 @@ param( [Parameter(Mandatory = $true)] $BuildXml, - [switch] - $NoCommit, + [switch]$NoCommit, [string]$GithubUpstreamBranch, [string]$GithubEmail, [string]$GithubUsername,