Skip to content

Commit

Permalink
Revert "Revert "Update dependencies from https://github.com/dotnet/ro…
Browse files Browse the repository at this point in the history
…slyn build 20230716.1 (dotnet#89077)""

This reverts commit 0a532ad.
  • Loading branch information
jtschuster committed Jul 18, 2023
1 parent 0a532ad commit 8128579
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -354,18 +354,18 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>7333879999019e28e47f58879180cba54f5e1843</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-3.23361.9">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-3.23366.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>91c9c05370d84a902010c9e1f80aebcc3a467792</Sha>
<Sha>dad7898acd6372d4380612b9f225db0c2cbfa1e9</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-3.23361.9">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-3.23366.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>91c9c05370d84a902010c9e1f80aebcc3a467792</Sha>
<Sha>dad7898acd6372d4380612b9f225db0c2cbfa1e9</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-3.23361.9">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-3.23366.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>91c9c05370d84a902010c9e1f80aebcc3a467792</Sha>
<Sha>dad7898acd6372d4380612b9f225db0c2cbfa1e9</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23364.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.23361.9</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.7.0-3.23361.9</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.7.0-3.23361.9</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.7.0-3.23366.1</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.7.0-3.23366.1</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.7.0-3.23366.1</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

0 comments on commit 8128579

Please sign in to comment.