Skip to content

Commit 7b5fbe6

Browse files
authored
[main] Update dependencies from dotnet/sourcelink (#47804)
2 parents 81c1ed7 + 0c4413b commit 7b5fbe6

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -515,34 +515,34 @@
515515
<Uri>https://github.com/dotnet/deployment-tools</Uri>
516516
<Sha>3597bfe8e90ef3d99b917b84b05eaef88369d5ef</Sha>
517517
</Dependency>
518-
<Dependency Name="Microsoft.Build.Tasks.Git" Version="10.0.0-beta.25170.1">
518+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="10.0.0-beta.25171.1">
519519
<Uri>https://github.com/dotnet/sourcelink</Uri>
520-
<Sha>37fb454da5bb5ed53120b296acbeef5c6a900c19</Sha>
520+
<Sha>46a4dcdd8e6e6ff0cd65eb1349dd53c35b305bb7</Sha>
521521
</Dependency>
522-
<Dependency Name="Microsoft.SourceLink.Common" Version="10.0.0-beta.25170.1">
522+
<Dependency Name="Microsoft.SourceLink.Common" Version="10.0.0-beta.25171.1">
523523
<Uri>https://github.com/dotnet/sourcelink</Uri>
524-
<Sha>37fb454da5bb5ed53120b296acbeef5c6a900c19</Sha>
524+
<Sha>46a4dcdd8e6e6ff0cd65eb1349dd53c35b305bb7</Sha>
525525
</Dependency>
526-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="10.0.0-beta.25170.1">
526+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="10.0.0-beta.25171.1">
527527
<Uri>https://github.com/dotnet/sourcelink</Uri>
528-
<Sha>37fb454da5bb5ed53120b296acbeef5c6a900c19</Sha>
528+
<Sha>46a4dcdd8e6e6ff0cd65eb1349dd53c35b305bb7</Sha>
529529
</Dependency>
530-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="10.0.0-beta.25170.1">
530+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="10.0.0-beta.25171.1">
531531
<Uri>https://github.com/dotnet/sourcelink</Uri>
532-
<Sha>37fb454da5bb5ed53120b296acbeef5c6a900c19</Sha>
532+
<Sha>46a4dcdd8e6e6ff0cd65eb1349dd53c35b305bb7</Sha>
533533
</Dependency>
534-
<Dependency Name="Microsoft.SourceLink.GitLab" Version="10.0.0-beta.25170.1">
534+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="10.0.0-beta.25171.1">
535535
<Uri>https://github.com/dotnet/sourcelink</Uri>
536-
<Sha>37fb454da5bb5ed53120b296acbeef5c6a900c19</Sha>
536+
<Sha>46a4dcdd8e6e6ff0cd65eb1349dd53c35b305bb7</Sha>
537537
</Dependency>
538-
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="10.0.0-beta.25170.1">
538+
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="10.0.0-beta.25171.1">
539539
<Uri>https://github.com/dotnet/sourcelink</Uri>
540-
<Sha>37fb454da5bb5ed53120b296acbeef5c6a900c19</Sha>
540+
<Sha>46a4dcdd8e6e6ff0cd65eb1349dd53c35b305bb7</Sha>
541541
</Dependency>
542542
<!-- Intermediate is necessary for source build. -->
543-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="10.0.0-beta.25170.1">
543+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="10.0.0-beta.25171.1">
544544
<Uri>https://github.com/dotnet/sourcelink</Uri>
545-
<Sha>37fb454da5bb5ed53120b296acbeef5c6a900c19</Sha>
545+
<Sha>46a4dcdd8e6e6ff0cd65eb1349dd53c35b305bb7</Sha>
546546
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
547547
</Dependency>
548548
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,12 @@
279279
</PropertyGroup>
280280
<PropertyGroup>
281281
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
282-
<MicrosoftBuildTasksGitVersion>10.0.0-beta.25170.1</MicrosoftBuildTasksGitVersion>
283-
<MicrosoftSourceLinkCommonVersion>10.0.0-beta.25170.1</MicrosoftSourceLinkCommonVersion>
284-
<MicrosoftSourceLinkAzureReposGitVersion>10.0.0-beta.25170.1</MicrosoftSourceLinkAzureReposGitVersion>
285-
<MicrosoftSourceLinkGitHubVersion>10.0.0-beta.25170.1</MicrosoftSourceLinkGitHubVersion>
286-
<MicrosoftSourceLinkGitLabVersion>10.0.0-beta.25170.1</MicrosoftSourceLinkGitLabVersion>
287-
<MicrosoftSourceLinkBitbucketGitVersion>10.0.0-beta.25170.1</MicrosoftSourceLinkBitbucketGitVersion>
282+
<MicrosoftBuildTasksGitVersion>10.0.0-beta.25171.1</MicrosoftBuildTasksGitVersion>
283+
<MicrosoftSourceLinkCommonVersion>10.0.0-beta.25171.1</MicrosoftSourceLinkCommonVersion>
284+
<MicrosoftSourceLinkAzureReposGitVersion>10.0.0-beta.25171.1</MicrosoftSourceLinkAzureReposGitVersion>
285+
<MicrosoftSourceLinkGitHubVersion>10.0.0-beta.25171.1</MicrosoftSourceLinkGitHubVersion>
286+
<MicrosoftSourceLinkGitLabVersion>10.0.0-beta.25171.1</MicrosoftSourceLinkGitLabVersion>
287+
<MicrosoftSourceLinkBitbucketGitVersion>10.0.0-beta.25171.1</MicrosoftSourceLinkBitbucketGitVersion>
288288
</PropertyGroup>
289289
<!-- Get .NET Framework reference assemblies from NuGet packages -->
290290
<PropertyGroup>

0 commit comments

Comments
 (0)