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 #93659

Merged
merged 14 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
213a93a
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 18, 2023
011e8bd
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 18, 2023
b0433a9
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 19, 2023
aa13ed8
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 19, 2023
1feacb9
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 19, 2023
10b9917
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 19, 2023
7aa8c09
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 19, 2023
349c8d4
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 19, 2023
ca9e9c5
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 20, 2023
cdef265
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 20, 2023
078c837
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 20, 2023
ff0465d
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 20, 2023
bc01471
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 20, 2023
02713cf
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Oct 24, 2023
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
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,18 +358,18 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>3b91a0e7b0284777a4a95a89c76c03074050eb41</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-1.23517.15">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-1.23524.3">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>15a20bbe5c84ea6a800df0803b4ee00f289646a2</Sha>
<Sha>8da753b65c4b05e086a29f7a2714ef40797728f7</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-1.23517.15">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-1.23524.3">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>15a20bbe5c84ea6a800df0803b4ee00f289646a2</Sha>
<Sha>8da753b65c4b05e086a29f7a2714ef40797728f7</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-1.23517.15">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-1.23524.3">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>15a20bbe5c84ea6a800df0803b4ee00f289646a2</Sha>
<Sha>8da753b65c4b05e086a29f7a2714ef40797728f7</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23505.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,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.9.0-1.23517.15</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.9.0-1.23517.15</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-1.23517.15</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.9.0-1.23524.3</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.9.0-1.23524.3</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-1.23524.3</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