Skip to content

Commit e930489

Browse files
Update dependencies from https://github.com/dotnet/sourcelink build 20241029.3
Microsoft.SourceBuild.Intermediate.sourcelink , Microsoft.Build.Tasks.Git , Microsoft.SourceLink.AzureRepos.Git , Microsoft.SourceLink.Bitbucket.Git , Microsoft.SourceLink.Common , Microsoft.SourceLink.GitHub , Microsoft.SourceLink.GitLab From Version 9.0.0-beta.24529.1 -> To Version 9.0.0-beta.24529.3
1 parent 2e7615d commit e930489

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>ceda306bddb87b73dcb27525f04a8df623bab8fe</Sha>
468468
</Dependency>
469-
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24529.1">
469+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24529.3">
470470
<Uri>https://github.com/dotnet/sourcelink</Uri>
471-
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
471+
<Sha>196983c6e97621b051c67cd898c4db630168cd81</Sha>
472472
</Dependency>
473-
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24529.1">
473+
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24529.3">
474474
<Uri>https://github.com/dotnet/sourcelink</Uri>
475-
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
475+
<Sha>196983c6e97621b051c67cd898c4db630168cd81</Sha>
476476
</Dependency>
477-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24529.1">
477+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24529.3">
478478
<Uri>https://github.com/dotnet/sourcelink</Uri>
479-
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
479+
<Sha>196983c6e97621b051c67cd898c4db630168cd81</Sha>
480480
</Dependency>
481-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24529.1">
481+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24529.3">
482482
<Uri>https://github.com/dotnet/sourcelink</Uri>
483-
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
483+
<Sha>196983c6e97621b051c67cd898c4db630168cd81</Sha>
484484
</Dependency>
485-
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24529.1">
485+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24529.3">
486486
<Uri>https://github.com/dotnet/sourcelink</Uri>
487-
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
487+
<Sha>196983c6e97621b051c67cd898c4db630168cd81</Sha>
488488
</Dependency>
489-
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24529.1">
489+
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24529.3">
490490
<Uri>https://github.com/dotnet/sourcelink</Uri>
491-
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
491+
<Sha>196983c6e97621b051c67cd898c4db630168cd81</Sha>
492492
</Dependency>
493493
<!-- Intermediate is necessary for source build. -->
494-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24529.1">
494+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24529.3">
495495
<Uri>https://github.com/dotnet/sourcelink</Uri>
496-
<Sha>cbfd26c30805b7b005f8fab4bc25186e8f8aa1ed</Sha>
496+
<Sha>196983c6e97621b051c67cd898c4db630168cd81</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.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>
324+
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24529.3</MicrosoftBuildTasksGitVersion>
325+
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24529.3</MicrosoftSourceLinkCommonVersion>
326+
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24529.3</MicrosoftSourceLinkAzureReposGitVersion>
327+
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24529.3</MicrosoftSourceLinkGitHubVersion>
328+
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24529.3</MicrosoftSourceLinkGitLabVersion>
329+
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24529.3</MicrosoftSourceLinkBitbucketGitVersion>
330330
</PropertyGroup>
331331
<!-- Get .NET Framework reference assemblies from NuGet packages -->
332332
<PropertyGroup>

0 commit comments

Comments
 (0)