Skip to content

Commit

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

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24502.14 -> To Version 4.12.0-3.24504.1
  • Loading branch information
dotnet-maestro[bot] committed Oct 4, 2024
1 parent b89b081 commit f3c924d
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 @@ -356,17 +356,17 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>e98370e661a19bdfed31eefb8740ecfad255f9ed</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24502.14">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24504.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dc303976c995da5871863b19d0f39e0e9b4c4654</Sha>
<Sha>3ff69197ed18ac4473e68b44abbb37baf2fece19</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24502.14">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24504.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dc303976c995da5871863b19d0f39e0e9b4c4654</Sha>
<Sha>3ff69197ed18ac4473e68b44abbb37baf2fece19</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24502.14">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24504.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dc303976c995da5871863b19d0f39e0e9b4c4654</Sha>
<Sha>3ff69197ed18ac4473e68b44abbb37baf2fece19</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24454.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand All @@ -377,9 +377,9 @@
<Sha>a7c74cf887abe4a38240bc4ead0b221d9d42434f</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24502.14">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24504.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dc303976c995da5871863b19d0f39e0e9b4c4654</Sha>
<Sha>3ff69197ed18ac4473e68b44abbb37baf2fece19</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-rc.2.24466.7">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,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.24502.14</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-3.24502.14</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24502.14</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.24504.1</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-3.24504.1</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24504.1</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 f3c924d

Please sign in to comment.