Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
13 commits
Select commit Hold shift + click to select a range
6635798
Update dependencies from https://github.com/dotnet/roslyn build 20260…
dotnet-maestro[bot] Mar 20, 2026
d72176d
Update dependencies from https://github.com/dotnet/roslyn build 20260…
dotnet-maestro[bot] Mar 25, 2026
77a1c9f
Update dependencies from https://github.com/dotnet/roslyn build 20260…
dotnet-maestro[bot] Mar 28, 2026
a58640a
Update dependencies from https://github.com/dotnet/roslyn build 20260…
dotnet-maestro[bot] Mar 30, 2026
9be2267
Update dependencies from https://github.com/dotnet/roslyn build 20260…
dotnet-maestro[bot] Apr 2, 2026
c296740
Update dependencies from https://github.com/dotnet/roslyn build 20260…
dotnet-maestro[bot] Apr 17, 2026
dc7231f
Update dependencies from https://github.com/dotnet/roslyn build 20260…
dotnet-maestro[bot] Apr 22, 2026
bde53c2
Update dependencies from https://github.com/dotnet/roslyn build 20260…
dotnet-maestro[bot] Apr 25, 2026
46317ef
Update dependencies from https://github.com/dotnet/roslyn build 20260…
dotnet-maestro[bot] Apr 27, 2026
ea66fd2
Update dependencies from https://github.com/dotnet/roslyn build 20260…
dotnet-maestro[bot] Apr 28, 2026
6c3616d
Update dependencies from https://github.com/dotnet/roslyn build 20260…
dotnet-maestro[bot] Apr 30, 2026
ac125fc
Update dependencies from https://github.com/dotnet/roslyn build 20260…
dotnet-maestro[bot] May 25, 2026
f5c636c
Merge remote-tracking branch 'upstream/release/9.0-staging' into darc…
svick May 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,17 +361,17 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>45c55b97e4006bac84d19a382ace44ef3dcb8d94</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.25569.8">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.26274.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dc344ef24932dcd53cdd24c15364a5996bc6a675</Sha>
<Sha>0118715be822b3f2f1e6a35ec1f79d7e245759c1</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.25569.8">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.26274.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dc344ef24932dcd53cdd24c15364a5996bc6a675</Sha>
<Sha>0118715be822b3f2f1e6a35ec1f79d7e245759c1</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.25569.8">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.26274.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dc344ef24932dcd53cdd24c15364a5996bc6a675</Sha>
<Sha>0118715be822b3f2f1e6a35ec1f79d7e245759c1</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.26075.3">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand All @@ -382,9 +382,9 @@
<Sha>5ef1abb57ce3df89eae65ecadeb1ddbab323ae05</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.25569.8">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.26274.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dc344ef24932dcd53cdd24c15364a5996bc6a675</Sha>
<Sha>0118715be822b3f2f1e6a35ec1f79d7e245759c1</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.109">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,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.12.0-3.25569.8</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-3.25569.8</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.25569.8</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.26274.2</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-3.26274.2</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.26274.2</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
Loading