Skip to content

Commit d44d93a

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20230405.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>
1 parent 19ff978 commit d44d93a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,17 +316,17 @@
316316
<Uri>https://github.com/dotnet/runtime-assets</Uri>
317317
<Sha>a18b8d48387a7980ba9e484ec7169c58731175e1</Sha>
318318
</Dependency>
319-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-1.23179.16">
319+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-1.23205.4">
320320
<Uri>https://github.com/dotnet/roslyn</Uri>
321-
<Sha>8a3cbd512f46606e4039044137d53dfe3a468095</Sha>
321+
<Sha>d7a4cad21c39e18f3d5e1f7fa7dd3f93668066b4</Sha>
322322
</Dependency>
323-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-1.23179.16">
323+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-1.23205.4">
324324
<Uri>https://github.com/dotnet/roslyn</Uri>
325-
<Sha>8a3cbd512f46606e4039044137d53dfe3a468095</Sha>
325+
<Sha>d7a4cad21c39e18f3d5e1f7fa7dd3f93668066b4</Sha>
326326
</Dependency>
327-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-1.23179.16">
327+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-1.23205.4">
328328
<Uri>https://github.com/dotnet/roslyn</Uri>
329-
<Sha>8a3cbd512f46606e4039044137d53dfe3a468095</Sha>
329+
<Sha>d7a4cad21c39e18f3d5e1f7fa7dd3f93668066b4</Sha>
330330
</Dependency>
331331
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23172.1">
332332
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
4141
they do not break the local dev experience.
4242
-->
43-
<MicrosoftCodeAnalysisCSharpVersion>4.7.0-1.23179.16</MicrosoftCodeAnalysisCSharpVersion>
44-
<MicrosoftCodeAnalysisVersion>4.7.0-1.23179.16</MicrosoftCodeAnalysisVersion>
45-
<MicrosoftNetCompilersToolsetVersion>4.7.0-1.23179.16</MicrosoftNetCompilersToolsetVersion>
43+
<MicrosoftCodeAnalysisCSharpVersion>4.7.0-1.23205.4</MicrosoftCodeAnalysisCSharpVersion>
44+
<MicrosoftCodeAnalysisVersion>4.7.0-1.23205.4</MicrosoftCodeAnalysisVersion>
45+
<MicrosoftNetCompilersToolsetVersion>4.7.0-1.23205.4</MicrosoftNetCompilersToolsetVersion>
4646
</PropertyGroup>
4747
<!--
4848
For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.

0 commit comments

Comments
 (0)