Skip to content
New issue

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

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

Already on GitHub? # to your account

[main] Update dependencies from dotnet/roslyn #97152

Merged
merged 9 commits into from
Jan 23, 2024
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.24054.13">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-3.24067.18">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
<Sha>4fc721bbc2c0eac5931f588e1d14ab2a1f936646</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-3.24054.13">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-3.24067.18">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
<Sha>4fc721bbc2c0eac5931f588e1d14ab2a1f936646</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-3.24054.13">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-3.24067.18">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
<Sha>4fc721bbc2c0eac5931f588e1d14ab2a1f936646</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24052.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-3.24054.13</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.9.0-3.24054.13</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.24054.13</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.9.0-3.24067.18</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.9.0-3.24067.18</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.24067.18</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