Skip to content

Commit d3280d2

Browse files
Update dependencies from https://github.com/dotnet/sourcelink build 20241104.2
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.24531.2 -> To Version 9.0.0-beta.24554.2
1 parent 14417f1 commit d3280d2

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>4d818b1bfd1cf450492eb8ab3877eb3875488642</Sha>
468468
</Dependency>
469-
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24531.2">
469+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24554.2">
470470
<Uri>https://github.com/dotnet/sourcelink</Uri>
471-
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
471+
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</Sha>
472472
</Dependency>
473-
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24531.2">
473+
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24554.2">
474474
<Uri>https://github.com/dotnet/sourcelink</Uri>
475-
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
475+
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</Sha>
476476
</Dependency>
477-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24531.2">
477+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24554.2">
478478
<Uri>https://github.com/dotnet/sourcelink</Uri>
479-
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
479+
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</Sha>
480480
</Dependency>
481-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24531.2">
481+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24554.2">
482482
<Uri>https://github.com/dotnet/sourcelink</Uri>
483-
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
483+
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</Sha>
484484
</Dependency>
485-
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24531.2">
485+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24554.2">
486486
<Uri>https://github.com/dotnet/sourcelink</Uri>
487-
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
487+
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</Sha>
488488
</Dependency>
489-
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24531.2">
489+
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24554.2">
490490
<Uri>https://github.com/dotnet/sourcelink</Uri>
491-
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
491+
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</Sha>
492492
</Dependency>
493493
<!-- Intermediate is necessary for source build. -->
494-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24531.2">
494+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24554.2">
495495
<Uri>https://github.com/dotnet/sourcelink</Uri>
496-
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
496+
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</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
@@ -291,12 +291,12 @@
291291
</PropertyGroup>
292292
<PropertyGroup>
293293
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
294-
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24531.2</MicrosoftBuildTasksGitVersion>
295-
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24531.2</MicrosoftSourceLinkCommonVersion>
296-
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24531.2</MicrosoftSourceLinkAzureReposGitVersion>
297-
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24531.2</MicrosoftSourceLinkGitHubVersion>
298-
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24531.2</MicrosoftSourceLinkGitLabVersion>
299-
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24531.2</MicrosoftSourceLinkBitbucketGitVersion>
294+
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24554.2</MicrosoftBuildTasksGitVersion>
295+
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24554.2</MicrosoftSourceLinkCommonVersion>
296+
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24554.2</MicrosoftSourceLinkAzureReposGitVersion>
297+
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24554.2</MicrosoftSourceLinkGitHubVersion>
298+
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24554.2</MicrosoftSourceLinkGitLabVersion>
299+
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24554.2</MicrosoftSourceLinkBitbucketGitVersion>
300300
</PropertyGroup>
301301
<!-- Get .NET Framework reference assemblies from NuGet packages -->
302302
<PropertyGroup>

0 commit comments

Comments
 (0)