Skip to content

Commit d9e98c8

Browse files
author
v-wuzhai
authored
[release/9.0.1xx] Update dependencies from dotnet/sourcelink (#42794)
2 parents b11a1fd + 33af5ad commit d9e98c8

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
@@ -452,34 +452,34 @@
452452
<Uri>https://github.com/dotnet/deployment-tools</Uri>
453453
<Sha>7871ee378dce87b64d930d4f33dca9c888f4034d</Sha>
454454
</Dependency>
455-
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24407.2">
455+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24416.2">
456456
<Uri>https://github.com/dotnet/sourcelink</Uri>
457-
<Sha>85fb5b9ab7a4d308ccac2c376fb4661df5e752ce</Sha>
457+
<Sha>aeb2830c11db6fd2a81b82700afba2525549bef7</Sha>
458458
</Dependency>
459-
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24407.2">
459+
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24416.2">
460460
<Uri>https://github.com/dotnet/sourcelink</Uri>
461-
<Sha>85fb5b9ab7a4d308ccac2c376fb4661df5e752ce</Sha>
461+
<Sha>aeb2830c11db6fd2a81b82700afba2525549bef7</Sha>
462462
</Dependency>
463-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24407.2">
463+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24416.2">
464464
<Uri>https://github.com/dotnet/sourcelink</Uri>
465-
<Sha>85fb5b9ab7a4d308ccac2c376fb4661df5e752ce</Sha>
465+
<Sha>aeb2830c11db6fd2a81b82700afba2525549bef7</Sha>
466466
</Dependency>
467-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24407.2">
467+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24416.2">
468468
<Uri>https://github.com/dotnet/sourcelink</Uri>
469-
<Sha>85fb5b9ab7a4d308ccac2c376fb4661df5e752ce</Sha>
469+
<Sha>aeb2830c11db6fd2a81b82700afba2525549bef7</Sha>
470470
</Dependency>
471-
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24407.2">
471+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24416.2">
472472
<Uri>https://github.com/dotnet/sourcelink</Uri>
473-
<Sha>85fb5b9ab7a4d308ccac2c376fb4661df5e752ce</Sha>
473+
<Sha>aeb2830c11db6fd2a81b82700afba2525549bef7</Sha>
474474
</Dependency>
475-
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24407.2">
475+
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24416.2">
476476
<Uri>https://github.com/dotnet/sourcelink</Uri>
477-
<Sha>85fb5b9ab7a4d308ccac2c376fb4661df5e752ce</Sha>
477+
<Sha>aeb2830c11db6fd2a81b82700afba2525549bef7</Sha>
478478
</Dependency>
479479
<!-- Intermediate is necessary for source build. -->
480-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24407.2">
480+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24416.2">
481481
<Uri>https://github.com/dotnet/sourcelink</Uri>
482-
<Sha>85fb5b9ab7a4d308ccac2c376fb4661df5e752ce</Sha>
482+
<Sha>aeb2830c11db6fd2a81b82700afba2525549bef7</Sha>
483483
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
484484
</Dependency>
485485
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,12 @@
318318
</PropertyGroup>
319319
<PropertyGroup>
320320
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
321-
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24407.2</MicrosoftBuildTasksGitVersion>
322-
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24407.2</MicrosoftSourceLinkCommonVersion>
323-
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24407.2</MicrosoftSourceLinkAzureReposGitVersion>
324-
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24407.2</MicrosoftSourceLinkGitHubVersion>
325-
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24407.2</MicrosoftSourceLinkGitLabVersion>
326-
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24407.2</MicrosoftSourceLinkBitbucketGitVersion>
321+
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24416.2</MicrosoftBuildTasksGitVersion>
322+
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24416.2</MicrosoftSourceLinkCommonVersion>
323+
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24416.2</MicrosoftSourceLinkAzureReposGitVersion>
324+
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24416.2</MicrosoftSourceLinkGitHubVersion>
325+
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24416.2</MicrosoftSourceLinkGitLabVersion>
326+
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24416.2</MicrosoftSourceLinkBitbucketGitVersion>
327327
</PropertyGroup>
328328
<!-- Get .NET Framework reference assemblies from NuGet packages -->
329329
<PropertyGroup>

0 commit comments

Comments
 (0)