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
…219.11 (#110850)

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.13.0-3.24617.3 -> To Version 4.13.0-3.24619.11

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Dec 20, 2024
1 parent ec50bf1 commit 5e38bb1
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 @@ -376,17 +376,17 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>333eebae7e655442785a94bd9a6f7e9832f80d13</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-3.24617.3">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-3.24619.11">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>f9ccce030d8fdcc2ea095e095b71316d243c5b35</Sha>
<Sha>a9cafab55006f4b523ff1a8fff6c1b02b362fccf</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-3.24617.3">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-3.24619.11">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>f9ccce030d8fdcc2ea095e095b71316d243c5b35</Sha>
<Sha>a9cafab55006f4b523ff1a8fff6c1b02b362fccf</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-3.24617.3">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-3.24619.11">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>f9ccce030d8fdcc2ea095e095b71316d243c5b35</Sha>
<Sha>a9cafab55006f4b523ff1a8fff6c1b02b362fccf</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.24616.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand All @@ -397,9 +397,9 @@
<Sha>5ed336762c6260a83ece35cd1f6749251452bad0</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-3.24617.3">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-3.24619.11">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>f9ccce030d8fdcc2ea095e095b71316d243c5b35</Sha>
<Sha>a9cafab55006f4b523ff1a8fff6c1b02b362fccf</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-alpha.1.24616.1">
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.13.0-3.24617.3</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.13.0-3.24617.3</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.13.0-3.24617.3</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.13.0-3.24619.11</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.13.0-3.24619.11</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.13.0-3.24619.11</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 5e38bb1

Please sign in to comment.