Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
12 commits
Select commit Hold shift + click to select a range
c3f637d
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Dec 19, 2023
41b0252
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Dec 20, 2023
22ca5d6
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Dec 21, 2023
906e657
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Dec 22, 2023
7f0827d
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Dec 23, 2023
a3db77b
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Dec 24, 2023
43a89d6
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Dec 25, 2023
deb9440
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Dec 26, 2023
052b3a0
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Dec 27, 2023
8160283
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Dec 28, 2023
701540d
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Dec 29, 2023
e5c0f76
Update dependencies from https://github.com/dotnet/roslyn build 20231…
dotnet-maestro[bot] Dec 30, 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 @@ -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.23615.7">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-3.23629.3">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6a1cfc22d6b40c4e0fe5ac98a77a251c987a7c51</Sha>
<Sha>ebb588725e707db23d8723b633258e7eb918277b</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-3.23615.7">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-3.23629.3">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6a1cfc22d6b40c4e0fe5ac98a77a251c987a7c51</Sha>
<Sha>ebb588725e707db23d8723b633258e7eb918277b</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-3.23615.7">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-3.23629.3">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6a1cfc22d6b40c4e0fe5ac98a77a251c987a7c51</Sha>
<Sha>ebb588725e707db23d8723b633258e7eb918277b</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23615.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.23615.7</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.9.0-3.23615.7</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.23615.7</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.9.0-3.23629.3</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.9.0-3.23629.3</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.23629.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