Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Update dependencies from dotnet/roslyn #101717

Merged
merged 15 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
c2817ac
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Apr 30, 2024
a2864c9
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] May 1, 2024
58a1697
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] May 2, 2024
efb2c13
Merge branch 'main' into darc-main-a0681fc5-04fe-4890-ade8-935c6234e706
lewing May 3, 2024
7d3b8e3
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] May 3, 2024
f9baa68
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] May 4, 2024
70cdee8
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] May 5, 2024
cb42292
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] May 6, 2024
2ceecdc
Merge branch 'main' into darc-main-a0681fc5-04fe-4890-ade8-935c6234e706
lewing May 6, 2024
cc530f2
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] May 7, 2024
2a2efc2
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] May 8, 2024
3f80d1e
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] May 10, 2024
cc2c395
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] May 11, 2024
6b5e897
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] May 12, 2024
9bfe793
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] May 13, 2024
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 @@ -360,17 +360,17 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>422b5e7d39642735eacc85b2a060abb3899ce497</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-1.24228.2">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-2.24260.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>75995e26b4c6f9a30ace7bcb65c0b4e42c0b397c</Sha>
<Sha>324e078a9b47b62cd6dec6c78c6308c4540aa1e5</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-1.24228.2">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-2.24260.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>75995e26b4c6f9a30ace7bcb65c0b4e42c0b397c</Sha>
<Sha>324e078a9b47b62cd6dec6c78c6308c4540aa1e5</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-1.24228.2">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-2.24260.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>75995e26b4c6f9a30ace7bcb65c0b4e42c0b397c</Sha>
<Sha>324e078a9b47b62cd6dec6c78c6308c4540aa1e5</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24225.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand All @@ -381,9 +381,9 @@
<Sha>8dccccec1ce3bd2fb532ec77d7e092ab9d684db7</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-1.24228.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-2.24260.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>75995e26b4c6f9a30ace7bcb65c0b4e42c0b397c</Sha>
<Sha>324e078a9b47b62cd6dec6c78c6308c4540aa1e5</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-preview.5.24227.1">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,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.11.0-1.24228.2</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.11.0-1.24228.2</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.11.0-1.24228.2</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.11.0-2.24260.2</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.11.0-2.24260.2</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.11.0-2.24260.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