Update dependencies from https://github.com/dotnet/roslyn build 20230426.15 (#85460)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Mon, 1 May 2023 18:20:45 +0000 (13:20 -0500)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 18:20:45 +0000 (13:20 -0500)
eng/Version.Details.xml
eng/Versions.props

index 3804559..8e8096b 100644 (file)
       <Uri>https://github.com/dotnet/runtime-assets</Uri>
       <Sha>31a0b8401dc0b75d67cd8b70f8766bd5e7fdf1fc</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-1.23205.4">
+    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-1.23226.15">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>d7a4cad21c39e18f3d5e1f7fa7dd3f93668066b4</Sha>
+      <Sha>56393223b78d294bccec3101e79dc03e1b3cb683</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-1.23205.4">
+    <Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-1.23226.15">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>d7a4cad21c39e18f3d5e1f7fa7dd3f93668066b4</Sha>
+      <Sha>56393223b78d294bccec3101e79dc03e1b3cb683</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-1.23205.4">
+    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-1.23226.15">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>d7a4cad21c39e18f3d5e1f7fa7dd3f93668066b4</Sha>
+      <Sha>56393223b78d294bccec3101e79dc03e1b3cb683</Sha>
     </Dependency>
     <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23225.2">
       <Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
index e084b18..fcf0ed4 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.23205.4</MicrosoftCodeAnalysisCSharpVersion>
-    <MicrosoftCodeAnalysisVersion>4.7.0-1.23205.4</MicrosoftCodeAnalysisVersion>
-    <MicrosoftNetCompilersToolsetVersion>4.7.0-1.23205.4</MicrosoftNetCompilersToolsetVersion>
+    <MicrosoftCodeAnalysisCSharpVersion>4.7.0-1.23226.15</MicrosoftCodeAnalysisCSharpVersion>
+    <MicrosoftCodeAnalysisVersion>4.7.0-1.23226.15</MicrosoftCodeAnalysisVersion>
+    <MicrosoftNetCompilersToolsetVersion>4.7.0-1.23226.15</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.