Skip to content

Commit

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.9.0-2.23552.8 -> To Version 4.9.0-2.23553.4

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.9.0-2.23552.8 -> To Version 4.9.0-2.23553.5

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.9.0-2.23552.8 -> To Version 4.9.0-2.23553.6

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.9.0-2.23552.8 -> To Version 4.9.0-2.23554.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Nov 4, 2023
1 parent 18ee31d commit 5c81a06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,18 +357,18 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>525404862b5613aa96d94fd14337da930f9a7c94</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-2.23552.8">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-2.23554.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>2e425a806f07f7f0bfa3fb5bbb3222b13564a538</Sha>
<Sha>5234e4783dbb5b2bf94772eb2168b88d1af90076</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-2.23552.8">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-2.23554.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>2e425a806f07f7f0bfa3fb5bbb3222b13564a538</Sha>
<Sha>5234e4783dbb5b2bf94772eb2168b88d1af90076</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-2.23552.8">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-2.23554.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>2e425a806f07f7f0bfa3fb5bbb3222b13564a538</Sha>
<Sha>5234e4783dbb5b2bf94772eb2168b88d1af90076</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23523.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,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.9.0-2.23552.8</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.9.0-2.23552.8</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-2.23552.8</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.9.0-2.23554.1</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.9.0-2.23554.1</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-2.23554.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 5c81a06

Please sign in to comment.