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

Merged
merged 13 commits into from
Jan 17, 2024
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
57ac0f0
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jan 3, 2024
0484f38
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jan 4, 2024
c7734c4
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jan 5, 2024
d83a714
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jan 6, 2024
15b080c
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jan 7, 2024
bcc330c
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jan 9, 2024
92ffc13
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jan 10, 2024
a916fd4
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jan 11, 2024
0220f63
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jan 12, 2024
debbaa0
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jan 13, 2024
53bc062
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jan 14, 2024
dd1262b
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jan 15, 2024
a2411ee
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jan 16, 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
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,18 +361,18 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>31e7ca5b1ba4328eb97b1b405a4a3719c1e2783f</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-3.23629.3">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-3.24054.13">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>ebb588725e707db23d8723b633258e7eb918277b</Sha>
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-3.23629.3">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-3.24054.13">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>ebb588725e707db23d8723b633258e7eb918277b</Sha>
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-3.23629.3">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-3.24054.13">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>ebb588725e707db23d8723b633258e7eb918277b</Sha>
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23627.2">
<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-3.23629.3</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.9.0-3.23629.3</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.23629.3</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.9.0-3.24054.13</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.9.0-3.24054.13</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.24054.13</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