Versions.props 20.2 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
    <PackageVersionNet7>7.0.0</PackageVersionNet7>
12
    <PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
13
    <PreReleaseVersionIteration>1</PreReleaseVersionIteration>
14 15
    <!-- 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. -->
16
    <AssemblyVersion>$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>
D
dotnet-bot 已提交
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 -->
21
    <UsingToolMicrosoftNetILLinkTasks Condition="'$(UsingToolMicrosoftNetILLinkTasks)' == ''">true</UsingToolMicrosoftNetILLinkTasks>
22
    <UsingToolIbcOptimization>false</UsingToolIbcOptimization>
D
dotnet-bot 已提交
23
    <UsingToolXliff>false</UsingToolXliff>
24
    <LastReleasedStableAssemblyVersion>$(AssemblyVersion)</LastReleasedStableAssemblyVersion>
S
Stephen Toub 已提交
25
    <UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
D
dotnet-bot 已提交
26
  </PropertyGroup>
27 28 29
  <ItemGroup>
    <WorkloadSdkBandVersions Include="$(SdkBandVersion)" SupportsMachineArch="true" />
  </ItemGroup>
30 31
  <PropertyGroup>
    <!-- dotnet/roslyn-analyzers dependencies -->
32 33
    <MicrosoftCodeAnalysisAnalyzersVersion>3.3.4-beta1.23059.1</MicrosoftCodeAnalysisAnalyzersVersion>
    <MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview1.23059.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
34 35 36 37 38 39
    <!-- 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.
    -->
40 41 42
    <MicrosoftCodeAnalysisCSharpVersion>4.6.0-1.23067.16</MicrosoftCodeAnalysisCSharpVersion>
    <MicrosoftCodeAnalysisVersion>4.6.0-1.23067.16</MicrosoftCodeAnalysisVersion>
    <MicrosoftNetCompilersToolsetVersion>4.6.0-1.23067.16</MicrosoftNetCompilersToolsetVersion>
43
  </PropertyGroup>
44
  <!--
A
Adeel Mujahid 已提交
45
    For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.
46 47
    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 已提交
48
  <PropertyGroup>
49
    <!-- Compatibility with VS 16.11/.NET SDK 5.0.4xx -->
50
    <MicrosoftCodeAnalysisVersion_3_11>3.11.0</MicrosoftCodeAnalysisVersion_3_11>
51
    <!-- Compatibility with VS 17.0/.NET SDK 6.0.1xx  -->
52
    <MicrosoftCodeAnalysisVersion_4_0>4.0.1</MicrosoftCodeAnalysisVersion_4_0>
53
    <!-- Compatibility with VS 17.4/.NET SDK 7.0.1xx -->
54
    <!--
55
      The exact version is a moving target until we ship.
56 57
      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.
    -->
58
    <MicrosoftCodeAnalysisVersion_4_4>4.4.0</MicrosoftCodeAnalysisVersion_4_4>
59
    <!-- Compatibility with the latest Visual Studio Preview release -->
60
    <!--
61 62 63 64 65
      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.
66
    -->
67
    <MicrosoftCodeAnalysisVersion_LatestVS>4.4.0</MicrosoftCodeAnalysisVersion_LatestVS>
68
    <MicrosoftCodeAnalysisVersion_LatestVS Condition="'$(DotNetBuildFromSource)' == 'true'">$(MicrosoftCodeAnalysisVersion)</MicrosoftCodeAnalysisVersion_LatestVS>
69 70 71
    <!-- Some of the analyzer dependencies used by ILLink project -->
    <MicrosoftCodeAnalysisCSharpAnalyzerTestingXunitVersion>1.0.1-beta1.21265.1</MicrosoftCodeAnalysisCSharpAnalyzerTestingXunitVersion>
    <MicrosoftCodeAnalysisBannedApiAnalyzersVersion>3.3.2</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
72
  </PropertyGroup>
73
  <!--
74 75 76 77 78 79
    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 已提交
80
    <StaticCsVersion>0.2.0</StaticCsVersion>
81
    <!-- SDK dependencies -->
82
    <MicrosoftDotNetApiCompatTaskVersion>8.0.100-alpha.1.22571.3</MicrosoftDotNetApiCompatTaskVersion>
83
    <!-- Arcade dependencies -->
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
    <MicrosoftDotNetBuildTasksFeedVersion>8.0.0-beta.23067.5</MicrosoftDotNetBuildTasksFeedVersion>
    <MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.23067.5</MicrosoftDotNetCodeAnalysisVersion>
    <MicrosoftDotNetGenAPIVersion>8.0.0-beta.23067.5</MicrosoftDotNetGenAPIVersion>
    <MicrosoftDotNetGenFacadesVersion>8.0.0-beta.23067.5</MicrosoftDotNetGenFacadesVersion>
    <MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.23067.5</MicrosoftDotNetXUnitExtensionsVersion>
    <MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.23067.5</MicrosoftDotNetXUnitConsoleRunnerVersion>
    <MicrosoftDotNetBuildTasksArchivesVersion>8.0.0-beta.23067.5</MicrosoftDotNetBuildTasksArchivesVersion>
    <MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23067.5</MicrosoftDotNetBuildTasksInstallersVersion>
    <MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.23067.5</MicrosoftDotNetBuildTasksPackagingVersion>
    <MicrosoftDotNetBuildTasksTargetFrameworkVersion>8.0.0-beta.23067.5</MicrosoftDotNetBuildTasksTargetFrameworkVersion>
    <MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23067.5</MicrosoftDotNetBuildTasksTemplatingVersion>
    <MicrosoftDotNetBuildTasksWorkloadsPackageVersion>8.0.0-beta.23067.5</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
    <MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23067.5</MicrosoftDotNetRemoteExecutorVersion>
    <MicrosoftDotNetVersionToolsTasksVersion>8.0.0-beta.23067.5</MicrosoftDotNetVersionToolsTasksVersion>
    <MicrosoftDotNetPackageTestingVersion>8.0.0-beta.23067.5</MicrosoftDotNetPackageTestingVersion>
99
    <!-- NuGet dependencies -->
100
    <NuGetBuildTasksPackVersion>6.0.0-preview.1.102</NuGetBuildTasksPackVersion>
D
dotnet-bot 已提交
101
    <!-- Installer dependencies -->
102
    <MicrosoftNETCoreAppRuntimewinx64Version>8.0.0-alpha.1.23058.2</MicrosoftNETCoreAppRuntimewinx64Version>
103
    <MicrosoftExtensionsDependencyModelVersion>6.0.0</MicrosoftExtensionsDependencyModelVersion>
D
dotnet-bot 已提交
104
    <!-- CoreClr dependencies -->
105 106 107 108 109 110 111 112 113
    <MicrosoftNETCoreILAsmVersion>8.0.0-alpha.1.23058.2</MicrosoftNETCoreILAsmVersion>
    <runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.23059.1</runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.23059.1</runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.23059.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.23059.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.23059.1</runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.23059.1</runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimeosx110arm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.23059.1</runtimeosx110arm64MicrosoftNETCoreRuntimeObjWriterVersion>
    <runtimeosx1012x64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.23059.1</runtimeosx1012x64MicrosoftNETCoreRuntimeObjWriterVersion>
T
Thefrank 已提交
114
    <runtimefreebsdx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.23059.1</runtimefreebsdx64MicrosoftNETCoreRuntimeObjWriterVersion>
D
dotnet-bot 已提交
115
    <!-- Libraries dependencies -->
116
    <MicrosoftBclAsyncInterfacesVersion>6.0.0</MicrosoftBclAsyncInterfacesVersion>
117
    <MicrosoftBclHashCodeVersion>1.1.1</MicrosoftBclHashCodeVersion>
118
    <MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion>
119
    <StyleCopAnalyzersVersion>1.2.0-beta.406</StyleCopAnalyzersVersion>
120
    <SystemBuffersVersion>4.5.1</SystemBuffersVersion>
121
    <SystemCollectionsImmutableVersion>6.0.0</SystemCollectionsImmutableVersion>
122
    <SystemComponentModelAnnotationsVersion>5.0.0</SystemComponentModelAnnotationsVersion>
123
    <SystemDataSqlClientVersion>4.8.5</SystemDataSqlClientVersion>
124 125 126
    <SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
    <SystemIOFileSystemAccessControlVersion>5.0.0</SystemIOFileSystemAccessControlVersion>
    <SystemIOPipesAccessControlVersion>5.0.0</SystemIOPipesAccessControlVersion>
127
    <SystemMemoryVersion>4.5.5</SystemMemoryVersion>
128
    <SystemNumericsVectorsVersion>4.5.0</SystemNumericsVectorsVersion>
129
    <SystemReflectionMetadataVersion>6.0.1</SystemReflectionMetadataVersion>
130 131 132
    <SystemReflectionEmitVersion>4.7.0</SystemReflectionEmitVersion>
    <SystemReflectionEmitILGenerationVersion>4.7.0</SystemReflectionEmitILGenerationVersion>
    <SystemReflectionEmitLightweightVersion>4.7.0</SystemReflectionEmitLightweightVersion>
133
    <SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion>
134
    <SystemSecurityAccessControlVersion>6.0.0</SystemSecurityAccessControlVersion>
135
    <SystemSecurityCryptographyAlgorithmsVersion>4.3.1</SystemSecurityCryptographyAlgorithmsVersion>
136 137 138
    <SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion>
    <SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion>
    <SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
139
    <SystemSecurityPermissionsVersion>7.0.0</SystemSecurityPermissionsVersion>
140
    <SystemServiceModelPrimitivesVersion>4.9.0</SystemServiceModelPrimitivesVersion>
141
    <SystemTextJsonVersion>8.0.0-alpha.1.23058.2</SystemTextJsonVersion>
142
    <SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion>
143
    <SystemThreadingAccessControlVersion>7.0.0</SystemThreadingAccessControlVersion>
144 145
    <SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
    <SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
146
    <runtimenativeSystemIOPortsVersion>8.0.0-alpha.1.23058.2</runtimenativeSystemIOPortsVersion>
147
    <!-- Runtime-Assets dependencies -->
148 149 150 151 152 153 154 155 156 157 158 159 160
    <SystemRuntimeNumericsTestDataVersion>8.0.0-beta.23059.2</SystemRuntimeNumericsTestDataVersion>
    <SystemComponentModelTypeConverterTestDataVersion>8.0.0-beta.23059.2</SystemComponentModelTypeConverterTestDataVersion>
    <SystemDrawingCommonTestDataVersion>8.0.0-beta.23059.2</SystemDrawingCommonTestDataVersion>
    <SystemFormatsTarTestDataVersion>8.0.0-beta.23059.2</SystemFormatsTarTestDataVersion>
    <SystemIOCompressionTestDataVersion>8.0.0-beta.23059.2</SystemIOCompressionTestDataVersion>
    <SystemIOPackagingTestDataVersion>8.0.0-beta.23059.2</SystemIOPackagingTestDataVersion>
    <SystemNetTestDataVersion>8.0.0-beta.23059.2</SystemNetTestDataVersion>
    <SystemPrivateRuntimeUnicodeDataVersion>8.0.0-beta.23059.2</SystemPrivateRuntimeUnicodeDataVersion>
    <SystemRuntimeTimeZoneDataVersion>8.0.0-beta.23059.2</SystemRuntimeTimeZoneDataVersion>
    <SystemSecurityCryptographyX509CertificatesTestDataVersion>8.0.0-beta.23059.2</SystemSecurityCryptographyX509CertificatesTestDataVersion>
    <SystemTextRegularExpressionsTestDataVersion>8.0.0-beta.23059.2</SystemTextRegularExpressionsTestDataVersion>
    <SystemWindowsExtensionsTestDataVersion>8.0.0-beta.23059.2</SystemWindowsExtensionsTestDataVersion>
    <MicrosoftDotNetCilStripSourcesVersion>8.0.0-beta.23059.2</MicrosoftDotNetCilStripSourcesVersion>
D
dotnet-bot 已提交
161
    <!-- dotnet-optimization dependencies -->
162 163 164 165 166 167
    <optimizationwindows_ntx64MIBCRuntimeVersion>1.0.0-prerelease.23061.7</optimizationwindows_ntx64MIBCRuntimeVersion>
    <optimizationwindows_ntx86MIBCRuntimeVersion>1.0.0-prerelease.23061.7</optimizationwindows_ntx86MIBCRuntimeVersion>
    <optimizationwindows_ntarm64MIBCRuntimeVersion>1.0.0-prerelease.23061.7</optimizationwindows_ntarm64MIBCRuntimeVersion>
    <optimizationlinuxx64MIBCRuntimeVersion>1.0.0-prerelease.23061.7</optimizationlinuxx64MIBCRuntimeVersion>
    <optimizationlinuxarm64MIBCRuntimeVersion>1.0.0-prerelease.23061.7</optimizationlinuxarm64MIBCRuntimeVersion>
    <optimizationPGOCoreCLRVersion>1.0.0-prerelease.23061.7</optimizationPGOCoreCLRVersion>
D
dotnet-bot 已提交
168
    <!-- Not auto-updated. -->
169
    <MicrosoftDiaSymReaderNativeVersion>16.9.0-beta1.21055.5</MicrosoftDiaSymReaderNativeVersion>
170
    <SystemCommandLineVersion>2.0.0-beta4.22564.1</SystemCommandLineVersion>
171
    <TraceEventVersion>3.0.3</TraceEventVersion>
172 173
    <NETStandardLibraryRefVersion>2.1.0</NETStandardLibraryRefVersion>
    <NetStandardLibraryVersion>2.0.3</NetStandardLibraryVersion>
174
    <MicrosoftDiagnosticsToolsRuntimeClientVersion>1.0.4-preview6.19326.1</MicrosoftDiagnosticsToolsRuntimeClientVersion>
E
Elinor Fung 已提交
175
    <DNNEVersion>1.0.27</DNNEVersion>
176
    <MicrosoftBuildVersion>17.3.2</MicrosoftBuildVersion>
177
    <MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildVersion)</MicrosoftBuildTasksCoreVersion>
178 179
    <MicrosoftBuildFrameworkVersion>$(MicrosoftBuildVersion)</MicrosoftBuildFrameworkVersion>
    <MicrosoftBuildUtilitiesCoreVersion>$(MicrosoftBuildVersion)</MicrosoftBuildUtilitiesCoreVersion>
180
    <NugetProjectModelVersion>6.2.2</NugetProjectModelVersion>
181
    <NugetPackagingVersion>6.2.2</NugetPackagingVersion>
D
dotnet-bot 已提交
182
    <!-- Testing -->
183
    <MicrosoftNETCoreCoreDisToolsVersion>1.1.0</MicrosoftNETCoreCoreDisToolsVersion>
184
    <MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
185 186 187 188
    <MicrosoftDotNetXHarnessTestRunnersCommonVersion>1.0.0-prerelease.23059.1</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
    <MicrosoftDotNetXHarnessTestRunnersXunitVersion>1.0.0-prerelease.23059.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
    <MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.23059.1</MicrosoftDotNetXHarnessCLIVersion>
    <MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>1.1.0-alpha.0.23061.2</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
E
Eric StJohn 已提交
189 190
    <XUnitVersion>2.4.2</XUnitVersion>
    <XUnitAnalyzersVersion>1.0.0</XUnitAnalyzersVersion>
191
    <XUnitRunnerVisualStudioVersion>2.4.5</XUnitRunnerVisualStudioVersion>
192 193
    <NUnitVersion>3.12.0</NUnitVersion>
    <NUnitTestAdapterVersion>4.1.0</NUnitTestAdapterVersion>
194
    <CoverletCollectorVersion>3.1.2</CoverletCollectorVersion>
195 196
    <NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
    <NewtonsoftJsonBsonVersion>1.0.2</NewtonsoftJsonBsonVersion>
M
Maryam Ariyan 已提交
197
    <SQLitePCLRawbundle_greenVersion>2.0.4</SQLitePCLRawbundle_greenVersion>
D
dotnet-bot 已提交
198
    <MoqVersion>4.12.0</MoqVersion>
199
    <FluentAssertionsVersion>6.7.0</FluentAssertionsVersion>
200
    <FsCheckVersion>2.14.3</FsCheckVersion>
201 202 203 204 205 206 207 208
    <!-- 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>
209
    <!-- Uncomment to set a fixed version, else the latest is used -->
210
    <!--<SdkVersionForWorkloadTesting>8.0.100-alpha.1.22463.23</SdkVersionForWorkloadTesting>-->
211
    <CompilerPlatformTestingVersion>1.1.2-beta1.22403.2</CompilerPlatformTestingVersion>
D
dotnet-bot 已提交
212
    <!-- Docs -->
213
    <MicrosoftPrivateIntellisenseVersion>7.0.0-preview-20221010.1</MicrosoftPrivateIntellisenseVersion>
D
dotnet-bot 已提交
214
    <!-- ILLink -->
215
    <MicrosoftNETILLinkTasksVersion>8.0.100-1.23067.1</MicrosoftNETILLinkTasksVersion>
216
    <MicrosoftNETILLinkAnalyzerPackageVersion>$(MicrosoftNETILLinkTasksVersion)</MicrosoftNETILLinkAnalyzerPackageVersion>
217
    <!-- Mono Cecil -->
218 219
    <MicrosoftDotNetCecilVersion>0.11.4-alpha.23060.1</MicrosoftDotNetCecilVersion>
    <MicrosoftDotNetCecilPdbVersion>0.11.4-alpha.23060.1</MicrosoftDotNetCecilPdbVersion>
220
    <!-- ICU -->
221
    <MicrosoftNETCoreRuntimeICUTransportVersion>8.0.0-alpha.1.23059.1</MicrosoftNETCoreRuntimeICUTransportVersion>
222
    <!-- MsQuic -->
T
Tomas Weinfurt 已提交
223
    <MicrosoftNativeQuicMsQuicVersion>2.1.1</MicrosoftNativeQuicMsQuicVersion>
224
    <SystemNetMsQuicTransportVersion>7.0.0-alpha.1.22406.1</SystemNetMsQuicTransportVersion>
225
    <!-- Mono LLVM -->
226 227 228 229 230 231 232 233 234 235
    <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.23061.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.23061.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
    <runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.23061.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.23061.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
    <runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.23061.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.23061.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
    <runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.23061.1</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.23061.1</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
    <runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.23061.1</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
    <runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.23061.1</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
236
    <!-- emscripten / Node -->
237
    <MicrosoftNETWorkloadEmscriptennet7Manifest80100Version>8.0.0-alpha.1.23061.1</MicrosoftNETWorkloadEmscriptennet7Manifest80100Version>
238
    <MicrosoftNETRuntimeEmscriptenVersion>$(MicrosoftNETWorkloadEmscriptennet7Manifest80100Version)</MicrosoftNETRuntimeEmscriptenVersion>
239 240
    <!-- workloads -->
    <SwixPackageVersion>1.1.87-gba258badda</SwixPackageVersion>
241
    <WixPackageVersion>1.0.0-v3.14.0.5722</WixPackageVersion>
242
    <MonoWorkloadManifestVersion>6.0.0-preview.5.21275.7</MonoWorkloadManifestVersion>
243
    <!-- JIT Tools -->
244 245 246 247 248 249 250 251
    <runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.23059.1</runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.23059.1</runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.23059.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.23059.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.23059.1</runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.23059.1</runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimeosx110arm64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.23059.1</runtimeosx110arm64MicrosoftNETCoreRuntimeJITToolsVersion>
    <runtimeosx1012x64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.23059.1</runtimeosx1012x64MicrosoftNETCoreRuntimeJITToolsVersion>
T
Thefrank 已提交
252
    <runtimefreebsdx64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.23059.1</runtimefreebsdx64MicrosoftNETCoreRuntimeJITToolsVersion>
D
dotnet-bot 已提交
253
  </PropertyGroup>
254
</Project>