Skip to content

Commit 09e724f

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20230716.1 (dotnet#89077)
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.7.0-3.23361.9 -> To Version 4.7.0-3.23366.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent ee2a457 commit 09e724f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -354,18 +354,18 @@
354354
<Uri>https://github.com/dotnet/runtime-assets</Uri>
355355
<Sha>7333879999019e28e47f58879180cba54f5e1843</Sha>
356356
</Dependency>
357-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-3.23361.9">
357+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-3.23366.1">
358358
<Uri>https://github.com/dotnet/roslyn</Uri>
359-
<Sha>91c9c05370d84a902010c9e1f80aebcc3a467792</Sha>
359+
<Sha>dad7898acd6372d4380612b9f225db0c2cbfa1e9</Sha>
360360
</Dependency>
361-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-3.23361.9">
361+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-3.23366.1">
362362
<Uri>https://github.com/dotnet/roslyn</Uri>
363-
<Sha>91c9c05370d84a902010c9e1f80aebcc3a467792</Sha>
363+
<Sha>dad7898acd6372d4380612b9f225db0c2cbfa1e9</Sha>
364364
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
365365
</Dependency>
366-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-3.23361.9">
366+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-3.23366.1">
367367
<Uri>https://github.com/dotnet/roslyn</Uri>
368-
<Sha>91c9c05370d84a902010c9e1f80aebcc3a467792</Sha>
368+
<Sha>dad7898acd6372d4380612b9f225db0c2cbfa1e9</Sha>
369369
</Dependency>
370370
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23364.2">
371371
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
4141
they do not break the local dev experience.
4242
-->
43-
<MicrosoftCodeAnalysisCSharpVersion>4.7.0-3.23361.9</MicrosoftCodeAnalysisCSharpVersion>
44-
<MicrosoftCodeAnalysisVersion>4.7.0-3.23361.9</MicrosoftCodeAnalysisVersion>
45-
<MicrosoftNetCompilersToolsetVersion>4.7.0-3.23361.9</MicrosoftNetCompilersToolsetVersion>
43+
<MicrosoftCodeAnalysisCSharpVersion>4.7.0-3.23366.1</MicrosoftCodeAnalysisCSharpVersion>
44+
<MicrosoftCodeAnalysisVersion>4.7.0-3.23366.1</MicrosoftCodeAnalysisVersion>
45+
<MicrosoftNetCompilersToolsetVersion>4.7.0-3.23366.1</MicrosoftNetCompilersToolsetVersion>
4646
</PropertyGroup>
4747
<!--
4848
For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.

0 commit comments

Comments
 (0)