Skip to content

Commit f8ff1ea

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20250420.1 (#114857)
Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 5.0.0-1.25218.9 -> To Version 5.0.0-1.25220.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent f0b33f5 commit f8ff1ea

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -376,30 +376,30 @@
376376
<Uri>https://github.com/dotnet/runtime-assets</Uri>
377377
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
378378
</Dependency>
379-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.0.0-1.25218.9">
379+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.0.0-1.25220.1">
380380
<Uri>https://github.com/dotnet/roslyn</Uri>
381-
<Sha>6dad8a659a253199349efd9f337cf1b2df22b25d</Sha>
381+
<Sha>024254813274b5e545585a73b766203c5d979dd7</Sha>
382382
</Dependency>
383-
<Dependency Name="Microsoft.CodeAnalysis" Version="5.0.0-1.25218.9">
383+
<Dependency Name="Microsoft.CodeAnalysis" Version="5.0.0-1.25220.1">
384384
<Uri>https://github.com/dotnet/roslyn</Uri>
385-
<Sha>6dad8a659a253199349efd9f337cf1b2df22b25d</Sha>
385+
<Sha>024254813274b5e545585a73b766203c5d979dd7</Sha>
386386
</Dependency>
387-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-1.25218.9">
387+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-1.25220.1">
388388
<Uri>https://github.com/dotnet/roslyn</Uri>
389-
<Sha>6dad8a659a253199349efd9f337cf1b2df22b25d</Sha>
389+
<Sha>024254813274b5e545585a73b766203c5d979dd7</Sha>
390390
</Dependency>
391-
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.25218.9">
391+
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.25220.1">
392392
<Uri>https://github.com/dotnet/roslyn</Uri>
393-
<Sha>6dad8a659a253199349efd9f337cf1b2df22b25d</Sha>
393+
<Sha>024254813274b5e545585a73b766203c5d979dd7</Sha>
394394
</Dependency>
395395
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25217.1">
396396
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
397397
<Sha>cbcc6ddf3db6dedff5049f0397e1351951c13271</Sha>
398398
</Dependency>
399399
<!-- Intermediate is necessary for source build. -->
400-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="5.0.0-1.25218.9">
400+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="5.0.0-1.25220.1">
401401
<Uri>https://github.com/dotnet/roslyn</Uri>
402-
<Sha>6dad8a659a253199349efd9f337cf1b2df22b25d</Sha>
402+
<Sha>024254813274b5e545585a73b766203c5d979dd7</Sha>
403403
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
404404
</Dependency>
405405
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-preview.4.25220.1">

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
<!-- dotnet/roslyn-analyzers dependencies -->
3939
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25217.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
4040
<!-- dotnet/roslyn dependencies -->
41-
<MicrosoftCodeAnalysisAnalyzersVersion>3.12.0-beta1.25218.9</MicrosoftCodeAnalysisAnalyzersVersion>
41+
<MicrosoftCodeAnalysisAnalyzersVersion>3.12.0-beta1.25220.1</MicrosoftCodeAnalysisAnalyzersVersion>
4242
<!--
4343
These versions should not be used by any project that contributes to the design-time experience in VS, such as an analyzer, code-fix, or generator assembly.
4444
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
4545
they do not break the local dev experience.
4646
-->
47-
<MicrosoftCodeAnalysisCSharpVersion>5.0.0-1.25218.9</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>5.0.0-1.25218.9</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>5.0.0-1.25218.9</MicrosoftNetCompilersToolsetVersion>
47+
<MicrosoftCodeAnalysisCSharpVersion>5.0.0-1.25220.1</MicrosoftCodeAnalysisCSharpVersion>
48+
<MicrosoftCodeAnalysisVersion>5.0.0-1.25220.1</MicrosoftCodeAnalysisVersion>
49+
<MicrosoftNetCompilersToolsetVersion>5.0.0-1.25220.1</MicrosoftNetCompilersToolsetVersion>
5050
</PropertyGroup>
5151
<!--
5252
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)