Versions.props 18.8 KB
Newer Older
D
dotnet-bot 已提交
1 2
<Project>
  <PropertyGroup>
3
    <!-- The .NET product branding version -->
4
    <ProductVersion>8.0.0</ProductVersion>
D
dotnet-bot 已提交
5
    <!-- File version numbers -->
6
    <MajorVersion>8</MajorVersion>
D
dotnet-bot 已提交
7 8
    <MinorVersion>0</MinorVersion>
    <PatchVersion>0</PatchVersion>
9 10
    <SdkBandVersion>8.0.100</SdkBandVersion>
    <PackageVersionNet6>6.0.10</PackageVersionNet6>
11
    <!-- problematic until NetCoreAppCurrent is net8.0 <PackageVersionNet7>7.0.0</PackageVersionNet7> -->
12
    <PackageVersionForTemplates7>7.0.0-rtm.22476.8</PackageVersionForTemplates7>
13
    <PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
14
    <PreReleaseVersionIteration>1</PreReleaseVersionIteration>
15 16
    <!-- 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. -->
17
    <AssemblyVersion>7.$(MinorVersion).0.0</AssemblyVersion>
D
dotnet-bot 已提交
18 19 20 21
    <!-- Enable to remove prerelease label. -->
    <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
    <DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
    <!-- Opt-in/out repo features -->
22
    <UsingToolMicrosoftNetILLinkTasks>true</UsingToolMicrosoftNetILLinkTasks>
23
    <UsingToolIbcOptimization>false</UsingToolIbcOptimization>
D
dotnet-bot 已提交
24
    <UsingToolXliff>false</UsingToolXliff>
25
    <LastReleasedStableAssemblyVersion>$(AssemblyVersion)</LastReleasedStableAssemblyVersion>
S
Stephen Toub 已提交
26
    <UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
D
dotnet-bot 已提交
27
  </PropertyGroup>
28 29 30 31 32 33 34 35 36 37 38 39 40 41
  <PropertyGroup>
    <!-- dotnet/roslyn-analyzers dependencies -->
    <MicrosoftCodeAnalysisAnalyzersVersion>3.3.4-beta1.22504.1</MicrosoftCodeAnalysisAnalyzersVersion>
    <MicrosoftCodeAnalysisNetAnalyzersVersion>7.0.0-preview1.22504.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
    <!-- dotnet/roslyn dependencies -->
    <!--
      These versions should not be used by any project that contributes to the design-time experience in VS, such as an analyzer, code-fix, or generator assembly.
      Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
      they do not break the local dev experience.
    -->
    <MicrosoftCodeAnalysisCSharpVersion>4.4.0-3.22505.18</MicrosoftCodeAnalysisCSharpVersion>
    <MicrosoftCodeAnalysisVersion>4.4.0-3.22505.18</MicrosoftCodeAnalysisVersion>
    <MicrosoftNetCompilersToolsetVersion>4.4.0-3.22505.18</MicrosoftNetCompilersToolsetVersion>
  </PropertyGroup>
42
  <!--
A
Adeel Mujahid 已提交
43
    For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.
44 45
    We pin these versions as we need to match them exactly for any scenarios that run Roslyn on .NET Framework, like Visual Studio.
  -->
M
Maryam Ariyan 已提交
46
  <PropertyGroup>
47
    <!-- Compatibility with VS 16.11/.NET SDK 5.0.4xx -->
48
    <MicrosoftCodeAnalysisVersion_3_11>3.11.0</MicrosoftCodeAnalysisVersion_3_11>
49
    <!-- Compatibility with VS 17.0/.NET SDK 6.0.1xx  -->
50
    <MicrosoftCodeAnalysisVersion_4_0>4.0.1</MicrosoftCodeAnalysisVersion_4_0>
51
    <!-- Compatibility with VS 17.4/.NET SDK 7.0.1xx -->
52
    <!--
53
      The exact version is a moving target until we ship.
54 55
      It should never go ahead of the Roslyn version included in the SDK version in dotnet/arcade's global.json to avoid causing breaks in product construction.
    -->
56
    <MicrosoftCodeAnalysisVersion_4_4>4.4.0-2.22423.18</MicrosoftCodeAnalysisVersion_4_4>
57
    <!-- Compatibility with the latest Visual Studio Preview release -->
58
    <!--
59 60 61 62 63
      The exact version is always a moving target. This version should never go ahead of the version of Roslyn that is included in the most recent
      public Visual Studio preview version. If it were to go ahead, then any components depending on this version would not work in Visual Studio
      and would cause a major regression for any local development that depends on those components contributing to the build.
      When we are building from source, we care more about reducing pre-built requirements than inner-loop dev experience, so we update this to be the same version
      as MicrosoftCodeAnalysisVersion.
64
    -->
65 66 67 68 69 70 71 72 73 74
    <MicrosoftCodeAnalysisVersion_LatestVS>4.4.0-2.22423.18</MicrosoftCodeAnalysisVersion_LatestVS>
    <MicrosoftCodeAnalysisVersion_LatestVS Condition="'$(DotNetBuildFromSource)' == 'true'">$(MicrosoftCodeAnalysisVersion)</MicrosoftCodeAnalysisVersion_LatestVS>
  </PropertyGroup>
  <!-- 
    These packages affect the design-time experience in VS, so we update them at the same cadance as the MicrosoftCodeAnalysisVersion_LatestVS version.
  -->
  <PropertyGroup>
    <MicrosoftCodeAnalysisCSharpCodeStyleVersion>$(MicrosoftCodeAnalysisVersion_LatestVS)</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
  </PropertyGroup>
  <PropertyGroup>
V
Vitek Karas 已提交
75
    <StaticCsVersion>0.2.0</StaticCsVersion>
76
    <!-- SDK dependencies -->
77
    <MicrosoftDotNetApiCompatTaskVersion>8.0.100-alpha.1.22462.3</MicrosoftDotNetApiCompatTaskVersion>
78
    <!-- Arcade dependencies -->
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
    <MicrosoftDotNetApiCompatVersion>8.0.0-beta.22503.1</MicrosoftDotNetApiCompatVersion>
    <MicrosoftDotNetBuildTasksFeedVersion>8.0.0-beta.22503.1</MicrosoftDotNetBuildTasksFeedVersion>
    <MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.22503.1</MicrosoftDotNetCodeAnalysisVersion>
    <MicrosoftDotNetGenAPIVersion>8.0.0-beta.22503.1</MicrosoftDotNetGenAPIVersion>
    <MicrosoftDotNetGenFacadesVersion>8.0.0-beta.22503.1</MicrosoftDotNetGenFacadesVersion>
    <MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.22503.1</MicrosoftDotNetXUnitExtensionsVersion>
    <MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.22503.1</MicrosoftDotNetXUnitConsoleRunnerVersion>
    <MicrosoftDotNetBuildTasksArchivesVersion>8.0.0-beta.22503.1</MicrosoftDotNetBuildTasksArchivesVersion>
    <MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.22503.1</MicrosoftDotNetBuildTasksInstallersVersion>
    <MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.22503.1</MicrosoftDotNetBuildTasksPackagingVersion>
    <MicrosoftDotNetBuildTasksTargetFrameworkVersion>8.0.0-beta.22503.1</MicrosoftDotNetBuildTasksTargetFrameworkVersion>
    <MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.22503.1</MicrosoftDotNetBuildTasksTemplatingVersion>
    <MicrosoftDotNetBuildTasksWorkloadsPackageVersion>8.0.0-beta.22503.1</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
    <MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.22503.1</MicrosoftDotNetRemoteExecutorVersion>
    <MicrosoftDotNetVersionToolsTasksVersion>8.0.0-beta.22503.1</MicrosoftDotNetVersionToolsTasksVersion>
    <MicrosoftDotNetPackageTestingVersion>8.0.0-beta.22503.1</MicrosoftDotNetPackageTestingVersion>
95
    <!-- NuGet dependencies -->
96
    <NuGetBuildTasksPackVersion>6.0.0-preview.1.102</NuGetBuildTasksPackVersion>
D
dotnet-bot 已提交
97
    <!-- Installer dependencies -->
98
    <MicrosoftNETCoreAppRuntimewinx64Version>8.0.0-alpha.1.22502.5</MicrosoftNETCoreAppRuntimewinx64Version>
99
    <MicrosoftExtensionsDependencyModelVersion>6.0.0</MicrosoftExtensionsDependencyModelVersion>
D
dotnet-bot 已提交
100
    <!-- CoreClr dependencies -->
101
    <MicrosoftNETCoreILAsmVersion>8.0.0-alpha.1.22502.5</MicrosoftNETCoreILAsmVersion>
102 103 104 105 106 107 108 109
    <runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22478.1</runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22478.1</runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22478.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22478.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22478.1</runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22478.1</runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimeosx110arm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22478.1</runtimeosx110arm64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimeosx1012x64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22478.1</runtimeosx1012x64MicrosoftNETCoreRuntimeObjWriterVersion>
D
dotnet-bot 已提交
110
    <!-- Libraries dependencies -->
111
    <MicrosoftBclAsyncInterfacesVersion>6.0.0</MicrosoftBclAsyncInterfacesVersion>
112
    <MicrosoftBclHashCodeVersion>1.1.1</MicrosoftBclHashCodeVersion>
113
    <MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion>
114
    <StyleCopAnalyzersVersion>1.2.0-beta.406</StyleCopAnalyzersVersion>
115
    <SystemBuffersVersion>4.5.1</SystemBuffersVersion>
116
    <SystemCollectionsImmutableVersion>6.0.0</SystemCollectionsImmutableVersion>
117
    <SystemComponentModelAnnotationsVersion>5.0.0</SystemComponentModelAnnotationsVersion>
118
    <SystemDataSqlClientVersion>4.8.3</SystemDataSqlClientVersion>
119 120 121
    <SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
    <SystemIOFileSystemAccessControlVersion>5.0.0</SystemIOFileSystemAccessControlVersion>
    <SystemIOPipesAccessControlVersion>5.0.0</SystemIOPipesAccessControlVersion>
122
    <SystemMemoryVersion>4.5.5</SystemMemoryVersion>
123
    <SystemNumericsVectorsVersion>4.5.0</SystemNumericsVectorsVersion>
124
    <SystemReflectionMetadataVersion>6.0.1</SystemReflectionMetadataVersion>
125
    <SystemReflectionMetadataLoadContextVersion>4.7.1</SystemReflectionMetadataLoadContextVersion>
126 127 128
    <SystemReflectionEmitVersion>4.7.0</SystemReflectionEmitVersion>
    <SystemReflectionEmitILGenerationVersion>4.7.0</SystemReflectionEmitILGenerationVersion>
    <SystemReflectionEmitLightweightVersion>4.7.0</SystemReflectionEmitLightweightVersion>
129
    <SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion>
130
    <SystemSecurityAccessControlVersion>6.0.0</SystemSecurityAccessControlVersion>
131
    <SystemSecurityCryptographyAlgorithmsVersion>4.3.1</SystemSecurityCryptographyAlgorithmsVersion>
132 133 134
    <SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion>
    <SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion>
    <SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
135
    <SystemServiceModelPrimitivesVersion>4.9.0</SystemServiceModelPrimitivesVersion>
136
    <SystemTextJsonVersion>8.0.0-alpha.1.22502.5</SystemTextJsonVersion>
137
    <SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion>
138 139
    <SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
    <SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
140
    <runtimenativeSystemIOPortsVersion>8.0.0-alpha.1.22502.5</runtimenativeSystemIOPortsVersion>
141
    <!-- Runtime-Assets dependencies -->
142 143 144 145 146 147 148 149 150 151 152 153 154
    <SystemRuntimeNumericsTestDataVersion>7.0.0-beta.22503.1</SystemRuntimeNumericsTestDataVersion>
    <SystemComponentModelTypeConverterTestDataVersion>7.0.0-beta.22503.1</SystemComponentModelTypeConverterTestDataVersion>
    <SystemDrawingCommonTestDataVersion>7.0.0-beta.22503.1</SystemDrawingCommonTestDataVersion>
    <SystemFormatsTarTestDataVersion>7.0.0-beta.22503.1</SystemFormatsTarTestDataVersion>
    <SystemIOCompressionTestDataVersion>7.0.0-beta.22503.1</SystemIOCompressionTestDataVersion>
    <SystemIOPackagingTestDataVersion>7.0.0-beta.22503.1</SystemIOPackagingTestDataVersion>
    <SystemNetTestDataVersion>7.0.0-beta.22503.1</SystemNetTestDataVersion>
    <SystemPrivateRuntimeUnicodeDataVersion>7.0.0-beta.22503.1</SystemPrivateRuntimeUnicodeDataVersion>
    <SystemRuntimeTimeZoneDataVersion>7.0.0-beta.22503.1</SystemRuntimeTimeZoneDataVersion>
    <SystemSecurityCryptographyX509CertificatesTestDataVersion>7.0.0-beta.22503.1</SystemSecurityCryptographyX509CertificatesTestDataVersion>
    <SystemTextRegularExpressionsTestDataVersion>7.0.0-beta.22503.1</SystemTextRegularExpressionsTestDataVersion>
    <SystemWindowsExtensionsTestDataVersion>7.0.0-beta.22503.1</SystemWindowsExtensionsTestDataVersion>
    <MicrosoftDotNetCilStripSourcesVersion>7.0.0-beta.22503.1</MicrosoftDotNetCilStripSourcesVersion>
D
dotnet-bot 已提交
155
    <!-- dotnet-optimization dependencies -->
156 157 158 159 160 161
    <optimizationwindows_ntx64MIBCRuntimeVersion>1.0.0-prerelease.22415.6</optimizationwindows_ntx64MIBCRuntimeVersion>
    <optimizationwindows_ntx86MIBCRuntimeVersion>1.0.0-prerelease.22415.6</optimizationwindows_ntx86MIBCRuntimeVersion>
    <optimizationwindows_ntarm64MIBCRuntimeVersion>1.0.0-prerelease.22415.6</optimizationwindows_ntarm64MIBCRuntimeVersion>
    <optimizationlinuxx64MIBCRuntimeVersion>1.0.0-prerelease.22415.6</optimizationlinuxx64MIBCRuntimeVersion>
    <optimizationlinuxarm64MIBCRuntimeVersion>1.0.0-prerelease.22415.6</optimizationlinuxarm64MIBCRuntimeVersion>
    <optimizationPGOCoreCLRVersion>1.0.0-prerelease.22415.6</optimizationPGOCoreCLRVersion>
D
dotnet-bot 已提交
162
    <!-- Not auto-updated. -->
163
    <MicrosoftDiaSymReaderNativeVersion>16.9.0-beta1.21055.5</MicrosoftDiaSymReaderNativeVersion>
164
    <SystemCommandLineVersion>2.0.0-beta4.22355.1</SystemCommandLineVersion>
165
    <TraceEventVersion>3.0.3</TraceEventVersion>
166 167
    <NETStandardLibraryRefVersion>2.1.0</NETStandardLibraryRefVersion>
    <NetStandardLibraryVersion>2.0.3</NetStandardLibraryVersion>
168
    <MicrosoftDiagnosticsToolsRuntimeClientVersion>1.0.4-preview6.19326.1</MicrosoftDiagnosticsToolsRuntimeClientVersion>
E
Elinor Fung 已提交
169
    <DNNEVersion>1.0.27</DNNEVersion>
170 171
    <MicrosoftBuildVersion>16.10.0</MicrosoftBuildVersion>
    <MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildVersion)</MicrosoftBuildTasksCoreVersion>
172 173
    <NugetProjectModelVersion>6.2.1</NugetProjectModelVersion>
    <NugetPackagingVersion>6.2.1</NugetPackagingVersion>
D
dotnet-bot 已提交
174
    <!-- Testing -->
175
    <MicrosoftNETCoreCoreDisToolsVersion>1.1.0</MicrosoftNETCoreCoreDisToolsVersion>
176
    <MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
177 178 179 180
    <MicrosoftDotNetXHarnessTestRunnersCommonVersion>1.0.0-prerelease.22503.4</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
    <MicrosoftDotNetXHarnessTestRunnersXunitVersion>1.0.0-prerelease.22503.4</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
    <MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.22503.4</MicrosoftDotNetXHarnessCLIVersion>
    <MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>1.1.0-alpha.0.22503.2</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
E
Eric StJohn 已提交
181 182
    <XUnitVersion>2.4.2</XUnitVersion>
    <XUnitAnalyzersVersion>1.0.0</XUnitAnalyzersVersion>
183
    <XUnitRunnerVisualStudioVersion>2.4.5</XUnitRunnerVisualStudioVersion>
184
    <CoverletCollectorVersion>3.1.2</CoverletCollectorVersion>
185 186
    <NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
    <NewtonsoftJsonBsonVersion>1.0.2</NewtonsoftJsonBsonVersion>
M
Maryam Ariyan 已提交
187
    <SQLitePCLRawbundle_greenVersion>2.0.4</SQLitePCLRawbundle_greenVersion>
D
dotnet-bot 已提交
188
    <MoqVersion>4.12.0</MoqVersion>
189
    <FsCheckVersion>2.14.3</FsCheckVersion>
190 191 192 193 194 195 196 197
    <!-- Android gRPC client tests -->
    <GoogleProtobufVersion>3.19.4</GoogleProtobufVersion>
    <GrpcAspNetCoreVersion>2.46.0</GrpcAspNetCoreVersion>
    <GrpcAspNetCoreWebVersion>2.46.0</GrpcAspNetCoreWebVersion>
    <GrpcAuthVersion>2.46.3</GrpcAuthVersion>
    <GrpcCoreVersion>2.46.3</GrpcCoreVersion>
    <GrpcDotnetClientVersion>2.45.0</GrpcDotnetClientVersion>
    <GrpcToolsVersion>2.45.0</GrpcToolsVersion>
198
    <!-- Uncomment to set a fixed version, else the latest is used -->
199
    <!--<SdkVersionForWorkloadTesting>8.0.100-alpha.1.22463.23</SdkVersionForWorkloadTesting>-->
200
    <CompilerPlatformTestingVersion>1.1.2-beta1.22403.2</CompilerPlatformTestingVersion>
D
dotnet-bot 已提交
201
    <!-- Docs -->
202
    <MicrosoftPrivateIntellisenseVersion>7.0.0-preview-20220920.1</MicrosoftPrivateIntellisenseVersion>
D
dotnet-bot 已提交
203
    <!-- ILLink -->
204
    <MicrosoftNETILLinkTasksVersion>7.0.100-1.22504.1</MicrosoftNETILLinkTasksVersion>
205
    <MicrosoftNETILLinkAnalyzerPackageVersion>$(MicrosoftNETILLinkTasksVersion)</MicrosoftNETILLinkAnalyzerPackageVersion>
206
    <!-- ICU -->
207
    <MicrosoftNETCoreRuntimeICUTransportVersion>8.0.0-alpha.1.22503.1</MicrosoftNETCoreRuntimeICUTransportVersion>
208
    <!-- MsQuic -->
T
Tomas Weinfurt 已提交
209
    <MicrosoftNativeQuicMsQuicVersion>2.1.1</MicrosoftNativeQuicMsQuicVersion>
210
    <SystemNetMsQuicTransportVersion>7.0.0-alpha.1.22406.1</SystemNetMsQuicTransportVersion>
211
    <!-- Mono LLVM -->
212 213 214 215
    <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.22503.2</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.22503.2</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
    <runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.22503.2</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.22503.2</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
216 217
    <runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.22476.3</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.22476.3</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
218 219
    <runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.22476.3</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.22476.3</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
220
    <!-- emscripten / Node -->
221
    <MicrosoftNETWorkloadEmscriptennet7Manifest80100Version>8.0.0-alpha.1.22504.1</MicrosoftNETWorkloadEmscriptennet7Manifest80100Version>
222
    <MicrosoftNETRuntimeEmscriptenVersion>$(MicrosoftNETWorkloadEmscriptennet7Manifest80100Version)</MicrosoftNETRuntimeEmscriptenVersion>
223 224
    <!-- workloads -->
    <SwixPackageVersion>1.1.87-gba258badda</SwixPackageVersion>
225
    <WixPackageVersion>1.0.0-v3.14.0.5722</WixPackageVersion>
226
    <MonoWorkloadManifestVersion>6.0.0-preview.5.21275.7</MonoWorkloadManifestVersion>
227
    <!-- JIT Tools -->
228 229 230 231 232 233 234 235
    <runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.22478.1</runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.22478.1</runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.22478.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.22478.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.22478.1</runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.22478.1</runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimeosx110arm64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.22478.1</runtimeosx110arm64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimeosx1012x64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.22478.1</runtimeosx1012x64MicrosoftNETCoreRuntimeJITToolsVersion>
D
dotnet-bot 已提交
236
  </PropertyGroup>
237
</Project>