Versions.props 15.9 KB
Newer Older
D
dotnet-bot 已提交
1 2
<Project>
  <PropertyGroup>
3
    <!-- The .NET product branding version -->
4
    <ProductVersion>7.0.0</ProductVersion>
D
dotnet-bot 已提交
5
    <!-- File version numbers -->
6
    <MajorVersion>7</MajorVersion>
D
dotnet-bot 已提交
7 8
    <MinorVersion>0</MinorVersion>
    <PatchVersion>0</PatchVersion>
9
    <SdkBandVersion>7.0.100</SdkBandVersion>
10
    <PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
11
    <PreReleaseVersionIteration>1</PreReleaseVersionIteration>
12 13
    <!-- 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. -->
14
    <AssemblyVersion>$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>
D
dotnet-bot 已提交
15 16 17 18
    <!-- Enable to remove prerelease label. -->
    <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
    <DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
    <!-- Opt-in/out repo features -->
19
    <UsingToolMicrosoftNetILLinkTasks>true</UsingToolMicrosoftNetILLinkTasks>
20
    <UsingToolIbcOptimization>false</UsingToolIbcOptimization>
D
dotnet-bot 已提交
21
    <UsingToolXliff>false</UsingToolXliff>
22
    <LastReleasedStableAssemblyVersion>$(AssemblyVersion)</LastReleasedStableAssemblyVersion>
D
dotnet-bot 已提交
23
  </PropertyGroup>
24 25 26 27 28 29 30 31 32 33
  <!--
    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!)

34
    If the PatchVersion below is never changed from '0', the package will build in the 'main'
35 36 37 38 39 40 41
    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>
M
Maryam Ariyan 已提交
42
  <PropertyGroup>
43 44
    <!-- For source generator support we need to target multiple versions of Rolsyn in order to be able to run on older versions of Roslyn -->
    <MicrosoftCodeAnalysisCSharpWorkspacesVersion_3_11>3.11.0</MicrosoftCodeAnalysisCSharpWorkspacesVersion_3_11>
45 46
    <MicrosoftCodeAnalysisCSharpWorkspacesVersion>4.0.0-4.final</MicrosoftCodeAnalysisCSharpWorkspacesVersion>
    <MicrosoftCodeAnalysisVersion>4.0.0-4.final</MicrosoftCodeAnalysisVersion>
M
Maryam Ariyan 已提交
47
  </PropertyGroup>
D
dotnet-bot 已提交
48
  <PropertyGroup>
49
    <!-- Code analysis dependencies -->
50
    <MicrosoftCodeAnalysisAnalyzersVersion>3.3.2</MicrosoftCodeAnalysisAnalyzersVersion>
51 52
    <MicrosoftCodeAnalysisCSharpCodeStyleVersion>4.0.0-4.final</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
    <MicrosoftCodeAnalysisCSharpVersion>4.0.0-4.final</MicrosoftCodeAnalysisCSharpVersion>
53
    <MicrosoftCodeAnalysisNetAnalyzersVersion>7.0.0-preview1.21613.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
54
    <!-- SDK dependencies -->
55
    <MicrosoftDotNetCompatibilityVersion>2.0.0-alpha.1.21525.11</MicrosoftDotNetCompatibilityVersion>
56
    <!-- Arcade dependencies -->
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
    <MicrosoftDotNetApiCompatVersion>7.0.0-beta.22053.2</MicrosoftDotNetApiCompatVersion>
    <MicrosoftDotNetBuildTasksFeedVersion>7.0.0-beta.22053.2</MicrosoftDotNetBuildTasksFeedVersion>
    <MicrosoftDotNetCodeAnalysisVersion>7.0.0-beta.22053.2</MicrosoftDotNetCodeAnalysisVersion>
    <MicrosoftDotNetGenAPIVersion>7.0.0-beta.22053.2</MicrosoftDotNetGenAPIVersion>
    <MicrosoftDotNetGenFacadesVersion>7.0.0-beta.22053.2</MicrosoftDotNetGenFacadesVersion>
    <MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.22053.2</MicrosoftDotNetXUnitExtensionsVersion>
    <MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.22053.2</MicrosoftDotNetXUnitConsoleRunnerVersion>
    <MicrosoftDotNetBuildTasksArchivesVersion>7.0.0-beta.22053.2</MicrosoftDotNetBuildTasksArchivesVersion>
    <MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22053.2</MicrosoftDotNetBuildTasksInstallersVersion>
    <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22053.2</MicrosoftDotNetBuildTasksPackagingVersion>
    <MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22053.2</MicrosoftDotNetBuildTasksTemplatingVersion>
    <MicrosoftDotNetBuildTasksWorkloadsPackageVersion>7.0.0-beta.22053.2</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
    <MicrosoftDotNetRemoteExecutorVersion>7.0.0-beta.22053.2</MicrosoftDotNetRemoteExecutorVersion>
    <MicrosoftDotNetVersionToolsTasksVersion>7.0.0-beta.22053.2</MicrosoftDotNetVersionToolsTasksVersion>
    <MicrosoftDotNetPackageTestingVersion>7.0.0-beta.22053.2</MicrosoftDotNetPackageTestingVersion>
72
    <!-- NuGet dependencies -->
73
    <NuGetBuildTasksPackVersion>6.0.0-preview.1.102</NuGetBuildTasksPackVersion>
D
dotnet-bot 已提交
74
    <!-- Installer dependencies -->
75 76 77
    <MicrosoftNETCoreAppRuntimewinx64Version>7.0.0-alpha.1.22052.8</MicrosoftNETCoreAppRuntimewinx64Version>
    <MicrosoftNETCoreDotNetHostVersion>7.0.0-alpha.1.22052.8</MicrosoftNETCoreDotNetHostVersion>
    <MicrosoftNETCoreDotNetHostPolicyVersion>7.0.0-alpha.1.22052.8</MicrosoftNETCoreDotNetHostPolicyVersion>
78
    <MicrosoftExtensionsDependencyModelVersion>3.1.0</MicrosoftExtensionsDependencyModelVersion>
D
dotnet-bot 已提交
79
    <!-- CoreClr dependencies -->
80 81 82 83 84 85 86 87 88
    <MicrosoftNETCoreILAsmVersion>7.0.0-alpha.1.22052.8</MicrosoftNETCoreILAsmVersion>
    <runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimeosx110arm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimeosx110arm64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimeosx1012x64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimeosx1012x64MicrosoftNETCoreRuntimeObjWriterVersion>
D
dotnet-bot 已提交
89
    <!-- Libraries dependencies -->
90 91 92
    <MicrosoftBclAsyncInterfacesVersion>5.0.0</MicrosoftBclAsyncInterfacesVersion>
    <MicrosoftWin32PrimitivesVersion>4.3.0</MicrosoftWin32PrimitivesVersion>
    <MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion>
93
    <StyleCopAnalyzersVersion>1.2.0-beta.304</StyleCopAnalyzersVersion>
94 95
    <SystemBuffersVersion>4.5.1</SystemBuffersVersion>
    <SystemCollectionsVersion>4.3.0</SystemCollectionsVersion>
96
    <SystemCollectionsImmutableVersion>5.0.0</SystemCollectionsImmutableVersion>
97
    <SystemComponentModelAnnotationsVersion>5.0.0</SystemComponentModelAnnotationsVersion>
98 99
    <SystemDataSqlClientVersion>4.8.2</SystemDataSqlClientVersion>
    <SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
100 101
    <SystemDiagnosticsContractsVersion>4.3.0</SystemDiagnosticsContractsVersion>
    <SystemDynamicRuntimeVersion>4.3.0</SystemDynamicRuntimeVersion>
102 103
    <SystemIOFileSystemAccessControlVersion>5.0.0</SystemIOFileSystemAccessControlVersion>
    <SystemIOPipesAccessControlVersion>5.0.0</SystemIOPipesAccessControlVersion>
104 105 106 107
    <SystemLinqExpressionsVersion>4.3.0</SystemLinqExpressionsVersion>
    <SystemMemoryVersion>4.5.4</SystemMemoryVersion>
    <SystemNetPrimitivesVersion>4.3.1</SystemNetPrimitivesVersion>
    <SystemNumericsVectorsVersion>4.5.0</SystemNumericsVectorsVersion>
108
    <SystemReflectionMetadataVersion>5.0.0</SystemReflectionMetadataVersion>
109 110 111
    <SystemReflectionEmitVersion>4.7.0</SystemReflectionEmitVersion>
    <SystemReflectionEmitILGenerationVersion>4.7.0</SystemReflectionEmitILGenerationVersion>
    <SystemReflectionEmitLightweightVersion>4.7.0</SystemReflectionEmitLightweightVersion>
112 113 114 115 116
    <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>
117
    <SystemSecurityAccessControlVersion>6.0.0-rc.2.21454.1</SystemSecurityAccessControlVersion>
118
    <SystemSecurityCryptographyAlgorithmsVersion>4.3.1</SystemSecurityCryptographyAlgorithmsVersion>
119 120 121
    <SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion>
    <SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion>
    <SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
122
    <SystemServiceModelPrimitivesVersion>4.9.0-rc2.21473.1</SystemServiceModelPrimitivesVersion>
123 124
    <SystemTextJsonVersion>7.0.0-alpha.1.22052.8</SystemTextJsonVersion>
    <SystemRuntimeCompilerServicesUnsafeVersion>7.0.0-alpha.1.22052.8</SystemRuntimeCompilerServicesUnsafeVersion>
125 126
    <SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
    <SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
127
    <runtimenativeSystemIOPortsVersion>7.0.0-alpha.1.22052.8</runtimenativeSystemIOPortsVersion>
128
    <!-- Runtime-Assets dependencies -->
129 130 131 132 133 134 135 136 137 138 139 140
    <SystemRuntimeNumericsTestDataVersion>7.0.0-beta.21620.3</SystemRuntimeNumericsTestDataVersion>
    <SystemComponentModelTypeConverterTestDataVersion>7.0.0-beta.21620.3</SystemComponentModelTypeConverterTestDataVersion>
    <SystemDrawingCommonTestDataVersion>7.0.0-beta.21620.3</SystemDrawingCommonTestDataVersion>
    <SystemIOCompressionTestDataVersion>7.0.0-beta.21620.3</SystemIOCompressionTestDataVersion>
    <SystemIOPackagingTestDataVersion>7.0.0-beta.21620.3</SystemIOPackagingTestDataVersion>
    <SystemNetTestDataVersion>7.0.0-beta.21620.3</SystemNetTestDataVersion>
    <SystemPrivateRuntimeUnicodeDataVersion>7.0.0-beta.21620.3</SystemPrivateRuntimeUnicodeDataVersion>
    <SystemRuntimeTimeZoneDataVersion>7.0.0-beta.21620.3</SystemRuntimeTimeZoneDataVersion>
    <SystemSecurityCryptographyX509CertificatesTestDataVersion>7.0.0-beta.21620.3</SystemSecurityCryptographyX509CertificatesTestDataVersion>
    <SystemTextRegularExpressionsTestDataVersion>7.0.0-beta.21620.3</SystemTextRegularExpressionsTestDataVersion>
    <SystemWindowsExtensionsTestDataVersion>7.0.0-beta.21620.3</SystemWindowsExtensionsTestDataVersion>
    <MicrosoftDotNetCilStripSourcesVersion>7.0.0-beta.21620.3</MicrosoftDotNetCilStripSourcesVersion>
D
dotnet-bot 已提交
141
    <!-- dotnet-optimization dependencies -->
142 143 144 145
    <optimizationwindows_ntx64MIBCRuntimeVersion>1.0.0-prerelease.21577.2</optimizationwindows_ntx64MIBCRuntimeVersion>
    <optimizationwindows_ntx86MIBCRuntimeVersion>1.0.0-prerelease.21577.2</optimizationwindows_ntx86MIBCRuntimeVersion>
    <optimizationlinuxx64MIBCRuntimeVersion>1.0.0-prerelease.21577.2</optimizationlinuxx64MIBCRuntimeVersion>
    <optimizationPGOCoreCLRVersion>1.0.0-prerelease.21577.2</optimizationPGOCoreCLRVersion>
D
dotnet-bot 已提交
146
    <!-- Not auto-updated. -->
147
    <MicrosoftDiaSymReaderNativeVersion>16.9.0-beta1.21055.5</MicrosoftDiaSymReaderNativeVersion>
J
Jan Kotas 已提交
148
    <SystemCommandLineVersion>2.0.0-beta1.20253.1</SystemCommandLineVersion>
149
    <TraceEventVersion>2.0.65</TraceEventVersion>
150
    <CommandLineParserVersion>2.2.0</CommandLineParserVersion>
151 152
    <NETStandardLibraryRefVersion>2.1.0</NETStandardLibraryRefVersion>
    <NetStandardLibraryVersion>2.0.3</NetStandardLibraryVersion>
153 154
    <MicrosoftDiagnosticsToolsRuntimeClientVersion>1.0.4-preview6.19326.1</MicrosoftDiagnosticsToolsRuntimeClientVersion>
    <MicrosoftDiagnosticsNETCoreClientVersion>0.2.61701</MicrosoftDiagnosticsNETCoreClientVersion>
E
Elinor Fung 已提交
155
    <DNNEVersion>1.0.27</DNNEVersion>
156 157 158 159
    <MicrosoftBuildVersion>16.10.0</MicrosoftBuildVersion>
    <MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildVersion)</MicrosoftBuildTasksCoreVersion>
    <NugetProjectModelVersion>5.8.0</NugetProjectModelVersion>
    <NugetPackagingVersion>5.8.0</NugetPackagingVersion>
D
dotnet-bot 已提交
160
    <!-- Testing -->
161
    <MicrosoftNETCoreCoreDisToolsVersion>1.0.1-prerelease-00006</MicrosoftNETCoreCoreDisToolsVersion>
162
    <MicrosoftNETTestSdkVersion>16.9.0-preview-20201201-01</MicrosoftNETTestSdkVersion>
163
    <MicrosoftDotNetXHarnessTestRunnersCommonVersion>1.0.0-prerelease.22053.2</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
164 165 166
    <MicrosoftDotNetXHarnessTestRunnersXunitVersion>1.0.0-prerelease.22053.2</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
    <MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.22053.2</MicrosoftDotNetXHarnessCLIVersion>
    <MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>1.0.2-alpha.0.22053.3</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
M
Maryam Ariyan 已提交
167
    <XUnitVersion>2.4.2-pre.9</XUnitVersion>
168
    <XUnitRunnerVisualStudioVersion>2.4.2</XUnitRunnerVisualStudioVersion>
169
    <CoverletCollectorVersion>1.3.0</CoverletCollectorVersion>
V
Viktor Hofer 已提交
170
    <NewtonsoftJsonVersion>12.0.3</NewtonsoftJsonVersion>
M
Maryam Ariyan 已提交
171
    <SQLitePCLRawbundle_greenVersion>2.0.4</SQLitePCLRawbundle_greenVersion>
D
dotnet-bot 已提交
172
    <MoqVersion>4.12.0</MoqVersion>
173
    <FsCheckVersion>2.14.3</FsCheckVersion>
174
    <SdkVersionForWorkloadTesting>7.0.100-alpha.1.21528.1</SdkVersionForWorkloadTesting>
175
    <CompilerPlatformTestingVersion>1.1.1-beta1.21467.5</CompilerPlatformTestingVersion>
D
dotnet-bot 已提交
176
    <!-- Docs -->
177
    <MicrosoftPrivateIntellisenseVersion>6.0.0-preview-20211019.1</MicrosoftPrivateIntellisenseVersion>
D
dotnet-bot 已提交
178
    <!-- ILLink -->
179
    <MicrosoftNETILLinkTasksVersion>7.0.100-1.22053.1</MicrosoftNETILLinkTasksVersion>
180
    <MicrosoftNETILLinkAnalyzerPackageVersion>$(MicrosoftNETILLinkTasksVersion)</MicrosoftNETILLinkAnalyzerPackageVersion>
181
    <!-- ICU -->
182
    <MicrosoftNETCoreRuntimeICUTransportVersion>7.0.0-alpha.1.22053.1</MicrosoftNETCoreRuntimeICUTransportVersion>
183
    <!-- MsQuic -->
184
    <SystemNetMsQuicTransportVersion>7.0.0-alpha.1.21529.3</SystemNetMsQuicTransportVersion>
185
    <!-- Mono LLVM -->
186 187 188 189 190 191 192 193
    <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.21615.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>11.1.0-alpha.1.21615.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
    <runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.21615.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>11.1.0-alpha.1.21615.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
    <runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.21615.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>11.1.0-alpha.1.21615.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
    <runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.21615.1</runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>11.1.0-alpha.1.21615.1</runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
194
    <!-- emscripten / Node -->
195
    <MicrosoftNETWorkloadEmscriptenManifest70100Version>7.0.0-alpha.1.21601.1</MicrosoftNETWorkloadEmscriptenManifest70100Version>
196
    <MicrosoftNETRuntimeEmscriptenVersion>$(MicrosoftNETWorkloadEmscriptenManifest70100Version)</MicrosoftNETRuntimeEmscriptenVersion>
197 198
    <!-- workloads -->
    <SwixPackageVersion>1.1.87-gba258badda</SwixPackageVersion>
199
    <WixPackageVersion>1.0.0-v3.14.0.5722</WixPackageVersion>
200
    <MonoWorkloadManifestVersion>6.0.0-preview.5.21275.7</MonoWorkloadManifestVersion>
D
dotnet-bot 已提交
201
  </PropertyGroup>
202
</Project>