Skip to content

Commit 6c9fbb4

Browse files
[main] Update dependencies from dotnet/roslyn (#96445)
* Update dependencies from https://github.com/dotnet/roslyn build 20240102.3 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24052.3 * Update dependencies from https://github.com/dotnet/roslyn build 20240103.1 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24053.1 * Update dependencies from https://github.com/dotnet/roslyn build 20240104.13 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24054.13 * Update dependencies from https://github.com/dotnet/roslyn build 20240104.13 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24054.13 * Update dependencies from https://github.com/dotnet/roslyn build 20240104.13 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24054.13 * Update dependencies from https://github.com/dotnet/roslyn build 20240104.13 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24054.13 * Update dependencies from https://github.com/dotnet/roslyn build 20240104.13 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24054.13 * Update dependencies from https://github.com/dotnet/roslyn build 20240104.13 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24054.13 * Update dependencies from https://github.com/dotnet/roslyn build 20240104.13 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24054.13 * Update dependencies from https://github.com/dotnet/roslyn build 20240104.13 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24054.13 * Update dependencies from https://github.com/dotnet/roslyn build 20240104.13 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24054.13 * Update dependencies from https://github.com/dotnet/roslyn build 20240104.13 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24054.13 * Update dependencies from https://github.com/dotnet/roslyn build 20240104.13 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24054.13 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent af87439 commit 6c9fbb4

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
@@ -361,18 +361,18 @@
361361
<Uri>https://github.com/dotnet/runtime-assets</Uri>
362362
<Sha>31e7ca5b1ba4328eb97b1b405a4a3719c1e2783f</Sha>
363363
</Dependency>
364-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-3.23629.3">
364+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-3.24054.13">
365365
<Uri>https://github.com/dotnet/roslyn</Uri>
366-
<Sha>ebb588725e707db23d8723b633258e7eb918277b</Sha>
366+
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
367367
</Dependency>
368-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-3.23629.3">
368+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-3.24054.13">
369369
<Uri>https://github.com/dotnet/roslyn</Uri>
370-
<Sha>ebb588725e707db23d8723b633258e7eb918277b</Sha>
370+
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
371371
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
372372
</Dependency>
373-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-3.23629.3">
373+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-3.24054.13">
374374
<Uri>https://github.com/dotnet/roslyn</Uri>
375-
<Sha>ebb588725e707db23d8723b633258e7eb918277b</Sha>
375+
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
376376
</Dependency>
377377
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24052.1">
378378
<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
@@ -39,9 +39,9 @@
3939
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
4040
they do not break the local dev experience.
4141
-->
42-
<MicrosoftCodeAnalysisCSharpVersion>4.9.0-3.23629.3</MicrosoftCodeAnalysisCSharpVersion>
43-
<MicrosoftCodeAnalysisVersion>4.9.0-3.23629.3</MicrosoftCodeAnalysisVersion>
44-
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.23629.3</MicrosoftNetCompilersToolsetVersion>
42+
<MicrosoftCodeAnalysisCSharpVersion>4.9.0-3.24054.13</MicrosoftCodeAnalysisCSharpVersion>
43+
<MicrosoftCodeAnalysisVersion>4.9.0-3.24054.13</MicrosoftCodeAnalysisVersion>
44+
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.24054.13</MicrosoftNetCompilersToolsetVersion>
4545
</PropertyGroup>
4646
<!--
4747
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)