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
…822.8 (#106879)

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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Aug 23, 2024
1 parent 37aa317 commit 6e017ba
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>6d82d2732e240983f23ebe53d3cfb8fcd3b3ec0d</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-2.24421.9">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-2.24422.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>08a167c19e5e04742b0922bdb1ea8046e9364f4b</Sha>
<Sha>d30a570bb6c9b2f204db9e6ee65fc5316449fd4e</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-2.24421.9">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-2.24422.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>08a167c19e5e04742b0922bdb1ea8046e9364f4b</Sha>
<Sha>d30a570bb6c9b2f204db9e6ee65fc5316449fd4e</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-2.24421.9">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-2.24422.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>08a167c19e5e04742b0922bdb1ea8046e9364f4b</Sha>
<Sha>d30a570bb6c9b2f204db9e6ee65fc5316449fd4e</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24415.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand All @@ -377,9 +377,9 @@
<Sha>fdb9965ce68c1f4e1c0ff301488adf9caa958615</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-2.24421.9">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-2.24422.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>08a167c19e5e04742b0922bdb1ea8046e9364f4b</Sha>
<Sha>d30a570bb6c9b2f204db9e6ee65fc5316449fd4e</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-rc.1.24409.1">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,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-2.24421.9</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-2.24421.9</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-2.24421.9</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-2.24422.8</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-2.24422.8</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-2.24422.8</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 6e017ba

Please sign in to comment.