Skip to content

Commit e233a32

Browse files
authored
Add comment about SourceBuildPrebuilt versions (#47935)
* Add comment about SourceBuildPrebuilt versions * Update
1 parent c3b9515 commit e233a32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/Versions.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
<MicrosoftCodeAnalysisCSharpVersion>4.4.0-4.22520.2</MicrosoftCodeAnalysisCSharpVersion>
142142
<MicrosoftCodeAnalysisCSharpWorkspacesVersion>4.4.0-4.22520.2</MicrosoftCodeAnalysisCSharpWorkspacesVersion>
143143
<!-- Packages from NuGet/Nuget.client -->
144+
<!-- If you update these versions, make sure to also update https://github.com/dotnet/aspnetcore/blob/main/eng/SourceBuildPrebuiltBaseline.xml -->
144145
<NuGetPackagingVersion>6.2.2</NuGetPackagingVersion>
145146
<NuGetVersioningVersion>6.2.2</NuGetVersioningVersion>
146147
<NuGetFrameworksVersion>6.2.2</NuGetFrameworksVersion>
@@ -224,9 +225,11 @@
224225
<!--
225226
Versions of Microsoft.CodeAnalysis packages referenced by analyzers shipped in the SDK.
226227
This need to be pinned since they're used in 3.1 apps and need to be loadable in VS 2019.
228+
If you update these versions, make sure to also update https://github.com/dotnet/aspnetcore/blob/main/eng/SourceBuildPrebuiltBaseline.xml
227229
-->
228230
<Analyzer_MicrosoftCodeAnalysisCSharpVersion>3.3.1</Analyzer_MicrosoftCodeAnalysisCSharpVersion>
229231
<Analyzer_MicrosoftCodeAnalysisCSharpWorkspacesVersion>3.3.1</Analyzer_MicrosoftCodeAnalysisCSharpWorkspacesVersion>
232+
230233
<MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>4.4.0-4.22520.2</MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>
231234
<MicrosoftCodeAnalysisCommonVersion>4.4.0-4.22520.2</MicrosoftCodeAnalysisCommonVersion>
232235
<MicrosoftCodeAnalysisCSharpVersion>4.4.0-4.22520.2</MicrosoftCodeAnalysisCSharpVersion>

0 commit comments

Comments
 (0)