[main] Update dependencies from dotnet/roslyn (#80656)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Wed, 18 Jan 2023 20:37:25 +0000 (14:37 -0600)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2023 20:37:25 +0000 (14:37 -0600)
* Update dependencies from https://github.com/dotnet/roslyn build 20230113.14

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.6.0-1.23058.1 -> To Version 4.6.0-1.23063.14

* Update dependencies from https://github.com/dotnet/roslyn build 20230116.1

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.6.0-1.23058.1 -> To Version 4.6.0-1.23066.1

* Update dependencies from https://github.com/dotnet/roslyn build 20230117.16

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.6.0-1.23058.1 -> To Version 4.6.0-1.23067.16

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

index ecdb72a..151594c 100644 (file)
       <Uri>https://github.com/dotnet/runtime-assets</Uri>
       <Sha>97c52d5703909d451a1f7636bfdbcef7c91745d5</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-1.23058.1">
+    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-1.23067.16">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>00f49cc4587f982524e726a801e946ddf7cf42ed</Sha>
+      <Sha>1903beb881257b1e51632885595b0c4ff6863e4a</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis" Version="4.6.0-1.23058.1">
+    <Dependency Name="Microsoft.CodeAnalysis" Version="4.6.0-1.23067.16">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>00f49cc4587f982524e726a801e946ddf7cf42ed</Sha>
+      <Sha>1903beb881257b1e51632885595b0c4ff6863e4a</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-1.23058.1">
+    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-1.23067.16">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>00f49cc4587f982524e726a801e946ddf7cf42ed</Sha>
+      <Sha>1903beb881257b1e51632885595b0c4ff6863e4a</Sha>
     </Dependency>
     <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4-beta1.23059.1">
       <Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
index 9ef2350..3a97f80 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.23058.1</MicrosoftCodeAnalysisCSharpVersion>
-    <MicrosoftCodeAnalysisVersion>4.6.0-1.23058.1</MicrosoftCodeAnalysisVersion>
-    <MicrosoftNetCompilersToolsetVersion>4.6.0-1.23058.1</MicrosoftNetCompilersToolsetVersion>
+    <MicrosoftCodeAnalysisCSharpVersion>4.6.0-1.23067.16</MicrosoftCodeAnalysisCSharpVersion>
+    <MicrosoftCodeAnalysisVersion>4.6.0-1.23067.16</MicrosoftCodeAnalysisVersion>
+    <MicrosoftNetCompilersToolsetVersion>4.6.0-1.23067.16</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.