Skip to content

Commit 827463b

Browse files
Backflow from https://github.com/dotnet/dotnet / cc7f6e8 build 291900
[[ commit created by automation ]]
1 parent 2d8783f commit 827463b

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

eng/Versions.props

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
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 -->
46
<PropertyGroup>
57
<UsingToolVSSDK>true</UsingToolVSSDK>
68
<MicrosoftVSSDKBuildToolsVersion>17.3.2094</MicrosoftVSSDKBuildToolsVersion>
79
<MicroBuildPluginsSwixBuildVersion>1.1.33</MicroBuildPluginsSwixBuildVersion>
810
<UsingToolSymbolUploader>true</UsingToolSymbolUploader>
911
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
10-
</PropertyGroup>
11-
<!-- Opt out Arcade features -->
12-
<PropertyGroup>
1312
<UsingToolXliff>true</UsingToolXliff>
1413
</PropertyGroup>
14+
1515
<!-- Versioning for assemblies/packages -->
1616
<PropertyGroup>
1717
<MajorVersion>10</MajorVersion>
1818
<MinorVersion>0</MinorVersion>
1919
<PatchVersion>0</PatchVersion>
2020
<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>
2623
</PropertyGroup>
24+
2725
<!--
2826
Versioning for tooling releases.
2927
@@ -37,11 +35,8 @@
3735
<AddinVersion Condition="'$(OfficialBuildId)' != ''">$(AddinVersion).$(OfficialBuildId)</AddinVersion>
3836
<AddinVersion Condition="'$(OfficialBuildId)' == ''">$(AddinVersion).42424242.42</AddinVersion>
3937
</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>
4540
<MicrosoftNETSdkRazorPackageVersion>6.0.0-alpha.1.21072.5</MicrosoftNETSdkRazorPackageVersion>
4641
<!--
4742
These are properties that control the versions of the various packages that are used in arcade. They control
@@ -50,6 +45,7 @@
5045
<XUnitVersion>2.9.2</XUnitVersion>
5146
<XUnitAnalyzersVersion>1.7.0</XUnitAnalyzersVersion>
5247
</PropertyGroup>
48+
5349
<!-- The maintenance-packages dependency versions need to be conditionally selected: https://github.com/dotnet/sdk/issues/45155 -->
5450
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' != 'true'">
5551
<MicrosoftIORedistVersion>6.1.0</MicrosoftIORedistVersion>
@@ -59,4 +55,5 @@
5955
<MicrosoftIORedistVersion>6.1.3</MicrosoftIORedistVersion>
6056
<SystemThreadingTasksExtensionsVersion>4.6.3</SystemThreadingTasksExtensionsVersion>
6157
</PropertyGroup>
58+
6259
</Project>

0 commit comments

Comments
 (0)