Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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 20230…
…710.7

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.7.0-2.23319.4 -> To Version 4.7.0-3.23360.7
  • Loading branch information
dotnet-maestro[bot] committed Jul 11, 2023
commit 0ca736132fd3d5956b49bdaca6af42595c990a34
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,18 +343,18 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>f8fb817328383c60534d11d57fd884d3b527d6c2</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-3.23329.1">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-3.23360.7">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b2bd4936daed91d4efd10c71177f7766823e615c</Sha>
<Sha>7c338f34cdccae85b80dc56a60a9e5733f82cfb4</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-3.23329.1">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-3.23360.7">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b2bd4936daed91d4efd10c71177f7766823e615c</Sha>
<Sha>7c338f34cdccae85b80dc56a60a9e5733f82cfb4</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-3.23329.1">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-3.23360.7">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b2bd4936daed91d4efd10c71177f7766823e615c</Sha>
<Sha>7c338f34cdccae85b80dc56a60a9e5733f82cfb4</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23308.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 @@ -40,9 +40,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.7.0-3.23329.1</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.7.0-3.23329.1</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.7.0-3.23329.1</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.7.0-3.23360.7</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.7.0-3.23360.7</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.7.0-3.23360.7</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