Update dependencies from https://github.com/dotnet/roslyn build 20230504.5 (#85823)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Fri, 5 May 2023 18:43:01 +0000 (20:43 +0200)
committerGitHub <noreply@github.com>
Fri, 5 May 2023 18:43:01 +0000 (20:43 +0200)
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.7.0-1.23253.10 -> To Version 4.7.0-1.23254.5

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

index c47099f..96e58eb 100644 (file)
       <Uri>https://github.com/dotnet/runtime-assets</Uri>
       <Sha>a913d737add5a62c90968cabdb34323cd888393d</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-1.23253.10">
+    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-1.23254.5">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>874d9547ecfce534051460396344734939b887ce</Sha>
+      <Sha>245db8e2498d09d0f7af7f0de400b012499bb54f</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-1.23253.10">
+    <Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-1.23254.5">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>874d9547ecfce534051460396344734939b887ce</Sha>
+      <Sha>245db8e2498d09d0f7af7f0de400b012499bb54f</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-1.23253.10">
+    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-1.23254.5">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>874d9547ecfce534051460396344734939b887ce</Sha>
+      <Sha>245db8e2498d09d0f7af7f0de400b012499bb54f</Sha>
     </Dependency>
     <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23251.1">
       <Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
index 50f4514..86cd3b7 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.23253.10</MicrosoftCodeAnalysisCSharpVersion>
-    <MicrosoftCodeAnalysisVersion>4.7.0-1.23253.10</MicrosoftCodeAnalysisVersion>
-    <MicrosoftNetCompilersToolsetVersion>4.7.0-1.23253.10</MicrosoftNetCompilersToolsetVersion>
+    <MicrosoftCodeAnalysisCSharpVersion>4.7.0-1.23254.5</MicrosoftCodeAnalysisCSharpVersion>
+    <MicrosoftCodeAnalysisVersion>4.7.0-1.23254.5</MicrosoftCodeAnalysisVersion>
+    <MicrosoftNetCompilersToolsetVersion>4.7.0-1.23254.5</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.