Skip to content

Commit c849cdf

Browse files
authored
[release/9.0.2xx] Update dependencies from dotnet/sourcelink (#44556)
2 parents 885198f + ba54e2f commit c849cdf

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

eng/Version.Details.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -456,34 +456,34 @@
456456
<Uri>https://github.com/dotnet/deployment-tools</Uri>
457457
<Sha>7871ee378dce87b64d930d4f33dca9c888f4034d</Sha>
458458
</Dependency>
459-
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24530.2">
459+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24531.1">
460460
<Uri>https://github.com/dotnet/sourcelink</Uri>
461-
<Sha>ed7498ee2384633831a44285ea5c124465b438c1</Sha>
461+
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
462462
</Dependency>
463-
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24530.2">
463+
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24531.1">
464464
<Uri>https://github.com/dotnet/sourcelink</Uri>
465-
<Sha>ed7498ee2384633831a44285ea5c124465b438c1</Sha>
465+
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
466466
</Dependency>
467-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24530.2">
467+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24531.1">
468468
<Uri>https://github.com/dotnet/sourcelink</Uri>
469-
<Sha>ed7498ee2384633831a44285ea5c124465b438c1</Sha>
469+
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
470470
</Dependency>
471-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24530.2">
471+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24531.1">
472472
<Uri>https://github.com/dotnet/sourcelink</Uri>
473-
<Sha>ed7498ee2384633831a44285ea5c124465b438c1</Sha>
473+
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
474474
</Dependency>
475-
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24530.2">
475+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24531.1">
476476
<Uri>https://github.com/dotnet/sourcelink</Uri>
477-
<Sha>ed7498ee2384633831a44285ea5c124465b438c1</Sha>
477+
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
478478
</Dependency>
479-
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24530.2">
479+
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24531.1">
480480
<Uri>https://github.com/dotnet/sourcelink</Uri>
481-
<Sha>ed7498ee2384633831a44285ea5c124465b438c1</Sha>
481+
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
482482
</Dependency>
483483
<!-- Intermediate is necessary for source build. -->
484-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24530.2">
484+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24531.1">
485485
<Uri>https://github.com/dotnet/sourcelink</Uri>
486-
<Sha>ed7498ee2384633831a44285ea5c124465b438c1</Sha>
486+
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
487487
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
488488
</Dependency>
489489
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

+6-6
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.24530.2</MicrosoftBuildTasksGitVersion>
295-
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24530.2</MicrosoftSourceLinkCommonVersion>
296-
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24530.2</MicrosoftSourceLinkAzureReposGitVersion>
297-
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24530.2</MicrosoftSourceLinkGitHubVersion>
298-
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24530.2</MicrosoftSourceLinkGitLabVersion>
299-
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24530.2</MicrosoftSourceLinkBitbucketGitVersion>
294+
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24531.1</MicrosoftBuildTasksGitVersion>
295+
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24531.1</MicrosoftSourceLinkCommonVersion>
296+
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24531.1</MicrosoftSourceLinkAzureReposGitVersion>
297+
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24531.1</MicrosoftSourceLinkGitHubVersion>
298+
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24531.1</MicrosoftSourceLinkGitLabVersion>
299+
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24531.1</MicrosoftSourceLinkBitbucketGitVersion>
300300
</PropertyGroup>
301301
<!-- Get .NET Framework reference assemblies from NuGet packages -->
302302
<PropertyGroup>

0 commit comments

Comments
 (0)