Skip to content

Commit 6a5bd49

Browse files
authored
[release/9.0.1xx] Update dependencies from dotnet/sourcelink (#43806)
2 parents c8432fe + 159c484 commit 6a5bd49

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
@@ -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.24474.2">
459+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24480.2">
460460
<Uri>https://github.com/dotnet/sourcelink</Uri>
461-
<Sha>9700a2bfe76f993dbeb34439d4fe320c31182b2a</Sha>
461+
<Sha>48378964648fcc50f83d141a3b03381ff17ae7ec</Sha>
462462
</Dependency>
463-
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24474.2">
463+
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24480.2">
464464
<Uri>https://github.com/dotnet/sourcelink</Uri>
465-
<Sha>9700a2bfe76f993dbeb34439d4fe320c31182b2a</Sha>
465+
<Sha>48378964648fcc50f83d141a3b03381ff17ae7ec</Sha>
466466
</Dependency>
467-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24474.2">
467+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24480.2">
468468
<Uri>https://github.com/dotnet/sourcelink</Uri>
469-
<Sha>9700a2bfe76f993dbeb34439d4fe320c31182b2a</Sha>
469+
<Sha>48378964648fcc50f83d141a3b03381ff17ae7ec</Sha>
470470
</Dependency>
471-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24474.2">
471+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24480.2">
472472
<Uri>https://github.com/dotnet/sourcelink</Uri>
473-
<Sha>9700a2bfe76f993dbeb34439d4fe320c31182b2a</Sha>
473+
<Sha>48378964648fcc50f83d141a3b03381ff17ae7ec</Sha>
474474
</Dependency>
475-
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24474.2">
475+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24480.2">
476476
<Uri>https://github.com/dotnet/sourcelink</Uri>
477-
<Sha>9700a2bfe76f993dbeb34439d4fe320c31182b2a</Sha>
477+
<Sha>48378964648fcc50f83d141a3b03381ff17ae7ec</Sha>
478478
</Dependency>
479-
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24474.2">
479+
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24480.2">
480480
<Uri>https://github.com/dotnet/sourcelink</Uri>
481-
<Sha>9700a2bfe76f993dbeb34439d4fe320c31182b2a</Sha>
481+
<Sha>48378964648fcc50f83d141a3b03381ff17ae7ec</Sha>
482482
</Dependency>
483483
<!-- Intermediate is necessary for source build. -->
484-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24474.2">
484+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24480.2">
485485
<Uri>https://github.com/dotnet/sourcelink</Uri>
486-
<Sha>9700a2bfe76f993dbeb34439d4fe320c31182b2a</Sha>
486+
<Sha>48378964648fcc50f83d141a3b03381ff17ae7ec</Sha>
487487
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
488488
</Dependency>
489489
<!-- 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.24474.2</MicrosoftBuildTasksGitVersion>
325-
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24474.2</MicrosoftSourceLinkCommonVersion>
326-
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24474.2</MicrosoftSourceLinkAzureReposGitVersion>
327-
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24474.2</MicrosoftSourceLinkGitHubVersion>
328-
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24474.2</MicrosoftSourceLinkGitLabVersion>
329-
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24474.2</MicrosoftSourceLinkBitbucketGitVersion>
324+
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24480.2</MicrosoftBuildTasksGitVersion>
325+
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24480.2</MicrosoftSourceLinkCommonVersion>
326+
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24480.2</MicrosoftSourceLinkAzureReposGitVersion>
327+
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24480.2</MicrosoftSourceLinkGitHubVersion>
328+
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24480.2</MicrosoftSourceLinkGitLabVersion>
329+
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24480.2</MicrosoftSourceLinkBitbucketGitVersion>
330330
</PropertyGroup>
331331
<!-- Get .NET Framework reference assemblies from NuGet packages -->
332332
<PropertyGroup>

0 commit comments

Comments
 (0)