Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/roslyn build 20240…
Browse files Browse the repository at this point in the history
…930.5

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24479.1 -> To Version 4.12.0-3.24480.5
  • Loading branch information
dotnet-maestro[bot] authored and cston committed Oct 2, 2024
1 parent bd68aec commit 7180068
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,17 +352,17 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>3e7dcac0d1e416192f0e24e7acaa1e3449de270e</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24476.1">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24480.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>1ed3c1b184f9da5b9f71097672b63edb00858fad</Sha>
<Sha>be06af6a5e6472352531da4bb5ae2a6f7ccd6353</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24476.1">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24480.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>1ed3c1b184f9da5b9f71097672b63edb00858fad</Sha>
<Sha>be06af6a5e6472352531da4bb5ae2a6f7ccd6353</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24476.1">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24480.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>1ed3c1b184f9da5b9f71097672b63edb00858fad</Sha>
<Sha>be06af6a5e6472352531da4bb5ae2a6f7ccd6353</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24467.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand All @@ -373,9 +373,9 @@
<Sha>f4c8475010cbc3d5956c99c1f2c2d49c03c5871b</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24476.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24480.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>1ed3c1b184f9da5b9f71097672b63edb00858fad</Sha>
<Sha>be06af6a5e6472352531da4bb5ae2a6f7ccd6353</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-alpha.1.24472.4">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
they do not break the local dev experience.
-->
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.24476.1</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-3.24476.1</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24476.1</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.24480.5</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-3.24480.5</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24480.5</MicrosoftNetCompilersToolsetVersion>
</PropertyGroup>
<!--
For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.
Expand Down

0 comments on commit 7180068

Please sign in to comment.