Skip to content

Commit c9c8de2

Browse files
authored
[release/10.0.1xx-preview1] Update dependencies from dotnet/sourcelink (#46429)
1 parent ee4ea82 commit c9c8de2

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
@@ -475,34 +475,34 @@
475475
<Uri>https://github.com/dotnet/deployment-tools</Uri>
476476
<Sha>3290a7fed58682b6796e6fc916d12c0eb2070ef5</Sha>
477477
</Dependency>
478-
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.25072.1">
478+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="10.0.0-beta.25080.1">
479479
<Uri>https://github.com/dotnet/sourcelink</Uri>
480-
<Sha>647fe57f3baa75c29aa6799fe327e131c7dffdba</Sha>
480+
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
481481
</Dependency>
482-
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.25072.1">
482+
<Dependency Name="Microsoft.SourceLink.Common" Version="10.0.0-beta.25080.1">
483483
<Uri>https://github.com/dotnet/sourcelink</Uri>
484-
<Sha>647fe57f3baa75c29aa6799fe327e131c7dffdba</Sha>
484+
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
485485
</Dependency>
486-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.25072.1">
486+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="10.0.0-beta.25080.1">
487487
<Uri>https://github.com/dotnet/sourcelink</Uri>
488-
<Sha>647fe57f3baa75c29aa6799fe327e131c7dffdba</Sha>
488+
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
489489
</Dependency>
490-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.25072.1">
490+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="10.0.0-beta.25080.1">
491491
<Uri>https://github.com/dotnet/sourcelink</Uri>
492-
<Sha>647fe57f3baa75c29aa6799fe327e131c7dffdba</Sha>
492+
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
493493
</Dependency>
494-
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.25072.1">
494+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="10.0.0-beta.25080.1">
495495
<Uri>https://github.com/dotnet/sourcelink</Uri>
496-
<Sha>647fe57f3baa75c29aa6799fe327e131c7dffdba</Sha>
496+
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
497497
</Dependency>
498-
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.25072.1">
498+
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="10.0.0-beta.25080.1">
499499
<Uri>https://github.com/dotnet/sourcelink</Uri>
500-
<Sha>647fe57f3baa75c29aa6799fe327e131c7dffdba</Sha>
500+
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
501501
</Dependency>
502502
<!-- Intermediate is necessary for source build. -->
503-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.25072.1">
503+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="10.0.0-beta.25080.1">
504504
<Uri>https://github.com/dotnet/sourcelink</Uri>
505-
<Sha>647fe57f3baa75c29aa6799fe327e131c7dffdba</Sha>
505+
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
506506
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
507507
</Dependency>
508508
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

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

0 commit comments

Comments
 (0)