Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/sourcelink (#47212)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Mar 3, 2025
2 parents 9a55032 + 126916a commit f88c0d5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -515,34 +515,34 @@
<Uri>https://github.com/dotnet/deployment-tools</Uri>
<Sha>b14829db4248e15a1085e89af9ca60904101aa63</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Tasks.Git" Version="10.0.0-beta.25128.1">
<Dependency Name="Microsoft.Build.Tasks.Git" Version="10.0.0-beta.25151.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>5bb16860e957c6b7fc59ecdbdb7135ecd5ec068d</Sha>
<Sha>6d492a844e503ba2d9c8748f7f7f12f989d463e8</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.Common" Version="10.0.0-beta.25128.1">
<Dependency Name="Microsoft.SourceLink.Common" Version="10.0.0-beta.25151.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>5bb16860e957c6b7fc59ecdbdb7135ecd5ec068d</Sha>
<Sha>6d492a844e503ba2d9c8748f7f7f12f989d463e8</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="10.0.0-beta.25128.1">
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="10.0.0-beta.25151.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>5bb16860e957c6b7fc59ecdbdb7135ecd5ec068d</Sha>
<Sha>6d492a844e503ba2d9c8748f7f7f12f989d463e8</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="10.0.0-beta.25128.1">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="10.0.0-beta.25151.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>5bb16860e957c6b7fc59ecdbdb7135ecd5ec068d</Sha>
<Sha>6d492a844e503ba2d9c8748f7f7f12f989d463e8</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitLab" Version="10.0.0-beta.25128.1">
<Dependency Name="Microsoft.SourceLink.GitLab" Version="10.0.0-beta.25151.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>5bb16860e957c6b7fc59ecdbdb7135ecd5ec068d</Sha>
<Sha>6d492a844e503ba2d9c8748f7f7f12f989d463e8</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="10.0.0-beta.25128.1">
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="10.0.0-beta.25151.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>5bb16860e957c6b7fc59ecdbdb7135ecd5ec068d</Sha>
<Sha>6d492a844e503ba2d9c8748f7f7f12f989d463e8</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="10.0.0-beta.25128.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="10.0.0-beta.25151.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>5bb16860e957c6b7fc59ecdbdb7135ecd5ec068d</Sha>
<Sha>6d492a844e503ba2d9c8748f7f7f12f989d463e8</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
Expand Down
12 changes: 6 additions & 6 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
<MicrosoftBuildTasksGitVersion>10.0.0-beta.25128.1</MicrosoftBuildTasksGitVersion>
<MicrosoftSourceLinkCommonVersion>10.0.0-beta.25128.1</MicrosoftSourceLinkCommonVersion>
<MicrosoftSourceLinkAzureReposGitVersion>10.0.0-beta.25128.1</MicrosoftSourceLinkAzureReposGitVersion>
<MicrosoftSourceLinkGitHubVersion>10.0.0-beta.25128.1</MicrosoftSourceLinkGitHubVersion>
<MicrosoftSourceLinkGitLabVersion>10.0.0-beta.25128.1</MicrosoftSourceLinkGitLabVersion>
<MicrosoftSourceLinkBitbucketGitVersion>10.0.0-beta.25128.1</MicrosoftSourceLinkBitbucketGitVersion>
<MicrosoftBuildTasksGitVersion>10.0.0-beta.25151.1</MicrosoftBuildTasksGitVersion>
<MicrosoftSourceLinkCommonVersion>10.0.0-beta.25151.1</MicrosoftSourceLinkCommonVersion>
<MicrosoftSourceLinkAzureReposGitVersion>10.0.0-beta.25151.1</MicrosoftSourceLinkAzureReposGitVersion>
<MicrosoftSourceLinkGitHubVersion>10.0.0-beta.25151.1</MicrosoftSourceLinkGitHubVersion>
<MicrosoftSourceLinkGitLabVersion>10.0.0-beta.25151.1</MicrosoftSourceLinkGitLabVersion>
<MicrosoftSourceLinkBitbucketGitVersion>10.0.0-beta.25151.1</MicrosoftSourceLinkBitbucketGitVersion>
</PropertyGroup>
<!-- Get .NET Framework reference assemblies from NuGet packages -->
<PropertyGroup>
Expand Down

0 comments on commit f88c0d5

Please sign in to comment.