Skip to content

Commit

Permalink
[release/9.0.2xx] Update dependencies from dotnet/sourcelink (#45114)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagilson authored Nov 25, 2024
2 parents 80f4e10 + 912e7c7 commit 2c7781b
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 @@ -456,34 +456,34 @@
<Uri>https://github.com/dotnet/deployment-tools</Uri>
<Sha>7871ee378dce87b64d930d4f33dca9c888f4034d</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24574.1">
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24575.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24574.1">
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24575.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24574.1">
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24575.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24574.1">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24575.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24574.1">
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24575.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24574.1">
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24575.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24574.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24575.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</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 @@ -296,12 +296,12 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24574.1</MicrosoftBuildTasksGitVersion>
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24574.1</MicrosoftSourceLinkCommonVersion>
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24574.1</MicrosoftSourceLinkAzureReposGitVersion>
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24574.1</MicrosoftSourceLinkGitHubVersion>
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24574.1</MicrosoftSourceLinkGitLabVersion>
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24574.1</MicrosoftSourceLinkBitbucketGitVersion>
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24575.1</MicrosoftBuildTasksGitVersion>
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24575.1</MicrosoftSourceLinkCommonVersion>
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24575.1</MicrosoftSourceLinkAzureReposGitVersion>
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24575.1</MicrosoftSourceLinkGitHubVersion>
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24575.1</MicrosoftSourceLinkGitLabVersion>
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24575.1</MicrosoftSourceLinkBitbucketGitVersion>
</PropertyGroup>
<!-- Get .NET Framework reference assemblies from NuGet packages -->
<PropertyGroup>
Expand Down

0 comments on commit 2c7781b

Please sign in to comment.