Skip to content

Commit 8141ea1

Browse files
[main] Update dependencies from dotnet/sourcelink (#39806)
[main] Update dependencies from dotnet/sourcelink
1 parent 5be7d2e commit 8141ea1

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -406,32 +406,32 @@
406406
<Uri>https://github.com/dotnet/deployment-tools</Uri>
407407
<Sha>596a11e185d2274531fe57a2c9e03bbe4f23064d</Sha>
408408
</Dependency>
409-
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24175.2">
409+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24176.1">
410410
<Uri>https://github.com/dotnet/sourcelink</Uri>
411411
<Sha>0a7443b1ac4d9156e234d699d7c7604d9b91c58f</Sha>
412412
</Dependency>
413-
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24175.2">
413+
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24176.1">
414414
<Uri>https://github.com/dotnet/sourcelink</Uri>
415415
<Sha>0a7443b1ac4d9156e234d699d7c7604d9b91c58f</Sha>
416416
</Dependency>
417-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24175.2">
417+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24176.1">
418418
<Uri>https://github.com/dotnet/sourcelink</Uri>
419419
<Sha>0a7443b1ac4d9156e234d699d7c7604d9b91c58f</Sha>
420420
</Dependency>
421-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24175.2">
421+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24176.1">
422422
<Uri>https://github.com/dotnet/sourcelink</Uri>
423423
<Sha>0a7443b1ac4d9156e234d699d7c7604d9b91c58f</Sha>
424424
</Dependency>
425-
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24175.2">
425+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24176.1">
426426
<Uri>https://github.com/dotnet/sourcelink</Uri>
427427
<Sha>0a7443b1ac4d9156e234d699d7c7604d9b91c58f</Sha>
428428
</Dependency>
429-
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24175.2">
429+
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24176.1">
430430
<Uri>https://github.com/dotnet/sourcelink</Uri>
431431
<Sha>0a7443b1ac4d9156e234d699d7c7604d9b91c58f</Sha>
432432
</Dependency>
433433
<!-- Intermediate is necessary for source build. -->
434-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24175.2">
434+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24176.1">
435435
<Uri>https://github.com/dotnet/sourcelink</Uri>
436436
<Sha>0a7443b1ac4d9156e234d699d7c7604d9b91c58f</Sha>
437437
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />

eng/Versions.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,12 @@
171171
</PropertyGroup>
172172
<PropertyGroup>
173173
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
174-
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24175.2</MicrosoftBuildTasksGitVersion>
175-
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24175.2</MicrosoftSourceLinkCommonVersion>
176-
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24175.2</MicrosoftSourceLinkAzureReposGitVersion>
177-
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24175.2</MicrosoftSourceLinkGitHubVersion>
178-
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24175.2</MicrosoftSourceLinkGitLabVersion>
179-
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24175.2</MicrosoftSourceLinkBitbucketGitVersion>
174+
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24176.1</MicrosoftBuildTasksGitVersion>
175+
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24176.1</MicrosoftSourceLinkCommonVersion>
176+
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24176.1</MicrosoftSourceLinkAzureReposGitVersion>
177+
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24176.1</MicrosoftSourceLinkGitHubVersion>
178+
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24176.1</MicrosoftSourceLinkGitLabVersion>
179+
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24176.1</MicrosoftSourceLinkBitbucketGitVersion>
180180
</PropertyGroup>
181181
<!-- Get .NET Framework reference assemblies from NuGet packages -->
182182
<PropertyGroup>

0 commit comments

Comments
 (0)