Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Update dependencies from https://github.com/dotnet/roslyn build 20241…
…115.9

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.13.0-2.24531.4 -> To Version 4.13.0-2.24565.9
  • Loading branch information
dotnet-maestro[bot] committed Nov 16, 2024
commit 697abfb5d76b09d088985da0240176550bad222a
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -380,17 +380,17 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>8254bfd574d0f7a89450a2e191d9e9f3dfb8ad59</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-2.24565.1">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-2.24565.9">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b3b184c6b76fdba30f56b4a096095f03a1a23058</Sha>
<Sha>2ddf1977f97e539cb68ebb2abf11549839226101</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-2.24565.1">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-2.24565.9">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b3b184c6b76fdba30f56b4a096095f03a1a23058</Sha>
<Sha>2ddf1977f97e539cb68ebb2abf11549839226101</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-2.24565.1">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-2.24565.9">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b3b184c6b76fdba30f56b4a096095f03a1a23058</Sha>
<Sha>2ddf1977f97e539cb68ebb2abf11549839226101</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.24516.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand All @@ -401,9 +401,9 @@
<Sha>5dd0dd5db8fa79932517f153854c0f2c24ac98a3</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-2.24565.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-2.24565.9">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b3b184c6b76fdba30f56b4a096095f03a1a23058</Sha>
<Sha>2ddf1977f97e539cb68ebb2abf11549839226101</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-alpha.1.24480.5">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,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.13.0-2.24565.1</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.13.0-2.24565.1</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.13.0-2.24565.1</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.13.0-2.24565.9</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.13.0-2.24565.9</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.13.0-2.24565.9</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