10000 [BLOCKED] System.CommandLine update by adamsitnik · Pull Request #46241 · dotnet/sdk · GitHub
[go: up one dir, main page]

Skip to content

[BLOCKED] System.CommandLine update #46241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Prev Previous commit
Next Next commit
Update dependencies from https://github.com/dotnet/sourcelink build 2…
…0250131.2

Microsoft.SourceBuild.Intermediate.sourcelink , Microsoft.Build.Tasks.Git , Microsoft.SourceLink.AzureRepos.Git , Microsoft.SourceLink.Bitbucket.Git , Microsoft.SourceLink.Common , Microsoft.SourceLink.GitHub , Microsoft.SourceLink.GitLab
 From Version 10.0.0-beta.25080.2 -> To Version 10.0.0-beta.25081.2
  • Loading branch information
dotnet-maestro[bot] authored and adamsitnik committed Feb 3, 2025
commit f9abd3750c38e03fccab1b7f9f2333f666dbe601
28 changes: 14 additions & 14 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -475,34 +475,34 @@
<Uri>https://github.com/dotnet/deployment-tools</Uri>
<Sha>eddd72e696074a457cabf62df5d889928324e0b7</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Tasks.Git" Version="10.0.0-beta.25080.2">
<Dependency Name="Microsoft.Build.Tasks.Git" Version="10.0.0-beta.25081.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
<Sha>3c34adccbef5b95e680bc6e6424e3ebbbf4cd294</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.Common" Version="10.0.0-beta.25080.2">
<Dependency Name="Microsoft.SourceLink.Common" Version="10.0.0-beta.25081.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
<Sha>3c34adccbef5b95e680bc6e6424e3ebbbf4cd294</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="10.0.0-beta.25080.2">
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="10.0.0-beta.25081.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
<Sha>3c34adccbef5b95e680bc6e6424e3ebbbf4cd294</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="10.0.0-beta.25080.2">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="10.0.0-beta.25081.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
<Sha>3c34adccbef5b95e680bc6e6424e3ebbbf4cd294</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitLab" Version="10.0.0-beta.25080.2">
<Dependency Name="Microsoft.SourceLink.GitLab" Version="10.0.0-beta.25081.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
<Sha>3c34adccbef5b95e680bc6e6424e3ebbbf4cd294</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="10.0.0-beta.25080.2">
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="10.0.0-beta.25081.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
<Sha>3c34adccbef5b95e680bc6e6424e3ebbbf4cd294</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="10.0.0-beta.25080.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="10.0.0-beta.25081.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>fab841741055c19fc07623f8947cecc9a0f63baa</Sha>
<Sha>3c34adccbef5b95e680bc6e6424e3ebbbf4cd294</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 @@ -277,12 +277,12 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
<MicrosoftBuildTasksGitVersion>10.0.0-beta.25080.2</MicrosoftBuildTasksGitVersion>
<MicrosoftSourceLinkCommonVersion>10.0.0-beta.25080.2</MicrosoftSourceLinkCommonVersion>
<MicrosoftSourceLinkAzureReposGitVersion>10.0.0-beta.25080.2</MicrosoftSourceLinkAzureReposGitVersion>
<MicrosoftSourceLinkGitHubVersion>10.0.0-beta.25080.2</MicrosoftSourceLinkGitHubVersion>
<MicrosoftSourceLinkGitLabVersion>10.0.0-beta.25080.2</MicrosoftSourceLinkGitLabVersion>
<MicrosoftSourceLinkBitbucketGitVersion>10.0.0-beta.25080.2</MicrosoftSourceLinkBitbucketGitVersion>
<MicrosoftBuildTasksGitVersion>10.0.0-beta.25081.2</MicrosoftBuildTasksGitVersion>
<MicrosoftSourceLinkCommonVersion>10.0.0-beta.25081.2</MicrosoftSourceLinkCommonVersion>
<MicrosoftSourceLinkAzureReposGitVersion>10.0.0-beta.25081.2</MicrosoftSourceLinkAzureReposGitVersion>
<MicrosoftSourceLinkGitHubVersion>10.0.0-beta.25081.2</MicrosoftSourceLinkGitHubVersion>
<MicrosoftSourceLinkGitLabVersion>10.0.0-beta.25081.2</MicrosoftSourceLinkGitLabVersion>
<MicrosoftSourceLinkBitbucketGitVersion>10.0.0-beta.25081.2</MicrosoftSourceLinkBitbucketGitVersion>
</PropertyGroup>
<!-- Get .NET Framework reference assemblies from NuGet packages -->
<PropertyGroup>
Expand Down
Loading
0