Skip to content

Commit e22fcc0

Browse files
[main] Update dependencies from dotnet/sourcelink (#44504)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 9978161 commit e22fcc0

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -466,34 +466,34 @@
466466
<Uri>https://github.com/dotnet/deployment-tools</Uri>
467467
<Sha>57d7baec5f331a145174d0e8f00d7bbfdf2b77d4</Sha>
468468
</Dependency>
469-
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24527.1">
469+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24529.1">
470470
<Uri>https://github.com/dotnet/sourcelink</Uri>
471-
<Sha>1f252d795c563515fe55a228f499e399b915363f</Sha>
471+
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
472472
</Dependency>
473-
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24527.1">
473+
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24529.1">
474474
<Uri>https://github.com/dotnet/sourcelink</Uri>
475-
<Sha>1f252d795c563515fe55a228f499e399b915363f</Sha>
475+
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
476476
</Dependency>
477-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24527.1">
477+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24529.1">
478478
<Uri>https://github.com/dotnet/sourcelink</Uri>
479-
<Sha>1f252d795c563515fe55a228f499e399b915363f</Sha>
479+
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
480480
</Dependency>
481-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24527.1">
481+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24529.1">
482482
<Uri>https://github.com/dotnet/sourcelink</Uri>
483-
<Sha>1f252d795c563515fe55a228f499e399b915363f</Sha>
483+
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
484484
</Dependency>
485-
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24527.1">
485+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24529.1">
486486
<Uri>https://github.com/dotnet/sourcelink</Uri>
487-
<Sha>1f252d795c563515fe55a228f499e399b915363f</Sha>
487+
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
488488
</Dependency>
489-
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24527.1">
489+
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24529.1">
490490
<Uri>https://github.com/dotnet/sourcelink</Uri>
491-
<Sha>1f252d795c563515fe55a228f499e399b915363f</Sha>
491+
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
492492
</Dependency>
493493
<!-- Intermediate is necessary for source build. -->
494-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24527.1">
494+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24529.1">
495495
<Uri>https://github.com/dotnet/sourcelink</Uri>
496-
<Sha>1f252d795c563515fe55a228f499e399b915363f</Sha>
496+
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
497497
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
498498
</Dependency>
499499
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,12 @@
321321
</PropertyGroup>
322322
<PropertyGroup>
323323
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
324-
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24527.1</MicrosoftBuildTasksGitVersion>
325-
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24527.1</MicrosoftSourceLinkCommonVersion>
326-
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24527.1</MicrosoftSourceLinkAzureReposGitVersion>
327-
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24527.1</MicrosoftSourceLinkGitHubVersion>
328-
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24527.1</MicrosoftSourceLinkGitLabVersion>
329-
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24527.1</MicrosoftSourceLinkBitbucketGitVersion>
324+
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24529.1</MicrosoftBuildTasksGitVersion>
325+
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24529.1</MicrosoftSourceLinkCommonVersion>
326+
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24529.1</MicrosoftSourceLinkAzureReposGitVersion>
327+
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24529.1</MicrosoftSourceLinkGitHubVersion>
328+
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24529.1</MicrosoftSourceLinkGitLabVersion>
329+
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24529.1</MicrosoftSourceLinkBitbucketGitVersion>
330330
</PropertyGroup>
331331
<!-- Get .NET Framework reference assemblies from NuGet packages -->
332332
<PropertyGroup>

0 commit comments

Comments
 (0)