Update dependencies from https://github.com/dotnet/roslyn build 20230304.2 (#82980)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Sat, 4 Mar 2023 20:54:28 +0000 (14:54 -0600)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2023 20:54:28 +0000 (14:54 -0600)
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.6.0-3.23153.1 -> To Version 4.6.0-3.23154.2

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

index 0303c64..a7baa05 100644 (file)
       <Uri>https://github.com/dotnet/runtime-assets</Uri>
       <Sha>28b3fc41dbf04864d2129b82d16335fc23f0c7b9</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-3.23153.1">
+    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-3.23154.2">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>83631c4ff921167567b7a5ba6ea5e7e5bf1e6661</Sha>
+      <Sha>44348648b88bbd36598db2097d65e51e03d91e38</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis" Version="4.6.0-3.23153.1">
+    <Dependency Name="Microsoft.CodeAnalysis" Version="4.6.0-3.23154.2">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>83631c4ff921167567b7a5ba6ea5e7e5bf1e6661</Sha>
+      <Sha>44348648b88bbd36598db2097d65e51e03d91e38</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-3.23153.1">
+    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-3.23154.2">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>83631c4ff921167567b7a5ba6ea5e7e5bf1e6661</Sha>
+      <Sha>44348648b88bbd36598db2097d65e51e03d91e38</Sha>
     </Dependency>
     <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23124.1">
       <Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
index c149982..d1336ba 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.6.0-3.23153.1</MicrosoftCodeAnalysisCSharpVersion>
-    <MicrosoftCodeAnalysisVersion>4.6.0-3.23153.1</MicrosoftCodeAnalysisVersion>
-    <MicrosoftNetCompilersToolsetVersion>4.6.0-3.23153.1</MicrosoftNetCompilersToolsetVersion>
+    <MicrosoftCodeAnalysisCSharpVersion>4.6.0-3.23154.2</MicrosoftCodeAnalysisCSharpVersion>
+    <MicrosoftCodeAnalysisVersion>4.6.0-3.23154.2</MicrosoftCodeAnalysisVersion>
+    <MicrosoftNetCompilersToolsetVersion>4.6.0-3.23154.2</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.