|
1 | 1 | <Project> |
2 | 2 | <PropertyGroup> |
3 | 3 | <!-- The .NET product branding version --> |
4 | | - <ProductVersion>9.0.16</ProductVersion> |
| 4 | + <ProductVersion>9.0.18</ProductVersion> |
5 | 5 | <!-- File version numbers --> |
6 | 6 | <MajorVersion>9</MajorVersion> |
7 | 7 | <MinorVersion>0</MinorVersion> |
8 | | - <PatchVersion>16</PatchVersion> |
| 8 | + <PatchVersion>18</PatchVersion> |
9 | 9 | <SdkBandVersion>9.0.100</SdkBandVersion> |
10 | 10 | <PackageVersionNet8>8.0.$([MSBuild]::Add($(PatchVersion),11))</PackageVersionNet8> |
11 | 11 | <PackageVersionNet7>7.0.20</PackageVersionNet7> |
|
35 | 35 | </ItemGroup> |
36 | 36 | <PropertyGroup> |
37 | 37 | <!-- dotnet/roslyn-analyzers dependencies --> |
38 | | - <MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.26057.1</MicrosoftCodeAnalysisAnalyzersVersion> |
39 | | - <MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.26057.1</MicrosoftCodeAnalysisNetAnalyzersVersion> |
| 38 | + <MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.26075.3</MicrosoftCodeAnalysisAnalyzersVersion> |
| 39 | + <MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.26075.3</MicrosoftCodeAnalysisNetAnalyzersVersion> |
40 | 40 | <!-- dotnet/roslyn dependencies --> |
41 | 41 | <!-- |
42 | 42 | 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. |
|
146 | 146 | <SystemTextEncodingsWebToolsetVersion>8.0.0</SystemTextEncodingsWebToolsetVersion> |
147 | 147 | <SystemThreadingTasksExtensionsToolsetVersion>4.5.4</SystemThreadingTasksExtensionsToolsetVersion> |
148 | 148 | <!-- Runtime-Assets dependencies --> |
149 | | - <SystemRuntimeNumericsTestDataVersion>9.0.0-beta.25625.4</SystemRuntimeNumericsTestDataVersion> |
150 | | - <SystemComponentModelTypeConverterTestDataVersion>9.0.0-beta.25625.4</SystemComponentModelTypeConverterTestDataVersion> |
151 | | - <SystemDataCommonTestDataVersion>9.0.0-beta.25625.4</SystemDataCommonTestDataVersion> |
152 | | - <SystemDrawingCommonTestDataVersion>9.0.0-beta.25625.4</SystemDrawingCommonTestDataVersion> |
153 | | - <SystemFormatsTarTestDataVersion>9.0.0-beta.25625.4</SystemFormatsTarTestDataVersion> |
154 | | - <SystemIOCompressionTestDataVersion>9.0.0-beta.25625.4</SystemIOCompressionTestDataVersion> |
155 | | - <SystemIOPackagingTestDataVersion>9.0.0-beta.25625.4</SystemIOPackagingTestDataVersion> |
156 | | - <SystemNetTestDataVersion>9.0.0-beta.25625.4</SystemNetTestDataVersion> |
157 | | - <SystemPrivateRuntimeUnicodeDataVersion>9.0.0-beta.25625.4</SystemPrivateRuntimeUnicodeDataVersion> |
158 | | - <SystemRuntimeTimeZoneDataVersion>9.0.0-beta.25625.4</SystemRuntimeTimeZoneDataVersion> |
159 | | - <SystemSecurityCryptographyX509CertificatesTestDataVersion>9.0.0-beta.25625.4</SystemSecurityCryptographyX509CertificatesTestDataVersion> |
160 | | - <SystemTextRegularExpressionsTestDataVersion>9.0.0-beta.25625.4</SystemTextRegularExpressionsTestDataVersion> |
161 | | - <SystemWindowsExtensionsTestDataVersion>9.0.0-beta.25625.4</SystemWindowsExtensionsTestDataVersion> |
162 | | - <MicrosoftDotNetCilStripSourcesVersion>9.0.0-beta.25625.4</MicrosoftDotNetCilStripSourcesVersion> |
| 149 | + <SystemRuntimeNumericsTestDataVersion>9.0.0-beta.26071.2</SystemRuntimeNumericsTestDataVersion> |
| 150 | + <SystemComponentModelTypeConverterTestDataVersion>9.0.0-beta.26071.2</SystemComponentModelTypeConverterTestDataVersion> |
| 151 | + <SystemDataCommonTestDataVersion>9.0.0-beta.26071.2</SystemDataCommonTestDataVersion> |
| 152 | + <SystemDrawingCommonTestDataVersion>9.0.0-beta.26071.2</SystemDrawingCommonTestDataVersion> |
| 153 | + <SystemFormatsTarTestDataVersion>9.0.0-beta.26071.2</SystemFormatsTarTestDataVersion> |
| 154 | + <SystemIOCompressionTestDataVersion>9.0.0-beta.26071.2</SystemIOCompressionTestDataVersion> |
| 155 | + <SystemIOPackagingTestDataVersion>9.0.0-beta.26071.2</SystemIOPackagingTestDataVersion> |
| 156 | + <SystemNetTestDataVersion>9.0.0-beta.26071.2</SystemNetTestDataVersion> |
| 157 | + <SystemPrivateRuntimeUnicodeDataVersion>9.0.0-beta.26071.2</SystemPrivateRuntimeUnicodeDataVersion> |
| 158 | + <SystemRuntimeTimeZoneDataVersion>9.0.0-beta.26071.2</SystemRuntimeTimeZoneDataVersion> |
| 159 | + <SystemSecurityCryptographyX509CertificatesTestDataVersion>9.0.0-beta.26071.2</SystemSecurityCryptographyX509CertificatesTestDataVersion> |
| 160 | + <SystemTextRegularExpressionsTestDataVersion>9.0.0-beta.26071.2</SystemTextRegularExpressionsTestDataVersion> |
| 161 | + <SystemWindowsExtensionsTestDataVersion>9.0.0-beta.26071.2</SystemWindowsExtensionsTestDataVersion> |
| 162 | + <MicrosoftDotNetCilStripSourcesVersion>9.0.0-beta.26071.2</MicrosoftDotNetCilStripSourcesVersion> |
163 | 163 | <!-- dotnet-optimization dependencies --> |
164 | 164 | <optimizationwindows_ntx64MIBCRuntimeVersion>1.0.0-prerelease.24462.2</optimizationwindows_ntx64MIBCRuntimeVersion> |
165 | 165 | <optimizationwindows_ntx86MIBCRuntimeVersion>1.0.0-prerelease.24462.2</optimizationwindows_ntx86MIBCRuntimeVersion> |
|
190 | 190 | <MicrosoftNETCoreCoreDisToolsVersion>1.4.0</MicrosoftNETCoreCoreDisToolsVersion> |
191 | 191 | <MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion> |
192 | 192 | <!-- xharness --> |
193 | | - <MicrosoftDotNetXHarnessTestRunnersCommonVersion>11.0.0-prerelease.26168.1</MicrosoftDotNetXHarnessTestRunnersCommonVersion> |
194 | | - <MicrosoftDotNetXHarnessTestRunnersXunitVersion>11.0.0-prerelease.26168.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion> |
195 | | - <MicrosoftDotNetXHarnessCLIVersion>11.0.0-prerelease.26168.1</MicrosoftDotNetXHarnessCLIVersion> |
| 193 | + <MicrosoftDotNetXHarnessTestRunnersCommonVersion>11.0.0-prerelease.26230.4</MicrosoftDotNetXHarnessTestRunnersCommonVersion> |
| 194 | + <MicrosoftDotNetXHarnessTestRunnersXunitVersion>11.0.0-prerelease.26230.4</MicrosoftDotNetXHarnessTestRunnersXunitVersion> |
| 195 | + <MicrosoftDotNetXHarnessCLIVersion>11.0.0-prerelease.26230.4</MicrosoftDotNetXHarnessCLIVersion> |
196 | 196 | <!-- hotreload-utils --> |
197 | 197 | <MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>9.0.0-alpha.0.26152.4</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion> |
198 | 198 | <NUnitVersion>3.12.0</NUnitVersion> |
|
226 | 226 | <!-- ILCompiler --> |
227 | 227 | <MicrosoftDotNetILCompilerVersion>9.0.0-rtm.24511.16</MicrosoftDotNetILCompilerVersion> |
228 | 228 | <!-- ICU --> |
229 | | - <MicrosoftNETCoreRuntimeICUTransportVersion>9.0.0-rtm.25627.1</MicrosoftNETCoreRuntimeICUTransportVersion> |
230 | | - <MicrosoftNETCoreRuntimeICUTransportVersion>9.0.0-rtm.24466.4</MicrosoftNETCoreRuntimeICUTransportVersion> |
| 229 | + <MicrosoftNETCoreRuntimeICUTransportVersion>9.0.0-rtm.26261.1</MicrosoftNETCoreRuntimeICUTransportVersion> |
231 | 230 | <!-- MsQuic --> |
232 | | - <MicrosoftNativeQuicMsQuicSchannelVersion>2.4.17</MicrosoftNativeQuicMsQuicSchannelVersion> |
| 231 | + <MicrosoftNativeQuicMsQuicSchannelVersion>2.4.18</MicrosoftNativeQuicMsQuicSchannelVersion> |
233 | 232 | <!-- Mono LLVM --> |
234 | | - <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26202.3</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
235 | | - <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26202.3</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
236 | | - <runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26202.3</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
237 | | - <runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26202.3</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
238 | | - <runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26202.3</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
239 | | - <runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26202.3</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
240 | | - <runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26202.3</runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
241 | | - <runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26202.3</runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
242 | | - <runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26202.3</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
243 | | - <runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26202.3</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
244 | | - <runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26202.3</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
245 | | - <runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26202.3</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
246 | | - <runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26202.3</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
247 | | - <runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26202.3</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
| 233 | + <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26256.3</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
| 234 | + <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26256.3</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
| 235 | + <runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26256.3</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
| 236 | + <runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26256.3</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
| 237 | + <runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26256.3</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
| 238 | + <runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26256.3</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
| 239 | + <runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26256.3</runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
| 240 | + <runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26256.3</runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
| 241 | + <runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26256.3</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
| 242 | + <runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26256.3</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
| 243 | + <runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26256.3</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
| 244 | + <runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26256.3</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
| 245 | + <runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.26256.3</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion> |
| 246 | + <runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.26256.3</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion> |
248 | 247 | <!-- emscripten / Node |
249 | 248 | Note: when the name is updated, make sure to update dependency name in eng/pipelines/common/xplat-setup.yml |
250 | 249 | like - DarcDependenciesChanged.Microsoft_NET_Workload_Emscripten_Current_Manifest-9_0_100_Transport |
251 | 250 | --> |
252 | | - <MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion>9.0.16-servicing.26221.3</MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion> |
253 | | - <MicrosoftNETWorkloadEmscriptenCurrentManifest90100Version>9.0.16</MicrosoftNETWorkloadEmscriptenCurrentManifest90100Version> |
| 251 | + <MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion>9.0.17-servicing.26258.3</MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion> |
| 252 | + <MicrosoftNETWorkloadEmscriptenCurrentManifest90100Version>9.0.17</MicrosoftNETWorkloadEmscriptenCurrentManifest90100Version> |
254 | 253 | <MicrosoftNETRuntimeEmscriptenVersion>$(MicrosoftNETWorkloadEmscriptenCurrentManifest90100Version)</MicrosoftNETRuntimeEmscriptenVersion> |
255 | 254 | <!-- SdkVersionForWorkloadTesting is used to compute the sdk band and version for workload testing. |
256 | 255 | The published manifests are built in dotnet/sdk so these values are for testing purposes only. |
|
268 | 267 | <SwixPackageVersion>1.1.87-gba258badda</SwixPackageVersion> |
269 | 268 | <WixPackageVersion>1.0.0-v3.14.0.5722</WixPackageVersion> |
270 | 269 | <!-- JIT Tools --> |
271 | | - <runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26202.3</runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion> |
272 | | - <runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26202.3</runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion> |
273 | | - <runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26202.3</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion> |
274 | | - <runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26202.3</runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion> |
275 | | - <runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26202.3</runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion> |
276 | | - <runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26202.3</runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion> |
277 | | - <runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26202.3</runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion> |
278 | | - <runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26202.3</runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion> |
| 270 | + <runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26256.3</runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion> |
| 271 | + <runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26256.3</runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion> |
| 272 | + <runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26256.3</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion> |
| 273 | + <runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26256.3</runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion> |
| 274 | + <runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26256.3</runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion> |
| 275 | + <runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26256.3</runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion> |
| 276 | + <runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26256.3</runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion> |
| 277 | + <runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.26256.3</runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion> |
279 | 278 | <!-- BrowserDebugProxy libs --> |
280 | 279 | <MicrosoftExtensionsLoggingVersion>3.1.7</MicrosoftExtensionsLoggingVersion> |
281 | 280 | <MicrosoftSymbolStoreVersion>1.0.406601</MicrosoftSymbolStoreVersion> |
|
0 commit comments