From ed649acb1a56a969ac0e383f1814637fd6eae6cd Mon Sep 17 00:00:00 2001 From: Tanay Parikh <TanayParikh@users.noreply.github.com> Date: Thu, 29 Sep 2022 12:01:56 -0700 Subject: [PATCH] [release/7.0] Update Roslyn Versions (#44148) Using the roslyn versions provided by @jaredpar: https://github.com/dotnet/aspnetcore/pull/44072#discussion_r978887076 For: https://github.com/dotnet/aspnetcore/issues/39387 References: - https://github.com/dotnet/aspnetcore/pull/28125 - https://github.com/dotnet/aspnetcore/pull/37764 - https://github.com/dotnet/aspnetcore/pull/44072 --- eng/Versions.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 80ad1f31528..332f2d7573d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -206,9 +206,9 @@ --> <Analyzer_MicrosoftCodeAnalysisCSharpVersion>3.3.1</Analyzer_MicrosoftCodeAnalysisCSharpVersion> <Analyzer_MicrosoftCodeAnalysisCSharpWorkspacesVersion>3.3.1</Analyzer_MicrosoftCodeAnalysisCSharpWorkspacesVersion> - <MicrosoftCodeAnalysisCommonVersion>4.2.0-2.22128.1</MicrosoftCodeAnalysisCommonVersion> - <MicrosoftCodeAnalysisCSharpVersion>4.2.0-2.22128.1</MicrosoftCodeAnalysisCSharpVersion> - <MicrosoftCodeAnalysisCSharpWorkspacesVersion>4.2.0-2.22128.1</MicrosoftCodeAnalysisCSharpWorkspacesVersion> + <MicrosoftCodeAnalysisCommonVersion>4.4.0-3.22472.13</MicrosoftCodeAnalysisCommonVersion> + <MicrosoftCodeAnalysisCSharpVersion>4.4.0-3.22472.13</MicrosoftCodeAnalysisCSharpVersion> + <MicrosoftCodeAnalysisCSharpWorkspacesVersion>4.4.0-3.22472.13</MicrosoftCodeAnalysisCSharpWorkspacesVersion> <MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.3.3</MicrosoftCodeAnalysisPublicApiAnalyzersVersion> <MicrosoftCodeAnalysisCSharpAnalyzerTestingXUnitVersion>1.1.2-beta1.22276.1</MicrosoftCodeAnalysisCSharpAnalyzerTestingXUnitVersion> <MicrosoftCodeAnalysisCSharpCodeFixTestingXUnitVersion>1.1.2-beta1.22276.1</MicrosoftCodeAnalysisCSharpCodeFixTestingXUnitVersion> -- GitLab