Update dependencies from https://github.com/dotnet/roslyn build 20230405.4 (#84422)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Tue, 11 Apr 2023 12:54:27 +0000 (07:54 -0500)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2023 12:54:27 +0000 (07:54 -0500)
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.7.0-1.23179.16 -> To Version 4.7.0-1.23205.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
eng/Version.Details.xml
eng/Versions.props

index 8daaf3e..94fc222 100644 (file)
       <Uri>https://github.com/dotnet/runtime-assets</Uri>
       <Sha>a18b8d48387a7980ba9e484ec7169c58731175e1</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-1.23179.16">
+    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-1.23205.4">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>8a3cbd512f46606e4039044137d53dfe3a468095</Sha>
+      <Sha>d7a4cad21c39e18f3d5e1f7fa7dd3f93668066b4</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-1.23179.16">
+    <Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-1.23205.4">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>8a3cbd512f46606e4039044137d53dfe3a468095</Sha>
+      <Sha>d7a4cad21c39e18f3d5e1f7fa7dd3f93668066b4</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-1.23179.16">
+    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-1.23205.4">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>8a3cbd512f46606e4039044137d53dfe3a468095</Sha>
+      <Sha>d7a4cad21c39e18f3d5e1f7fa7dd3f93668066b4</Sha>
     </Dependency>
     <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23172.1">
       <Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
index aae320e..501038f 100644 (file)
@@ -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-1.23179.16</MicrosoftCodeAnalysisCSharpVersion>
-    <MicrosoftCodeAnalysisVersion>4.7.0-1.23179.16</MicrosoftCodeAnalysisVersion>
-    <MicrosoftNetCompilersToolsetVersion>4.7.0-1.23179.16</MicrosoftNetCompilersToolsetVersion>
+    <MicrosoftCodeAnalysisCSharpVersion>4.7.0-1.23205.4</MicrosoftCodeAnalysisCSharpVersion>
+    <MicrosoftCodeAnalysisVersion>4.7.0-1.23205.4</MicrosoftCodeAnalysisVersion>
+    <MicrosoftNetCompilersToolsetVersion>4.7.0-1.23205.4</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.