Skip to content

Commit 59bf037

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

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
@@ -452,34 +452,34 @@
452452
<Uri>https://github.com/dotnet/deployment-tools</Uri>
453453
<Sha>7871ee378dce87b64d930d4f33dca9c888f4034d</Sha>
454454
</Dependency>
455-
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24413.2">
455+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24414.2">
456456
<Uri>https://github.com/dotnet/sourcelink</Uri>
457-
<Sha>e4452d9265baeeb0467c3ef81e853c763d519aef</Sha>
457+
<Sha>10984a4802e09f75802ccf1914257e539027b819</Sha>
458458
</Dependency>
459-
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24413.2">
459+
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24414.2">
460460
<Uri>https://github.com/dotnet/sourcelink</Uri>
461-
<Sha>e4452d9265baeeb0467c3ef81e853c763d519aef</Sha>
461+
<Sha>10984a4802e09f75802ccf1914257e539027b819</Sha>
462462
</Dependency>
463-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24413.2">
463+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24414.2">
464464
<Uri>https://github.com/dotnet/sourcelink</Uri>
465-
<Sha>e4452d9265baeeb0467c3ef81e853c763d519aef</Sha>
465+
<Sha>10984a4802e09f75802ccf1914257e539027b819</Sha>
466466
</Dependency>
467-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24413.2">
467+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24414.2">
468468
<Uri>https://github.com/dotnet/sourcelink</Uri>
469-
<Sha>e4452d9265baeeb0467c3ef81e853c763d519aef</Sha>
469+
<Sha>10984a4802e09f75802ccf1914257e539027b819</Sha>
470470
</Dependency>
471-
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24413.2">
471+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24414.2">
472472
<Uri>https://github.com/dotnet/sourcelink</Uri>
473-
<Sha>e4452d9265baeeb0467c3ef81e853c763d519aef</Sha>
473+
<Sha>10984a4802e09f75802ccf1914257e539027b819</Sha>
474474
</Dependency>
475-
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24413.2">
475+
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24414.2">
476476
<Uri>https://github.com/dotnet/sourcelink</Uri>
477-
<Sha>e4452d9265baeeb0467c3ef81e853c763d519aef</Sha>
477+
<Sha>10984a4802e09f75802ccf1914257e539027b819</Sha>
478478
</Dependency>
479479
<!-- Intermediate is necessary for source build. -->
480-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24413.2">
480+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24414.2">
481481
<Uri>https://github.com/dotnet/sourcelink</Uri>
482-
<Sha>e4452d9265baeeb0467c3ef81e853c763d519aef</Sha>
482+
<Sha>10984a4802e09f75802ccf1914257e539027b819</Sha>
483483
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
484484
</Dependency>
485485
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

+6-6
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,12 @@
319319
</PropertyGroup>
320320
<PropertyGroup>
321321
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
322-
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24413.2</MicrosoftBuildTasksGitVersion>
323-
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24413.2</MicrosoftSourceLinkCommonVersion>
324-
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24413.2</MicrosoftSourceLinkAzureReposGitVersion>
325-
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24413.2</MicrosoftSourceLinkGitHubVersion>
326-
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24413.2</MicrosoftSourceLinkGitLabVersion>
327-
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24413.2</MicrosoftSourceLinkBitbucketGitVersion>
322+
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24414.2</MicrosoftBuildTasksGitVersion>
323+
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24414.2</MicrosoftSourceLinkCommonVersion>
324+
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24414.2</MicrosoftSourceLinkAzureReposGitVersion>
325+
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24414.2</MicrosoftSourceLinkGitHubVersion>
326+
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24414.2</MicrosoftSourceLinkGitLabVersion>
327+
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24414.2</MicrosoftSourceLinkBitbucketGitVersion>
328328
</PropertyGroup>
329329
<!-- Get .NET Framework reference assemblies from NuGet packages -->
330330
<PropertyGroup>

0 commit comments

Comments
 (0)