Update dependencies from https://github.com/dotnet/roslyn build 20230120.10 (#80971)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Sat, 21 Jan 2023 18:45:00 +0000 (12:45 -0600)
committerGitHub <noreply@github.com>
Sat, 21 Jan 2023 18:45:00 +0000 (12:45 -0600)
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.6.0-1.23069.10 -> To Version 4.6.0-1.23070.10

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

index 9f513d9..be82ce8 100644 (file)
       <Uri>https://github.com/dotnet/runtime-assets</Uri>
       <Sha>0de414d16337a6b1089a4bc318a243718e859b3f</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-1.23069.10">
+    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-1.23070.10">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>8f53ce6c0e7350bd6302dec1247a1b26759389a1</Sha>
+      <Sha>4d0af36500e90653f5086866acccf2a73567aaa0</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis" Version="4.6.0-1.23069.10">
+    <Dependency Name="Microsoft.CodeAnalysis" Version="4.6.0-1.23070.10">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>8f53ce6c0e7350bd6302dec1247a1b26759389a1</Sha>
+      <Sha>4d0af36500e90653f5086866acccf2a73567aaa0</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-1.23069.10">
+    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-1.23070.10">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>8f53ce6c0e7350bd6302dec1247a1b26759389a1</Sha>
+      <Sha>4d0af36500e90653f5086866acccf2a73567aaa0</Sha>
     </Dependency>
     <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23068.2">
       <Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
index c1793a1..3a5c1a5 100644 (file)
@@ -37,9 +37,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-1.23069.10</MicrosoftCodeAnalysisCSharpVersion>
-    <MicrosoftCodeAnalysisVersion>4.6.0-1.23069.10</MicrosoftCodeAnalysisVersion>
-    <MicrosoftNetCompilersToolsetVersion>4.6.0-1.23069.10</MicrosoftNetCompilersToolsetVersion>
+    <MicrosoftCodeAnalysisCSharpVersion>4.6.0-1.23070.10</MicrosoftCodeAnalysisCSharpVersion>
+    <MicrosoftCodeAnalysisVersion>4.6.0-1.23070.10</MicrosoftCodeAnalysisVersion>
+    <MicrosoftNetCompilersToolsetVersion>4.6.0-1.23070.10</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.