Update dependencies from https://github.com/dotnet/roslyn build 20230307.14 (#83136)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Wed, 8 Mar 2023 17:49:14 +0000 (11:49 -0600)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2023 17:49:14 +0000 (11:49 -0600)
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.6.0-3.23156.6 -> To Version 4.6.0-3.23157.14

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

index afdd9d7..4c4d64f 100644 (file)
       <Uri>https://github.com/dotnet/runtime-assets</Uri>
       <Sha>fdb631e68f4b2cd2bce0039224ebb8e2a854c767</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-3.23156.6">
+    <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-3.23157.14">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>aecd49800750d64e08767836e2678ffa62a4647f</Sha>
+      <Sha>aff2a21bbf6726f0ecab4660568e068aa923ef55</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis" Version="4.6.0-3.23156.6">
+    <Dependency Name="Microsoft.CodeAnalysis" Version="4.6.0-3.23157.14">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>aecd49800750d64e08767836e2678ffa62a4647f</Sha>
+      <Sha>aff2a21bbf6726f0ecab4660568e068aa923ef55</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-3.23156.6">
+    <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-3.23157.14">
       <Uri>https://github.com/dotnet/roslyn</Uri>
-      <Sha>aecd49800750d64e08767836e2678ffa62a4647f</Sha>
+      <Sha>aff2a21bbf6726f0ecab4660568e068aa923ef55</Sha>
     </Dependency>
     <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23124.1">
       <Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
index ab3020e..b1bd4ea 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.6.0-3.23156.6</MicrosoftCodeAnalysisCSharpVersion>
-    <MicrosoftCodeAnalysisVersion>4.6.0-3.23156.6</MicrosoftCodeAnalysisVersion>
-    <MicrosoftNetCompilersToolsetVersion>4.6.0-3.23156.6</MicrosoftNetCompilersToolsetVersion>
+    <MicrosoftCodeAnalysisCSharpVersion>4.6.0-3.23157.14</MicrosoftCodeAnalysisCSharpVersion>
+    <MicrosoftCodeAnalysisVersion>4.6.0-3.23157.14</MicrosoftCodeAnalysisVersion>
+    <MicrosoftNetCompilersToolsetVersion>4.6.0-3.23157.14</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.