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
…923.3 (dotnet#108191)

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24470.11 -> To Version 4.12.0-3.24473.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and sirntar committed Sep 30, 2024
1 parent 5a09be4 commit 0fbf731
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.24470.11">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24473.3">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>54fd790788b03c256f736c917fc368daf0a643db</Sha>
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24470.11">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24473.3">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>54fd790788b03c256f736c917fc368daf0a643db</Sha>
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24470.11">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24473.3">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>54fd790788b03c256f736c917fc368daf0a643db</Sha>
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</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.24470.11">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24473.3">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>54fd790788b03c256f736c917fc368daf0a643db</Sha>
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</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.24470.11</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-3.24470.11</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24470.11</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.24473.3</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-3.24473.3</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24473.3</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 0fbf731

Please sign in to comment.