Update dependencies from https://github.com/dotnet/roslyn build 20230619.4 (#87816)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Tue, 20 Jun 2023 16:32:00 +0000 (11:32 -0500)
committerGitHub <noreply@github.com>
Tue, 20 Jun 2023 16:32:00 +0000 (11:32 -0500)
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.7.0-2.23301.9 -> To Version 4.7.0-2.23319.4

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

index cb14e20..c0f89f9 100644 (file)
       <Uri>https://github.com/dotnet/runtime-assets</Uri>
       <Sha>dd24bedc8b3911238274036dda611a16bb850545</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-2.23301.9">
+    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-2.23319.4">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>fb8455f2f9046b821b826aab81bf8faa00711065</Sha>
+      <Sha>7787409c6b529c021d4f8b5fbe3d620094953be9</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-2.23301.9">
+    <Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-2.23319.4">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>fb8455f2f9046b821b826aab81bf8faa00711065</Sha>
+      <Sha>7787409c6b529c021d4f8b5fbe3d620094953be9</Sha>
       <SourceBuild RepoName="roslyn" ManagedOnly="true" />
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-2.23301.9">
+    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-2.23319.4">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>fb8455f2f9046b821b826aab81bf8faa00711065</Sha>
+      <Sha>7787409c6b529c021d4f8b5fbe3d620094953be9</Sha>
     </Dependency>
     <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23308.2">
       <Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
index cfea2b5..289de87 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.23301.9</MicrosoftCodeAnalysisCSharpVersion>
-    <MicrosoftCodeAnalysisVersion>4.7.0-2.23301.9</MicrosoftCodeAnalysisVersion>
-    <MicrosoftNetCompilersToolsetVersion>4.7.0-2.23301.9</MicrosoftNetCompilersToolsetVersion>
+    <MicrosoftCodeAnalysisCSharpVersion>4.7.0-2.23319.4</MicrosoftCodeAnalysisCSharpVersion>
+    <MicrosoftCodeAnalysisVersion>4.7.0-2.23319.4</MicrosoftCodeAnalysisVersion>
+    <MicrosoftNetCompilersToolsetVersion>4.7.0-2.23319.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.