Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/sourcelink (#44642)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiYanni authored Nov 5, 2024
2 parents 3378394 + d3280d2 commit 552141d
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 @@ -466,34 +466,34 @@
<Uri>https://github.com/dotnet/deployment-tools</Uri>
<Sha>4d818b1bfd1cf450492eb8ab3877eb3875488642</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24531.2">
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24554.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24531.2">
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24554.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24531.2">
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24554.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24531.2">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24554.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24531.2">
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24554.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24531.2">
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24554.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24531.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24554.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>2dd43fb4a61fa12a918203f91a85bb22e33ce4c9</Sha>
<Sha>30158dbab8aa11592c27561d9710cd7e5239ea3c</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 @@ -291,12 +291,12 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24531.2</MicrosoftBuildTasksGitVersion>
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24531.2</MicrosoftSourceLinkCommonVersion>
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24531.2</MicrosoftSourceLinkAzureReposGitVersion>
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24531.2</MicrosoftSourceLinkGitHubVersion>
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24531.2</MicrosoftSourceLinkGitLabVersion>
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24531.2</MicrosoftSourceLinkBitbucketGitVersion>
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24554.2</MicrosoftBuildTasksGitVersion>
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24554.2</MicrosoftSourceLinkCommonVersion>
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24554.2</MicrosoftSourceLinkAzureReposGitVersion>
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24554.2</MicrosoftSourceLinkGitHubVersion>
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24554.2</MicrosoftSourceLinkGitLabVersion>
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24554.2</MicrosoftSourceLinkBitbucketGitVersion>
</PropertyGroup>
<!-- Get .NET Framework reference assemblies from NuGet packages -->
<PropertyGroup>
Expand Down

0 comments on commit 552141d

Please sign in to comment.