Skip to content

Commit

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23518.7 -> To Version 4.8.0-3.23524.2

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23518.7 -> To Version 4.8.0-3.23524.10

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23518.7 -> To Version 4.8.0-3.23524.11

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23518.7 -> To Version 4.8.0-7.23552.5

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23518.7 -> To Version 4.8.0-7.23553.3

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23518.7 -> To Version 4.8.0-7.23558.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 9, 2023
1 parent 6c6c111 commit dd683c8
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 @@ -362,18 +362,18 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>59430f9a34c6fba965d1941a7eb5df08ed24cc2d</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23518.7">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-7.23558.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>12b11685a551e0a6a203dcecb584f610f4df1157</Sha>
<Sha>e091728607ca0fc9efca55ccfb3e59259c6b5a0a</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23518.7">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-7.23558.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>12b11685a551e0a6a203dcecb584f610f4df1157</Sha>
<Sha>e091728607ca0fc9efca55ccfb3e59259c6b5a0a</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23518.7">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-7.23558.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>12b11685a551e0a6a203dcecb584f610f4df1157</Sha>
<Sha>e091728607ca0fc9efca55ccfb3e59259c6b5a0a</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23525.2">
<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 @@ -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.8.0-3.23518.7</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.8.0-3.23518.7</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23518.7</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.8.0-7.23558.1</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.8.0-7.23558.1</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.8.0-7.23558.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 dd683c8

Please sign in to comment.