Skip to content

Commit f5f7a4c

Browse files
authored
[release/9.0.1xx] Update dependencies from dotnet/sourcelink (#45090)
2 parents ff3f83c + 5c8dfed commit f5f7a4c

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
@@ -460,32 +460,32 @@
460460
<Uri>https://github.com/dotnet/deployment-tools</Uri>
461461
<Sha>7871ee378dce87b64d930d4f33dca9c888f4034d</Sha>
462462
</Dependency>
463-
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24572.2">
463+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24574.1">
464464
<Uri>https://github.com/dotnet/sourcelink</Uri>
465465
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
466466
</Dependency>
467-
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24572.2">
467+
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24574.1">
468468
<Uri>https://github.com/dotnet/sourcelink</Uri>
469469
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
470470
</Dependency>
471-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24572.2">
471+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24574.1">
472472
<Uri>https://github.com/dotnet/sourcelink</Uri>
473473
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
474474
</Dependency>
475-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24572.2">
475+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24574.1">
476476
<Uri>https://github.com/dotnet/sourcelink</Uri>
477477
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
478478
</Dependency>
479-
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24572.2">
479+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24574.1">
480480
<Uri>https://github.com/dotnet/sourcelink</Uri>
481481
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
482482
</Dependency>
483-
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24572.2">
483+
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24574.1">
484484
<Uri>https://github.com/dotnet/sourcelink</Uri>
485485
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
486486
</Dependency>
487487
<!-- Intermediate is necessary for source build. -->
488-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24572.2">
488+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24574.1">
489489
<Uri>https://github.com/dotnet/sourcelink</Uri>
490490
<Sha>084a76b3adf59dfbdc5c3f7614979e309910fa50</Sha>
491491
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />

eng/Versions.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,12 @@
293293
</PropertyGroup>
294294
<PropertyGroup>
295295
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
296-
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24572.2</MicrosoftBuildTasksGitVersion>
297-
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24572.2</MicrosoftSourceLinkCommonVersion>
298-
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24572.2</MicrosoftSourceLinkAzureReposGitVersion>
299-
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24572.2</MicrosoftSourceLinkGitHubVersion>
300-
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24572.2</MicrosoftSourceLinkGitLabVersion>
301-
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24572.2</MicrosoftSourceLinkBitbucketGitVersion>
296+
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24574.1</MicrosoftBuildTasksGitVersion>
297+
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24574.1</MicrosoftSourceLinkCommonVersion>
298+
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24574.1</MicrosoftSourceLinkAzureReposGitVersion>
299+
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24574.1</MicrosoftSourceLinkGitHubVersion>
300+
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24574.1</MicrosoftSourceLinkGitLabVersion>
301+
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24574.1</MicrosoftSourceLinkBitbucketGitVersion>
302302
</PropertyGroup>
303303
<!-- Get .NET Framework reference assemblies from NuGet packages -->
304304
<PropertyGroup>

0 commit comments

Comments
 (0)