Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/roslyn build 20230…
Browse files Browse the repository at this point in the history
…405.4 (#84422)

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.7.0-1.23179.16 -> To Version 4.7.0-1.23205.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Apr 11, 2023
1 parent 19ff978 commit d44d93a
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 @@ -316,17 +316,17 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>a18b8d48387a7980ba9e484ec7169c58731175e1</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-1.23179.16">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-1.23205.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>8a3cbd512f46606e4039044137d53dfe3a468095</Sha>
<Sha>d7a4cad21c39e18f3d5e1f7fa7dd3f93668066b4</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-1.23179.16">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-1.23205.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>8a3cbd512f46606e4039044137d53dfe3a468095</Sha>
<Sha>d7a4cad21c39e18f3d5e1f7fa7dd3f93668066b4</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-1.23179.16">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-1.23205.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>8a3cbd512f46606e4039044137d53dfe3a468095</Sha>
<Sha>d7a4cad21c39e18f3d5e1f7fa7dd3f93668066b4</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23172.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 @@ -40,9 +40,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.7.0-1.23179.16</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.7.0-1.23179.16</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.7.0-1.23179.16</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.7.0-1.23205.4</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.7.0-1.23205.4</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.7.0-1.23205.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 d44d93a

Please sign in to comment.