Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/9.0.1xx] Update dependencies from dotnet/sourcelink #43501

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.24460.3">
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24466.3">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>bf1a5712940d4eb08d9640b70bc0a2e065da4ac7</Sha>
<Sha>1099a677155d9d4c1a81a612dffccbcf0d94f8e9</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24460.3">
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24466.3">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>bf1a5712940d4eb08d9640b70bc0a2e065da4ac7</Sha>
<Sha>1099a677155d9d4c1a81a612dffccbcf0d94f8e9</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24460.3">
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24466.3">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>bf1a5712940d4eb08d9640b70bc0a2e065da4ac7</Sha>
<Sha>1099a677155d9d4c1a81a612dffccbcf0d94f8e9</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24460.3">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24466.3">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>bf1a5712940d4eb08d9640b70bc0a2e065da4ac7</Sha>
<Sha>1099a677155d9d4c1a81a612dffccbcf0d94f8e9</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24460.3">
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24466.3">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>bf1a5712940d4eb08d9640b70bc0a2e065da4ac7</Sha>
<Sha>1099a677155d9d4c1a81a612dffccbcf0d94f8e9</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24460.3">
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24466.3">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>bf1a5712940d4eb08d9640b70bc0a2e065da4ac7</Sha>
<Sha>1099a677155d9d4c1a81a612dffccbcf0d94f8e9</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24460.3">
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24466.3">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>bf1a5712940d4eb08d9640b70bc0a2e065da4ac7</Sha>
<Sha>1099a677155d9d4c1a81a612dffccbcf0d94f8e9</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 @@ -320,12 +320,12 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24460.3</MicrosoftBuildTasksGitVersion>
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24460.3</MicrosoftSourceLinkCommonVersion>
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24460.3</MicrosoftSourceLinkAzureReposGitVersion>
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24460.3</MicrosoftSourceLinkGitHubVersion>
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24460.3</MicrosoftSourceLinkGitLabVersion>
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24460.3</MicrosoftSourceLinkBitbucketGitVersion>
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24466.3</MicrosoftBuildTasksGitVersion>
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24466.3</MicrosoftSourceLinkCommonVersion>
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24466.3</MicrosoftSourceLinkAzureReposGitVersion>
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24466.3</MicrosoftSourceLinkGitHubVersion>
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24466.3</MicrosoftSourceLinkGitLabVersion>
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24466.3</MicrosoftSourceLinkBitbucketGitVersion>
</PropertyGroup>
<!-- Get .NET Framework reference assemblies from NuGet packages -->
<PropertyGroup>
Expand Down
Loading