Skip to content

Commit

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.3

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.4

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.5

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.6

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.7

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.9

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.10

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.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 Sep 22, 2023
1 parent 24658f3 commit 1564797
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 @@ -358,18 +358,18 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>99168dcff56809205e7ef8530d1256f3a07fab1f</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23471.2">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23471.11">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>9f6f97debe7fe8121a2249f807343d12ef1e4ac6</Sha>
<Sha>bdd9c5ba66b00beebdc3516acc5e29b83efd89af</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23471.2">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23471.11">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>9f6f97debe7fe8121a2249f807343d12ef1e4ac6</Sha>
<Sha>bdd9c5ba66b00beebdc3516acc5e29b83efd89af</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23471.2">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23471.11">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>9f6f97debe7fe8121a2249f807343d12ef1e4ac6</Sha>
<Sha>bdd9c5ba66b00beebdc3516acc5e29b83efd89af</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23468.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 @@ -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.23471.2</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.8.0-3.23471.2</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23471.2</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.8.0-3.23471.11</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.8.0-3.23471.11</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23471.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 1564797

Please sign in to comment.