Versions.props 14.3 KB
Newer Older
D
dotnet-bot 已提交
1 2
<Project>
  <PropertyGroup>
3
    <!-- The .NET product branding version -->
4
    <ProductVersion>6.0.0</ProductVersion>
D
dotnet-bot 已提交
5
    <!-- File version numbers -->
6
    <MajorVersion>6</MajorVersion>
D
dotnet-bot 已提交
7 8
    <MinorVersion>0</MinorVersion>
    <PatchVersion>0</PatchVersion>
9
    <PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
J
Jan Jahoda 已提交
10
    <PreReleaseVersionIteration>1</PreReleaseVersionIteration>
11 12
    <!-- Set assembly version to align with major and minor version,
         as for the patches and revisions should be manually updated per assembly if it is serviced. -->
13 14
    <!-- Changing assembly versions without changing TFM lead to broken packages.
         This shoud be incremented after introducing the 6.0 TFM. -->
15
    <AssemblyVersion>6.0.0.0</AssemblyVersion>
D
dotnet-bot 已提交
16 17 18 19 20
    <!-- Enable to remove prerelease label. -->
    <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
    <DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
    <!-- Opt-in/out repo features -->
    <UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
21
    <UsingToolIbcOptimization>true</UsingToolIbcOptimization>
D
dotnet-bot 已提交
22
    <UsingToolXliff>false</UsingToolXliff>
23
    <UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
D
dotnet-bot 已提交
24 25 26
    <!-- Blob storage container that has the "Latest" channel to publish to. -->
    <ContainerName>dotnet</ContainerName>
    <ChecksumContainerName>$(ContainerName)</ChecksumContainerName>
27 28 29 30 31 32
    <!--
      The NETStandard.Library targeting pack uses this patch version, which does not match the
      runtime's. After publishing a new version of the NETStandard targeting pack in a servicing
      release, increase this number by one.
    -->
    <NETStandardPatchVersion>0</NETStandardPatchVersion>
D
dotnet-bot 已提交
33
  </PropertyGroup>
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
  <!--
    Servicing build settings for Setup/Installer packages. Instructions:

    * To enable a package build for the current patch release, set PatchVersion to match the current
      patch version of that package. ("major.minor.patch".) This is normally the same as
      PatchVersion above, but not always. Notably, NETStandard has its own patch version.
    * When the PatchVersion property above is incremented at the beginning of the next servicing
      release, all packages listed below automatically stop building because the property no longer
      matches the metadata. (Do not delete the items!)

    If the PatchVersion below is never changed from '0', the package will build in the 'master'
    branch, and during a forked RTM release ("X.Y.0"). It will stop building for "X.Y.1" unless
    manually enabled by updating the metadata.
  -->
  <ItemGroup>
    <!-- Targeting packs are only patched in extreme cases. -->
    <ProjectServicingConfiguration Include="Microsoft.NETCore.App.Ref" PatchVersion="0" />
  </ItemGroup>
D
dotnet-bot 已提交
52
  <PropertyGroup>
53
    <MicrosoftCodeAnalysisNetAnalyzersVersion>6.0.0-preview1.20513.4</MicrosoftCodeAnalysisNetAnalyzersVersion>
B
Buyaa 已提交
54
    <MicrosoftCodeAnalysisCSharpCodeStyleVersion>3.8.0-4.20503.2</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
55
    <!-- Arcade dependencies -->
56 57 58 59 60 61 62 63 64 65 66 67
    <MicrosoftDotNetApiCompatVersion>6.0.0-beta.20610.4</MicrosoftDotNetApiCompatVersion>
    <MicrosoftDotNetBuildTasksFeedVersion>6.0.0-beta.20610.4</MicrosoftDotNetBuildTasksFeedVersion>
    <MicrosoftDotNetCodeAnalysisVersion>6.0.0-beta.20610.4</MicrosoftDotNetCodeAnalysisVersion>
    <MicrosoftDotNetGenAPIVersion>6.0.0-beta.20610.4</MicrosoftDotNetGenAPIVersion>
    <MicrosoftDotNetGenFacadesVersion>6.0.0-beta.20610.4</MicrosoftDotNetGenFacadesVersion>
    <MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.20610.4</MicrosoftDotNetXUnitExtensionsVersion>
    <MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.20610.4</MicrosoftDotNetXUnitConsoleRunnerVersion>
    <MicrosoftDotNetBuildTasksArchivesVersion>6.0.0-beta.20610.4</MicrosoftDotNetBuildTasksArchivesVersion>
    <MicrosoftDotNetBuildTasksPackagingVersion>6.0.0-beta.20610.4</MicrosoftDotNetBuildTasksPackagingVersion>
    <MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.20610.4</MicrosoftDotNetBuildTasksInstallersVersion>
    <MicrosoftDotNetRemoteExecutorVersion>6.0.0-beta.20610.4</MicrosoftDotNetRemoteExecutorVersion>
    <MicrosoftDotNetVersionToolsTasksVersion>6.0.0-beta.20610.4</MicrosoftDotNetVersionToolsTasksVersion>
D
dotnet-bot 已提交
68
    <!-- Installer dependencies -->
69 70 71
    <MicrosoftNETCoreAppVersion>6.0.0-alpha.1.20602.4</MicrosoftNETCoreAppVersion>
    <MicrosoftNETCoreDotNetHostVersion>6.0.0-alpha.1.20602.4</MicrosoftNETCoreDotNetHostVersion>
    <MicrosoftNETCoreDotNetHostPolicyVersion>6.0.0-alpha.1.20602.4</MicrosoftNETCoreDotNetHostPolicyVersion>
72
    <MicrosoftExtensionsDependencyModelVersion>3.1.0</MicrosoftExtensionsDependencyModelVersion>
D
dotnet-bot 已提交
73
    <!-- CoreClr dependencies -->
A
Aaron Robinson 已提交
74
    <MicrosoftNETCoreILAsmVersion>5.0.0-preview.8.20359.4</MicrosoftNETCoreILAsmVersion>
D
dotnet-bot 已提交
75
    <!-- Libraries dependencies -->
76
    <StyleCopAnalyzersVersion>1.2.0-beta.304</StyleCopAnalyzersVersion>
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
    <SystemBuffersVersion>4.5.1</SystemBuffersVersion>
    <SystemCollectionsVersion>4.3.0</SystemCollectionsVersion>
    <SystemCollectionsConcurrentVersion>4.3.0</SystemCollectionsConcurrentVersion>
    <SystemComponentModelAnnotationsVersion>4.7.0</SystemComponentModelAnnotationsVersion>
    <SystemDataSqlClientVersion>4.8.1</SystemDataSqlClientVersion>
    <SystemDiagnosticsContractsVersion>4.3.0</SystemDiagnosticsContractsVersion>
    <SystemDiagnosticsDebugVersion>4.3.0</SystemDiagnosticsDebugVersion>
    <SystemDiagnosticsTracingVersion>4.3.0</SystemDiagnosticsTracingVersion>
    <SystemDynamicRuntimeVersion>4.3.0</SystemDynamicRuntimeVersion>
    <SystemLinqExpressionsVersion>4.3.0</SystemLinqExpressionsVersion>
    <SystemMemoryVersion>4.5.4</SystemMemoryVersion>
    <SystemNetHttpVersion>4.3.4</SystemNetHttpVersion>
    <SystemNetPrimitivesVersion>4.3.1</SystemNetPrimitivesVersion>
    <SystemNumericsVectorsVersion>4.5.0</SystemNumericsVectorsVersion>
    <SystemResourcesResourceManagerVersion>4.3.0</SystemResourcesResourceManagerVersion>
    <SystemRuntimeVersion>4.3.1</SystemRuntimeVersion>
    <SystemRuntimeExtensionsVersion>4.3.1</SystemRuntimeExtensionsVersion>
    <SystemRuntimeInteropServicesVersion>4.3.0</SystemRuntimeInteropServicesVersion>
    <SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion>
    <SystemRuntimeSerializationPrimitivesVersion>4.3.0</SystemRuntimeSerializationPrimitivesVersion>
    <SystemSecurityCryptographyAlgorithmsVersion>4.3.1</SystemSecurityCryptographyAlgorithmsVersion>
    <SystemSecurityCryptographyCngVersion>4.7.0</SystemSecurityCryptographyCngVersion>
    <SystemSecurityCryptographyPkcsVersion>4.7.0</SystemSecurityCryptographyPkcsVersion>
    <SystemSecurityCryptographyOpenSslVersion>4.7.0</SystemSecurityCryptographyOpenSslVersion>
101 102
    <SystemTextJsonVersion>6.0.0-alpha.1.20602.4</SystemTextJsonVersion>
    <SystemRuntimeCompilerServicesUnsafeVersion>6.0.0-alpha.1.20602.4</SystemRuntimeCompilerServicesUnsafeVersion>
103 104 105 106 107
    <SystemThreadingVersion>4.3.0</SystemThreadingVersion>
    <SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
    <SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
    <MicrosoftBclAsyncInterfacesVersion>1.1.1</MicrosoftBclAsyncInterfacesVersion>
    <MicrosoftWin32PrimitivesVersion>4.3.0</MicrosoftWin32PrimitivesVersion>
108
    <runtimenativeSystemIOPortsVersion>6.0.0-alpha.1.20602.4</runtimenativeSystemIOPortsVersion>
109
    <!-- Runtime-Assets dependencies -->
110 111 112 113 114 115 116 117 118
    <SystemComponentModelTypeConverterTestDataVersion>5.0.0-beta.20607.2</SystemComponentModelTypeConverterTestDataVersion>
    <SystemDrawingCommonTestDataVersion>5.0.0-beta.20607.2</SystemDrawingCommonTestDataVersion>
    <SystemIOCompressionTestDataVersion>5.0.0-beta.20607.2</SystemIOCompressionTestDataVersion>
    <SystemIOPackagingTestDataVersion>5.0.0-beta.20607.2</SystemIOPackagingTestDataVersion>
    <SystemNetTestDataVersion>5.0.0-beta.20607.2</SystemNetTestDataVersion>
    <SystemPrivateRuntimeUnicodeDataVersion>5.0.0-beta.20607.2</SystemPrivateRuntimeUnicodeDataVersion>
    <SystemRuntimeTimeZoneDataVersion>5.0.0-beta.20607.2</SystemRuntimeTimeZoneDataVersion>
    <SystemSecurityCryptographyX509CertificatesTestDataVersion>5.0.0-beta.20607.2</SystemSecurityCryptographyX509CertificatesTestDataVersion>
    <SystemWindowsExtensionsTestDataVersion>5.0.0-beta.20607.2</SystemWindowsExtensionsTestDataVersion>
D
dotnet-bot 已提交
119
    <!-- dotnet-optimization dependencies -->
B
Brian Robbins 已提交
120 121 122 123 124
    <optimizationwindows_ntx64IBCCoreFxVersion>99.99.99-master-20200806.6</optimizationwindows_ntx64IBCCoreFxVersion>
    <optimizationlinuxx64IBCCoreFxVersion>99.99.99-master-20200806.6</optimizationlinuxx64IBCCoreFxVersion>
    <optimizationwindows_ntx64IBCCoreCLRVersion>99.99.99-master-20200806.6</optimizationwindows_ntx64IBCCoreCLRVersion>
    <optimizationlinuxx64IBCCoreCLRVersion>99.99.99-master-20200806.6</optimizationlinuxx64IBCCoreCLRVersion>
    <optimizationPGOCoreCLRVersion>99.99.99-master-20200806.6</optimizationPGOCoreCLRVersion>
D
dotnet-bot 已提交
125 126
    <!-- Not auto-updated. -->
    <MicrosoftDiaSymReaderNativeVersion>1.7.0</MicrosoftDiaSymReaderNativeVersion>
J
Jan Kotas 已提交
127
    <SystemCommandLineVersion>2.0.0-beta1.20253.1</SystemCommandLineVersion>
128 129
    <NETStandardLibraryRefVersion>2.1.0</NETStandardLibraryRefVersion>
    <NetStandardLibraryVersion>2.0.3</NetStandardLibraryVersion>
D
dotnet-bot 已提交
130 131 132 133 134 135 136 137 138 139 140
    <!--
      These are used as reference assemblies only, so they must not take a ProdCon/source-build
      version. Insert "RefOnly" to avoid assignment via PVP.
    -->
    <RefOnlyMicrosoftBuildVersion>15.7.179</RefOnlyMicrosoftBuildVersion>
    <RefOnlyMicrosoftBuildFrameworkVersion>$(RefOnlyMicrosoftBuildVersion)</RefOnlyMicrosoftBuildFrameworkVersion>
    <RefOnlyMicrosoftBuildTasksCoreVersion>$(RefOnlyMicrosoftBuildVersion)</RefOnlyMicrosoftBuildTasksCoreVersion>
    <RefOnlyMicrosoftBuildUtilitiesCoreVersion>$(RefOnlyMicrosoftBuildVersion)</RefOnlyMicrosoftBuildUtilitiesCoreVersion>
    <RefOnlyNugetProjectModelVersion>4.9.4</RefOnlyNugetProjectModelVersion>
    <RefOnlyNugetPackagingVersion>4.9.4</RefOnlyNugetPackagingVersion>
    <!-- Testing -->
141
    <MicrosoftNETCoreCoreDisToolsVersion>1.0.1-prerelease-00006</MicrosoftNETCoreCoreDisToolsVersion>
142
    <MicrosoftNETTestSdkVersion>16.9.0-preview-20201201-01</MicrosoftNETTestSdkVersion>
143 144
    <MicrosoftDotNetXHarnessTestRunnersXunitVersion>1.0.0-prerelease.20611.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
    <MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.20611.1</MicrosoftDotNetXHarnessCLIVersion>
D
dotnet-bot 已提交
145
    <XUnitVersion>2.4.1</XUnitVersion>
146
    <XUnitRunnerVisualStudioVersion>2.4.2</XUnitRunnerVisualStudioVersion>
147
    <CoverletCollectorVersion>1.3.0</CoverletCollectorVersion>
D
dotnet-bot 已提交
148
    <TraceEventVersion>2.0.5</TraceEventVersion>
V
Viktor Hofer 已提交
149
    <NewtonsoftJsonVersion>12.0.3</NewtonsoftJsonVersion>
D
dotnet-bot 已提交
150
    <MoqVersion>4.12.0</MoqVersion>
151
    <FsCheckVersion>2.14.3</FsCheckVersion>
D
dotnet-bot 已提交
152
    <!-- Docs -->
153
    <MicrosoftPrivateIntellisenseVersion>5.0.0-preview-20201009.2</MicrosoftPrivateIntellisenseVersion>
D
dotnet-bot 已提交
154
    <!-- ILLink -->
155
    <MicrosoftNETILLinkTasksVersion>6.0.0-alpha.1.20611.4</MicrosoftNETILLinkTasksVersion>
156
    <!-- ICU -->
157
    <MicrosoftNETCoreRuntimeICUTransportVersion>6.0.0-alpha.1.20607.1</MicrosoftNETCoreRuntimeICUTransportVersion>
158
    <!-- Mono LLVM -->
159 160 161 162 163 164 165 166
    <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>9.0.1-alpha.1.20607.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>9.0.1-alpha.1.20607.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
    <runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>9.0.1-alpha.1.20607.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>9.0.1-alpha.1.20607.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
    <runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>9.0.1-alpha.1.20607.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>9.0.1-alpha.1.20607.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
    <runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>9.0.1-alpha.1.20607.1</runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>9.0.1-alpha.1.20607.1</runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
D
dotnet-bot 已提交
167 168 169 170 171 172 173 174
  </PropertyGroup>
  <!-- Package names -->
  <PropertyGroup>
    <WindowsCoreFxOptimizationDataPackage>optimization.windows_nt-x64.ibc.corefx</WindowsCoreFxOptimizationDataPackage>
    <LinuxCoreFxOptimizationDataPackage>optimization.linux-x64.ibc.corefx</LinuxCoreFxOptimizationDataPackage>
    <MicrosoftPrivateIntellisensePackage>microsoft.private.intellisense</MicrosoftPrivateIntellisensePackage>
    <MicrosoftDotNetXUnitConsoleRunnerPackage>Microsoft.DotNet.XUnitConsoleRunner</MicrosoftDotNetXUnitConsoleRunnerPackage>
    <MicrosoftNETCoreAppPackage>Microsoft.NETCore.App</MicrosoftNETCoreAppPackage>
175 176
    <WindowsOptimizationIBCCoreCLRPackage>optimization.windows_nt-x64.IBC.CoreCLR</WindowsOptimizationIBCCoreCLRPackage>
    <LinuxOptimizationIBCCoreCLRPackage>optimization.linux-x64.IBC.CoreCLR</LinuxOptimizationIBCCoreCLRPackage>
D
dotnet-bot 已提交
177 178 179 180
    <optimizationPGOCoreCLRPackage>optimization.PGO.CoreCLR</optimizationPGOCoreCLRPackage>
    <MicrosoftDotNetBuildTasksFeedPackage>Microsoft.DotNet.Build.Tasks.Feed</MicrosoftDotNetBuildTasksFeedPackage>
    <MicrosoftNETCoreTargetsPackage>Microsoft.NETCore.Targets</MicrosoftNETCoreTargetsPackage>
    <MicrosoftNETCoreRuntimeCoreCLRPackage>Microsoft.NETCore.Runtime.CoreCLR</MicrosoftNETCoreRuntimeCoreCLRPackage>
181
    <MicrosoftNETCoreRuntimeICUTransportPackage>Microsoft.NETCore.Runtime.ICU.Transport</MicrosoftNETCoreRuntimeICUTransportPackage>
182 183
    <!-- XmlDocFileRoot needs to be defined here since we use it in packaging.props and docs.targets.
    It also uses Arcade defined property NuGetPackageRoot, this is the only codepath shared in between
184
    packaging.props and docs.targets with arcade properties defined.
185 186
    -->
    <XmlDocFileRoot>$([MSBuild]::NormalizeDirectory('$(NuGetPackageRoot)', '$(MicrosoftPrivateIntellisensePackage)', '$(MicrosoftPrivateIntellisenseVersion)', 'IntellisenseFiles', 'net'))</XmlDocFileRoot>
D
dotnet-bot 已提交
187 188 189
  </PropertyGroup>
  <!-- Override isolated build dependency versions with versions from Repo API. -->
  <Import Project="$(DotNetPackageVersionPropsPath)" Condition="'$(DotNetPackageVersionPropsPath)' != ''" />
190
</Project>