|
10 | 10 | <PatchVersion>0</PatchVersion> |
11 | 11 | <PreReleaseVersionLabel>3</PreReleaseVersionLabel> |
12 | 12 | <VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix> |
13 | | - <!-- |
| 13 | + <!-- |
14 | 14 | By default the assembly version in official builds is "$(MajorVersion).$(MinorVersion).0.0". |
15 | 15 | Keep the setting conditional. The toolset sets the assembly version to 42.42.42.42 if not set explicitly. |
16 | 16 | --> |
|
35 | 35 | <ILToolsPackageVersion>5.0.0-alpha1.19409.1</ILToolsPackageVersion> |
36 | 36 | <MicrosoftVisualStudioLanguageServerPackagesVersion>16.6.14</MicrosoftVisualStudioLanguageServerPackagesVersion> |
37 | 37 | </PropertyGroup> |
38 | | - <!-- |
| 38 | + <!-- |
39 | 39 | Dependency versions |
40 | 40 | --> |
41 | 41 | <PropertyGroup> |
|
54 | 54 | <MicrosoftBuildLocatorVersion>1.2.2</MicrosoftBuildLocatorVersion> |
55 | 55 | <MicrosoftBuildRuntimeVersion>15.3.409</MicrosoftBuildRuntimeVersion> |
56 | 56 | <MicrosoftBuildTasksCoreVersion>15.3.409</MicrosoftBuildTasksCoreVersion> |
57 | | - <MicrosoftCodeAnalysisAnalyzersVersion>$(RoslynDiagnosticsNugetPackageVersion)</MicrosoftCodeAnalysisAnalyzersVersion> |
| 57 | + <!-- |
| 58 | + Since the Microsoft.CodeAnalysis.Analyzers package is a public dependency of our NuGet |
| 59 | + packages we will keep it untied to the RoslynDiagnosticsNugetPackageVersion we use for |
| 60 | + other analyzers to ensure it stays on a release version. |
| 61 | + --> |
| 62 | + <MicrosoftCodeAnalysisAnalyzersVersion>3.0.0</MicrosoftCodeAnalysisAnalyzersVersion> |
58 | 63 | <MicrosoftCodeAnalysisBuildTasksVersion>2.0.0-rc2-61102-09</MicrosoftCodeAnalysisBuildTasksVersion> |
59 | 64 | <MicrosoftCodeAnalysisCSharpCodeFixTestingXUnitVersion>$(MicrosoftCodeAnalysisTestingVersion)</MicrosoftCodeAnalysisCSharpCodeFixTestingXUnitVersion> |
60 | 65 | <MicrosoftCodeAnalysisCSharpCodeStyleVersion>$(CodeStyleAnalyzerVersion)</MicrosoftCodeAnalysisCSharpCodeStyleVersion> |
|
241 | 246 | <MicrosoftVisualStudioStaticReviewsEmbeddableVersion>0.1.102-alpha</MicrosoftVisualStudioStaticReviewsEmbeddableVersion> |
242 | 247 | <MicrosoftBclAsyncInterfacesVersion>1.1.0</MicrosoftBclAsyncInterfacesVersion> |
243 | 248 | </PropertyGroup> |
244 | | - <!-- |
245 | | - The following packages are considered implementation details and will not be included |
246 | | - in the list of dependencies of Roslyn packages. They won't flow as package references |
| 249 | + <!-- |
| 250 | + The following packages are considered implementation details and will not be included |
| 251 | + in the list of dependencies of Roslyn packages. They won't flow as package references |
247 | 252 | to the projects that reference Roslyn packages. |
248 | 253 | --> |
249 | 254 | <ItemGroup> |
|
321 | 326 | <UsingToolXliff>true</UsingToolXliff> |
322 | 327 | <UsingToolXUnit>true</UsingToolXUnit> |
323 | 328 | <DiscoverEditorConfigFiles>true</DiscoverEditorConfigFiles> |
324 | | - <!-- |
| 329 | + <!-- |
325 | 330 | When using a bootstrap builder we don't want to use the Microsoft.Net.Compilers.Toolset package but |
326 | | - rather explicitly override it. |
| 331 | + rather explicitly override it. |
327 | 332 | --> |
328 | 333 | <UsingToolMicrosoftNetCompilers Condition="'$(BootstrapBuildPath)' == ''">true</UsingToolMicrosoftNetCompilers> |
329 | 334 | </PropertyGroup> |
|
0 commit comments