Skip to content

Commit 4876232

Browse files
dotnet-maestro[bot]michaelgsharp
authored andcommitted
Update dependencies from https://github.com/dotnet/roslyn build 20240428.2 (dotnet#101679)
Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.11.0-1.24228.1 -> To Version 4.11.0-1.24228.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent ecbd052 commit 4876232

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -360,17 +360,17 @@
360360
<Uri>https://github.com/dotnet/runtime-assets</Uri>
361361
<Sha>6e78861f1f307cd9f0e64a45b1d7884fa4470930</Sha>
362362
</Dependency>
363-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-1.24228.1">
363+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-1.24228.2">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365-
<Sha>7a96b1530744f6637ad6bb6bf5b8dfa33ea15b81</Sha>
365+
<Sha>75995e26b4c6f9a30ace7bcb65c0b4e42c0b397c</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-1.24228.1">
367+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-1.24228.2">
368368
<Uri>https://github.com/dotnet/roslyn</Uri>
369-
<Sha>7a96b1530744f6637ad6bb6bf5b8dfa33ea15b81</Sha>
369+
<Sha>75995e26b4c6f9a30ace7bcb65c0b4e42c0b397c</Sha>
370370
</Dependency>
371-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-1.24228.1">
371+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-1.24228.2">
372372
<Uri>https://github.com/dotnet/roslyn</Uri>
373-
<Sha>7a96b1530744f6637ad6bb6bf5b8dfa33ea15b81</Sha>
373+
<Sha>75995e26b4c6f9a30ace7bcb65c0b4e42c0b397c</Sha>
374374
</Dependency>
375375
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24225.1">
376376
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -381,9 +381,9 @@
381381
<Sha>8dccccec1ce3bd2fb532ec77d7e092ab9d684db7</Sha>
382382
</Dependency>
383383
<!-- Intermediate is necessary for source build. -->
384-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-1.24228.1">
384+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-1.24228.2">
385385
<Uri>https://github.com/dotnet/roslyn</Uri>
386-
<Sha>7a96b1530744f6637ad6bb6bf5b8dfa33ea15b81</Sha>
386+
<Sha>75995e26b4c6f9a30ace7bcb65c0b4e42c0b397c</Sha>
387387
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
388388
</Dependency>
389389
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-preview.5.24227.1">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
4343
they do not break the local dev experience.
4444
-->
45-
<MicrosoftCodeAnalysisCSharpVersion>4.11.0-1.24228.1</MicrosoftCodeAnalysisCSharpVersion>
46-
<MicrosoftCodeAnalysisVersion>4.11.0-1.24228.1</MicrosoftCodeAnalysisVersion>
47-
<MicrosoftNetCompilersToolsetVersion>4.11.0-1.24228.1</MicrosoftNetCompilersToolsetVersion>
45+
<MicrosoftCodeAnalysisCSharpVersion>4.11.0-1.24228.2</MicrosoftCodeAnalysisCSharpVersion>
46+
<MicrosoftCodeAnalysisVersion>4.11.0-1.24228.2</MicrosoftCodeAnalysisVersion>
47+
<MicrosoftNetCompilersToolsetVersion>4.11.0-1.24228.2</MicrosoftNetCompilersToolsetVersion>
4848
</PropertyGroup>
4949
<!--
5050
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)