|
1 | | -<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | | - <Import Project="Version.Details.props" Condition="Exists('Version.Details.props')" /> |
3 | | - <!-- Opt-in arcade features --> |
| 1 | +<Project> |
| 2 | + |
| 3 | + <Import Project="Version.Details.props" /> |
| 4 | + |
| 5 | + <!-- Arcade features --> |
4 | 6 | <PropertyGroup> |
5 | 7 | <UsingToolVSSDK>true</UsingToolVSSDK> |
6 | 8 | <MicrosoftVSSDKBuildToolsVersion>17.3.2094</MicrosoftVSSDKBuildToolsVersion> |
7 | 9 | <MicroBuildPluginsSwixBuildVersion>1.1.33</MicroBuildPluginsSwixBuildVersion> |
8 | 10 | <UsingToolSymbolUploader>true</UsingToolSymbolUploader> |
9 | 11 | <UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers> |
10 | | - </PropertyGroup> |
11 | | - <!-- Opt out Arcade features --> |
12 | | - <PropertyGroup> |
13 | 12 | <UsingToolXliff>true</UsingToolXliff> |
14 | 13 | </PropertyGroup> |
| 14 | + |
15 | 15 | <!-- Versioning for assemblies/packages --> |
16 | 16 | <PropertyGroup> |
17 | 17 | <MajorVersion>10</MajorVersion> |
18 | 18 | <MinorVersion>0</MinorVersion> |
19 | 19 | <PatchVersion>0</PatchVersion> |
20 | 20 | <PreReleaseVersionLabel>preview</PreReleaseVersionLabel> |
21 | | - <!-- |
22 | | - When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages |
23 | | - --> |
24 | | - <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion> |
25 | | - <DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind> |
| 21 | + <!-- Allowed values: '', 'prerelease', 'release'. Set to 'release' when stabilizing. --> |
| 22 | + <DotNetFinalVersionKind></DotNetFinalVersionKind> |
26 | 23 | </PropertyGroup> |
| 24 | + |
27 | 25 | <!-- |
28 | 26 | Versioning for tooling releases. |
29 | 27 |
|
|
37 | 35 | <AddinVersion Condition="'$(OfficialBuildId)' != ''">$(AddinVersion).$(OfficialBuildId)</AddinVersion> |
38 | 36 | <AddinVersion Condition="'$(OfficialBuildId)' == ''">$(AddinVersion).42424242.42</AddinVersion> |
39 | 37 | </PropertyGroup> |
40 | | - <!-- |
41 | | - Versions below this comment are not managed by automation and can be changed as needed. |
42 | | - --> |
43 | | - <PropertyGroup Label="Manual"> |
44 | | - <!-- dotnet/runtime packages --> |
| 38 | + |
| 39 | + <PropertyGroup> |
45 | 40 | <MicrosoftNETSdkRazorPackageVersion>6.0.0-alpha.1.21072.5</MicrosoftNETSdkRazorPackageVersion> |
46 | 41 | <!-- |
47 | 42 | These are properties that control the versions of the various packages that are used in arcade. They control |
|
50 | 45 | <XUnitVersion>2.9.2</XUnitVersion> |
51 | 46 | <XUnitAnalyzersVersion>1.7.0</XUnitAnalyzersVersion> |
52 | 47 | </PropertyGroup> |
| 48 | + |
53 | 49 | <!-- The maintenance-packages dependency versions need to be conditionally selected: https://github.com/dotnet/sdk/issues/45155 --> |
54 | 50 | <PropertyGroup Condition="'$(DotNetBuildSourceOnly)' != 'true'"> |
55 | 51 | <MicrosoftIORedistVersion>6.1.0</MicrosoftIORedistVersion> |
|
59 | 55 | <MicrosoftIORedistVersion>6.1.3</MicrosoftIORedistVersion> |
60 | 56 | <SystemThreadingTasksExtensionsVersion>4.6.3</SystemThreadingTasksExtensionsVersion> |
61 | 57 | </PropertyGroup> |
| 58 | + |
62 | 59 | </Project> |
0 commit comments