Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/roslyn (#47382)
Browse files Browse the repository at this point in the history
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Mar 9, 2025
1 parent 5ab89f2 commit e02a6c5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
40 changes: 20 additions & 20 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,47 +125,47 @@
<Sha>e4889bb53328e6a75855c3f3d2122d0aacae7a4b</Sha>
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-3.25155.15">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-3.25157.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>68501c0866aaacff3c6adfdd424f82d8e6557f50</Sha>
<Sha>46223204b646f96104bac46f9dfa4959da9d86ac</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-3.25155.15">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-3.25157.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>68501c0866aaacff3c6adfdd424f82d8e6557f50</Sha>
<Sha>46223204b646f96104bac46f9dfa4959da9d86ac</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset.Framework" Version="4.14.0-3.25155.15">
<Dependency Name="Microsoft.Net.Compilers.Toolset.Framework" Version="4.14.0-3.25157.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>68501c0866aaacff3c6adfdd424f82d8e6557f50</Sha>
<Sha>46223204b646f96104bac46f9dfa4959da9d86ac</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.14.0-3.25155.15">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.14.0-3.25157.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>68501c0866aaacff3c6adfdd424f82d8e6557f50</Sha>
<Sha>46223204b646f96104bac46f9dfa4959da9d86ac</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.14.0-3.25155.15">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.14.0-3.25157.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>68501c0866aaacff3c6adfdd424f82d8e6557f50</Sha>
<Sha>46223204b646f96104bac46f9dfa4959da9d86ac</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.14.0-3.25155.15">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.14.0-3.25157.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>68501c0866aaacff3c6adfdd424f82d8e6557f50</Sha>
<Sha>46223204b646f96104bac46f9dfa4959da9d86ac</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.14.0-3.25155.15">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.14.0-3.25157.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>68501c0866aaacff3c6adfdd424f82d8e6557f50</Sha>
<Sha>46223204b646f96104bac46f9dfa4959da9d86ac</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0-3.25155.15">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0-3.25157.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>68501c0866aaacff3c6adfdd424f82d8e6557f50</Sha>
<Sha>46223204b646f96104bac46f9dfa4959da9d86ac</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.14.0-3.25155.15">
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.14.0-3.25157.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>68501c0866aaacff3c6adfdd424f82d8e6557f50</Sha>
<Sha>46223204b646f96104bac46f9dfa4959da9d86ac</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0-3.25155.15">
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0-3.25157.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>68501c0866aaacff3c6adfdd424f82d8e6557f50</Sha>
<Sha>46223204b646f96104bac46f9dfa4959da9d86ac</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.NuGetSdkResolver" Version="6.14.0-preview.1.66">
<Uri>https://github.com/nuget/nuget.client</Uri>
Expand Down
18 changes: 9 additions & 9 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNetCompilersToolsetVersion>4.14.0-3.25155.15</MicrosoftNetCompilersToolsetVersion>
<MicrosoftNetCompilersToolsetFrameworkPackageVersion>4.14.0-3.25155.15</MicrosoftNetCompilersToolsetFrameworkPackageVersion>
<MicrosoftCodeAnalysisPackageVersion>4.14.0-3.25155.15</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.14.0-3.25155.15</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.14.0-3.25155.15</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.14.0-3.25155.15</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>4.14.0-3.25155.15</MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.14.0-3.25155.15</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.14.0-3.25155.15</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
<MicrosoftNetCompilersToolsetVersion>4.14.0-3.25157.4</MicrosoftNetCompilersToolsetVersion>
<MicrosoftNetCompilersToolsetFrameworkPackageVersion>4.14.0-3.25157.4</MicrosoftNetCompilersToolsetFrameworkPackageVersion>
<MicrosoftCodeAnalysisPackageVersion>4.14.0-3.25157.4</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.14.0-3.25157.4</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.14.0-3.25157.4</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.14.0-3.25157.4</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>4.14.0-3.25157.4</MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.14.0-3.25157.4</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.14.0-3.25157.4</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
Expand Down

0 comments on commit e02a6c5

Please sign in to comment.