Skip to content

Commit

Permalink
[release/9.0.2xx] Update dependencies from dotnet/sourcelink (#45128)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Nov 26, 2024
2 parents 5fb0914 + 28983f4 commit e0e804a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-templating -->
<add key="darc-pub-dotnet-templating-44a0b49" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-44a0b49c/nuget/v3/index.json" />
<add key="darc-pub-dotnet-templating-44a0b49-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-44a0b49c-3/nuget/v3/index.json" />
<add key="darc-pub-dotnet-templating-44a0b49-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-44a0b49c-2/nuget/v3/index.json" />
<add key="darc-pub-dotnet-templating-44a0b49-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-44a0b49c-1/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-templating -->
Expand Down
28 changes: 14 additions & 14 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -456,34 +456,34 @@
<Uri>https://github.com/dotnet/deployment-tools</Uri>
<Sha>7871ee378dce87b64d930d4f33dca9c888f4034d</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24575.1">
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24576.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</Sha>
<Sha>891854929f588c720666cb9fd0a23f498f76f7d3</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24575.1">
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24576.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</Sha>
<Sha>891854929f588c720666cb9fd0a23f498f76f7d3</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24575.1">
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24576.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</Sha>
<Sha>891854929f588c720666cb9fd0a23f498f76f7d3</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24575.1">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24576.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</Sha>
<Sha>891854929f588c720666cb9fd0a23f498f76f7d3</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24575.1">
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24576.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</Sha>
<Sha>891854929f588c720666cb9fd0a23f498f76f7d3</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24575.1">
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24576.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</Sha>
<Sha>891854929f588c720666cb9fd0a23f498f76f7d3</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24575.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24576.1">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>cb197e7177e288db2eba6357982f9e7c397951bb</Sha>
<Sha>891854929f588c720666cb9fd0a23f498f76f7d3</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
Expand Down
12 changes: 6 additions & 6 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -296,12 +296,12 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24575.1</MicrosoftBuildTasksGitVersion>
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24575.1</MicrosoftSourceLinkCommonVersion>
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24575.1</MicrosoftSourceLinkAzureReposGitVersion>
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24575.1</MicrosoftSourceLinkGitHubVersion>
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24575.1</MicrosoftSourceLinkGitLabVersion>
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24575.1</MicrosoftSourceLinkBitbucketGitVersion>
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24576.1</MicrosoftBuildTasksGitVersion>
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24576.1</MicrosoftSourceLinkCommonVersion>
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24576.1</MicrosoftSourceLinkAzureReposGitVersion>
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24576.1</MicrosoftSourceLinkGitHubVersion>
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24576.1</MicrosoftSourceLinkGitLabVersion>
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24576.1</MicrosoftSourceLinkBitbucketGitVersion>
</PropertyGroup>
<!-- Get .NET Framework reference assemblies from NuGet packages -->
<PropertyGroup>
Expand Down

0 comments on commit e0e804a

Please sign in to comment.