Update dependencies from https://github.com/dotnet/roslyn build 20230601.9 (#87056)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Fri, 2 Jun 2023 14:43:49 +0000 (16:43 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2023 14:43:49 +0000 (16:43 +0200)
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.7.0-2.23280.4 -> To Version 4.7.0-2.23301.9

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

index e4198b8..2e10d14 100644 (file)
       <Uri>https://github.com/dotnet/runtime-assets</Uri>
       <Sha>32bcf870359408a0cd6f325b558d744f5bf56c93</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-2.23280.4">
+    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-2.23301.9">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>66772aff549b2981094175a6f2f69600596c1913</Sha>
+      <Sha>fb8455f2f9046b821b826aab81bf8faa00711065</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-2.23280.4">
+    <Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-2.23301.9">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>66772aff549b2981094175a6f2f69600596c1913</Sha>
+      <Sha>fb8455f2f9046b821b826aab81bf8faa00711065</Sha>
       <SourceBuild RepoName="roslyn" ManagedOnly="true" />
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-2.23280.4">
+    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-2.23301.9">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>66772aff549b2981094175a6f2f69600596c1913</Sha>
+      <Sha>fb8455f2f9046b821b826aab81bf8faa00711065</Sha>
     </Dependency>
     <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23275.7">
       <Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
index f606613..43ee18d 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-2.23280.4</MicrosoftCodeAnalysisCSharpVersion>
-    <MicrosoftCodeAnalysisVersion>4.7.0-2.23280.4</MicrosoftCodeAnalysisVersion>
-    <MicrosoftNetCompilersToolsetVersion>4.7.0-2.23280.4</MicrosoftNetCompilersToolsetVersion>
+    <MicrosoftCodeAnalysisCSharpVersion>4.7.0-2.23301.9</MicrosoftCodeAnalysisCSharpVersion>
+    <MicrosoftCodeAnalysisVersion>4.7.0-2.23301.9</MicrosoftCodeAnalysisVersion>
+    <MicrosoftNetCompilersToolsetVersion>4.7.0-2.23301.9</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.