Update the Roslyn version our ref-pack generators reference to 4.5.0 (#83238)
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Fri, 10 Mar 2023 18:45:02 +0000 (10:45 -0800)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2023 18:45:02 +0000 (10:45 -0800)
eng/Versions.props

index 64cbac9..f1e8224 100644 (file)
@@ -67,7 +67,7 @@
       When we are building from source, we care more about reducing pre-built requirements than inner-loop dev experience, so we update this to be the same version
       as MicrosoftCodeAnalysisVersion.
     -->
-    <MicrosoftCodeAnalysisVersion_LatestVS>4.4.0</MicrosoftCodeAnalysisVersion_LatestVS>
+    <MicrosoftCodeAnalysisVersion_LatestVS>4.5.0</MicrosoftCodeAnalysisVersion_LatestVS>
     <MicrosoftCodeAnalysisVersion_LatestVS Condition="'$(DotNetBuildFromSource)' == 'true'">$(MicrosoftCodeAnalysisVersion)</MicrosoftCodeAnalysisVersion_LatestVS>
     <!-- Some of the analyzer dependencies used by ILLink project -->
     <MicrosoftCodeAnalysisCSharpAnalyzerTestingXunitVersion>1.0.1-beta1.21265.1</MicrosoftCodeAnalysisCSharpAnalyzerTestingXunitVersion>