Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/roslyn (#101009)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/roslyn build 20240412.1

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.10.0-3.24202.15 -> To Version 4.10.0-3.24212.1

* Update dependencies from https://github.com/dotnet/roslyn build 20240412.1

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.10.0-3.24202.15 -> To Version 4.10.0-3.24212.1

* Update dependencies from https://github.com/dotnet/roslyn build 20240414.4

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.10.0-3.24202.15 -> To Version 4.11.0-1.24214.4

* Update dependencies from https://github.com/dotnet/roslyn build 20240414.4

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.10.0-3.24202.15 -> To Version 4.11.0-1.24214.4

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Larry Ewing <lewing@microsoft.com>
  • Loading branch information
3 people committed Apr 15, 2024
1 parent dd7c82e commit 86a1911
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 @@ -360,17 +360,17 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>f4d56683216389e84003fabcc73b929ba5012e3d</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.10.0-3.24202.15">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-1.24214.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>cbca41cad4e21c29548e9e57d7135740b6f78df9</Sha>
<Sha>84c5476ef3111c9abd78d43e65063280bb7202d9</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.10.0-3.24202.15">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-1.24214.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>cbca41cad4e21c29548e9e57d7135740b6f78df9</Sha>
<Sha>84c5476ef3111c9abd78d43e65063280bb7202d9</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.10.0-3.24202.15">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-1.24214.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>cbca41cad4e21c29548e9e57d7135740b6f78df9</Sha>
<Sha>84c5476ef3111c9abd78d43e65063280bb7202d9</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24212.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand All @@ -381,9 +381,9 @@
<Sha>4d72fc19879fbc78a12d3a84ed60e7d17777d8b7</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.10.0-3.24202.15">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-1.24214.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>cbca41cad4e21c29548e9e57d7135740b6f78df9</Sha>
<Sha>84c5476ef3111c9abd78d43e65063280bb7202d9</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-preview.4.24175.4">
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.10.0-3.24202.15</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.10.0-3.24202.15</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.10.0-3.24202.15</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.11.0-1.24214.4</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.11.0-1.24214.4</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.11.0-1.24214.4</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 86a1911

Please sign in to comment.