Skip to content

Commit 7d1de33

Browse files
authored
[release/9.0.2xx] Update dependencies from dotnet/sourcelink (#44677)
2 parents 248f09f + e40f7ff commit 7d1de33

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

eng/Version.Details.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -456,32 +456,32 @@
456456
<Uri>https://github.com/dotnet/deployment-tools</Uri>
457457
<Sha>7871ee378dce87b64d930d4f33dca9c888f4034d</Sha>
458458
</Dependency>
459-
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24555.1">
459+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24555.2">
460460
<Uri>https://github.com/dotnet/sourcelink</Uri>
461461
<Sha>b7fa6e76d524dc33698de18617c7a6f49ce207ce</Sha>
462462
</Dependency>
463-
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24555.1">
463+
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24555.2">
464464
<Uri>https://github.com/dotnet/sourcelink</Uri>
465465
<Sha>b7fa6e76d524dc33698de18617c7a6f49ce207ce</Sha>
466466
</Dependency>
467-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24555.1">
467+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24555.2">
468468
<Uri>https://github.com/dotnet/sourcelink</Uri>
469469
<Sha>b7fa6e76d524dc33698de18617c7a6f49ce207ce</Sha>
470470
</Dependency>
471-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24555.1">
471+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24555.2">
472472
<Uri>https://github.com/dotnet/sourcelink</Uri>
473473
<Sha>b7fa6e76d524dc33698de18617c7a6f49ce207ce</Sha>
474474
</Dependency>
475-
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24555.1">
475+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24555.2">
476476
<Uri>https://github.com/dotnet/sourcelink</Uri>
477477
<Sha>b7fa6e76d524dc33698de18617c7a6f49ce207ce</Sha>
478478
</Dependency>
479-
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24555.1">
479+
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24555.2">
480480
<Uri>https://github.com/dotnet/sourcelink</Uri>
481481
<Sha>b7fa6e76d524dc33698de18617c7a6f49ce207ce</Sha>
482482
</Dependency>
483483
<!-- Intermediate is necessary for source build. -->
484-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24555.1">
484+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24555.2">
485485
<Uri>https://github.com/dotnet/sourcelink</Uri>
486486
<Sha>b7fa6e76d524dc33698de18617c7a6f49ce207ce</Sha>
487487
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />

eng/Versions.props

+6-6
Original file line numberDiff line numberDiff line change
@@ -294,12 +294,12 @@
294294
</PropertyGroup>
295295
<PropertyGroup>
296296
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
297-
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24555.1</MicrosoftBuildTasksGitVersion>
298-
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24555.1</MicrosoftSourceLinkCommonVersion>
299-
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24555.1</MicrosoftSourceLinkAzureReposGitVersion>
300-
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24555.1</MicrosoftSourceLinkGitHubVersion>
301-
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24555.1</MicrosoftSourceLinkGitLabVersion>
302-
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24555.1</MicrosoftSourceLinkBitbucketGitVersion>
297+
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24555.2</MicrosoftBuildTasksGitVersion>
298+
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24555.2</MicrosoftSourceLinkCommonVersion>
299+
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24555.2</MicrosoftSourceLinkAzureReposGitVersion>
300+
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24555.2</MicrosoftSourceLinkGitHubVersion>
301+
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24555.2</MicrosoftSourceLinkGitLabVersion>
302+
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24555.2</MicrosoftSourceLinkBitbucketGitVersion>
303303
</PropertyGroup>
304304
<!-- Get .NET Framework reference assemblies from NuGet packages -->
305305
<PropertyGroup>

0 commit comments

Comments
 (0)