Skip to content

Commit 96c2e1d

Browse files
carlossanloplewingjkoritzinskyradicalBrennanConroy
authored
Bump main version to 9.0-alpha1 (dotnet#90558)
* Bump main version to 9.0-alpha1 * Try bumping SdkBandVersion * Bump the emscripten transport package * Fix typo * Update TFM to net9.0, minimum to net8.0, use RC1 nightly for SDK to avoid regressions in .NET 8.0 targets and clean up .NET 8->.NET 9 API compat baselining. * Add compat suppressions for removed EOL TFM assets that will not be in the 9.0 variants of the packages. * PR feedback * Fix ILLink errors in the build. * Update Versions.props * PR feedback * Don't use non-portable rids in src/tests infra * Fix restore for Microsoft.NETCore.App.Runtime-based sfxprojs * Fix libs build and expand where we set RunAnalyzers * PR feedback * Try fixing the package testing. * Fix remaining restore issues. * Patch preserialized resources to account for the major version bump (convert Version=8.0.0.0 to Version=9.0.0.0) * Remove explicit hard-coding of net6.0 package testing * Convert more references to net8.0 to net9.0 * Revert TFM changes * Add workaround for RequiresPreviewFeatures and regenerate SLE compat suppressions. * [wasm] Unpin sdk version, and change channel to 9.0 for WBT * Revert "[wasm] Unpin sdk version, and change channel to 9.0 for WBT" This reverts commit be2c615. * Patch preserialized resources to account for the major version bump (convert Version=8.0.0.0 to Version=9.0.0.0) * Suppress EventLog package validation failures to get allconfigurations passing. * Fix queue count in rate limiters (dotnet#90810) * Adding PACKAGE.md to System.Runtime.Caching package (dotnet#90701) * Adding PACKAGE.md to System.Runtime.Caching package * add Remarks * move PACKAGE.md to src folder * update per PR feedback * add important block * [wasm] Unpin sdk version, and change channel to 9.0 for WBT * workloads-testing.targets: Ignore standard error/warning formats Prompted by the following getting caught as a warning, and converted to an error: ``` EXEC : error : dotnet-install: Failed to check the disk space. Installation will continue, but it may fail if you do not have [D:\a\_work\1\s\src\mono\wasm\Wasm.Build.Tests\Wasm.Build.Tests.csproj] enough disk space. dotnet-install: Extracting the archive. ``` * Force AssemblyVersion * Revert changes. * Remove the SLE suppressions again. * Fix 9.0->8.0 replace * Revert "Fix queue count in rate limiters (dotnet#90810)" This reverts commit 1b9e4e3. * Fix formatting * Update Version.Details.xml for xlifftasks to try to fix prebuilt error. --------- Co-authored-by: Larry Ewing <lewing@microsoft.com> Co-authored-by: Jeremy Koritzinsky <jekoritz@microsoft.com> Co-authored-by: Ankit Jain <radical@gmail.com> Co-authored-by: Brennan <brecon@microsoft.com> Co-authored-by: Hong Li <hongli@microsoft.com>
1 parent 7cffd46 commit 96c2e1d

File tree

4 files changed

+46
-43
lines changed

4 files changed

+46
-43
lines changed

Directory.Build.targets

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
<PackageDescription Condition="'$(PackageDescription)' == '' and '$(UseRuntimePackageDisclaimer)' == 'true'">$(RuntimePackageDisclaimer)</PackageDescription>
7979
<!-- Keep in sync as required by the Packaging SDK in Arcade. -->
8080
<Description>$(PackageDescription)</Description>
81+
<!-- Until we update the TFM to match the Major version, we need to patch in support for RequiresPreviewFeatures -->
82+
<GenerateRequiresPreviewFeaturesAttribute Condition="'$(TargetFrameworkMoniker)' == '$(NetCoreAppCurrentTargetFrameworkMoniker)'">true</GenerateRequiresPreviewFeaturesAttribute>
8183
</PropertyGroup>
8284

8385
<Target Name="ValidateTargetOSLowercase"
@@ -121,7 +123,7 @@
121123
AfterTargets="ResolveProjectReferences"
122124
BeforeTargets="FindReferenceAssembliesForReferences"
123125
Condition="'@(ProjectReference)' != '' and '@(_ResolvedProjectReferencePaths)' != ''">
124-
<!-- If we have a ProjectReference to CoreLib, we need to compile against implementation assemblies,
126+
<!-- If we have a ProjectReference to CoreLib, we need to compile against implementation assemblies,
125127
and ignore architecture mismatches in those implementation assemblies. -->
126128
<PropertyGroup Condition="@(_ResolvedProjectReferencePaths->AnyHaveMetadataValue('MSBuildSourceProjectFile', '$(CoreLibProject)'))">
127129
<CompileUsingReferenceAssemblies Condition="'$(CompileUsingReferenceAssemblies)' == ''">false</CompileUsingReferenceAssemblies>

eng/Version.Details.xml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,67 +12,67 @@
1212
<Uri>https://github.com/dotnet/wcf</Uri>
1313
<Sha>7f504aabb1988e9a093c1e74d8040bd52feb2f01</Sha>
1414
</Dependency>
15-
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
15+
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
1616
<Uri>https://github.com/dotnet/llvm-project</Uri>
1717
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
1818
</Dependency>
19-
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
19+
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
2020
<Uri>https://github.com/dotnet/llvm-project</Uri>
2121
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
2222
</Dependency>
23-
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
23+
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
2424
<Uri>https://github.com/dotnet/llvm-project</Uri>
2525
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
2626
</Dependency>
27-
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
27+
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
2828
<Uri>https://github.com/dotnet/llvm-project</Uri>
2929
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
3030
</Dependency>
31-
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
31+
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
3232
<Uri>https://github.com/dotnet/llvm-project</Uri>
3333
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
3434
</Dependency>
35-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
35+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
3636
<Uri>https://github.com/dotnet/llvm-project</Uri>
3737
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
3838
</Dependency>
39-
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
39+
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
4040
<Uri>https://github.com/dotnet/llvm-project</Uri>
4141
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
4242
</Dependency>
43-
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
43+
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
4444
<Uri>https://github.com/dotnet/llvm-project</Uri>
4545
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
4646
</Dependency>
47-
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
47+
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
4848
<Uri>https://github.com/dotnet/llvm-project</Uri>
4949
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
5050
</Dependency>
51-
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
51+
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
5252
<Uri>https://github.com/dotnet/llvm-project</Uri>
5353
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
5454
</Dependency>
55-
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
55+
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
5656
<Uri>https://github.com/dotnet/llvm-project</Uri>
5757
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
5858
</Dependency>
59-
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
59+
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
6060
<Uri>https://github.com/dotnet/llvm-project</Uri>
6161
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
6262
</Dependency>
63-
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
63+
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
6464
<Uri>https://github.com/dotnet/llvm-project</Uri>
6565
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
6666
</Dependency>
67-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
67+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
6868
<Uri>https://github.com/dotnet/llvm-project</Uri>
6969
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
7070
</Dependency>
71-
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
71+
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
7272
<Uri>https://github.com/dotnet/llvm-project</Uri>
7373
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
7474
</Dependency>
75-
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
75+
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
7676
<Uri>https://github.com/dotnet/llvm-project</Uri>
7777
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
7878
</Dependency>
@@ -90,7 +90,7 @@
9090
<Sha>2f4ef297939628143389ddeea569874ded0b1c1b</Sha>
9191
<SourceBuild RepoName="cecil" ManagedOnly="true" />
9292
</Dependency>
93-
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport" Version="8.0.0-rc.1.23411.2">
93+
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport" Version="9.0.0-alpha.1.23415.2">
9494
<Uri>https://github.com/dotnet/emsdk</Uri>
9595
<Sha>abfa03c97f4175d4d209435cd0e71f558e36c3fd</Sha>
9696
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
@@ -112,7 +112,7 @@
112112
<Sha>9b2af35a6702526dc8a7c5fcadcc44efd0dca170</Sha>
113113
<SourceBuild RepoName="arcade" ManagedOnly="true" />
114114
</Dependency>
115-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23408.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
115+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23408.1" CoherentParentDependency="Microsoft.DotNet.Helix.Sdk">
116116
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
117117
<Sha>493329204079519072f0241ed26f692bdee0d60c</Sha>
118118
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
@@ -233,59 +233,59 @@
233233
<Uri>https://github.com/dotnet/runtime-assets</Uri>
234234
<Sha>48270e734aa881c737b80c4fe0459e68aaf08ad6</Sha>
235235
</Dependency>
236-
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
236+
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
237237
<Uri>https://github.com/dotnet/llvm-project</Uri>
238238
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
239239
</Dependency>
240-
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
240+
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
241241
<Uri>https://github.com/dotnet/llvm-project</Uri>
242242
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
243243
</Dependency>
244-
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
244+
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
245245
<Uri>https://github.com/dotnet/llvm-project</Uri>
246246
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
247247
</Dependency>
248-
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
248+
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
249249
<Uri>https://github.com/dotnet/llvm-project</Uri>
250250
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
251251
</Dependency>
252-
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
252+
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
253253
<Uri>https://github.com/dotnet/llvm-project</Uri>
254254
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
255255
</Dependency>
256-
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
256+
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
257257
<Uri>https://github.com/dotnet/llvm-project</Uri>
258258
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
259259
</Dependency>
260-
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
260+
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
261261
<Uri>https://github.com/dotnet/llvm-project</Uri>
262262
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
263263
</Dependency>
264-
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
264+
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
265265
<Uri>https://github.com/dotnet/llvm-project</Uri>
266266
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
267267
</Dependency>
268-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
268+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
269269
<Uri>https://github.com/dotnet/llvm-project</Uri>
270270
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
271271
</Dependency>
272-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
272+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
273273
<Uri>https://github.com/dotnet/llvm-project</Uri>
274274
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
275275
</Dependency>
276-
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
276+
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
277277
<Uri>https://github.com/dotnet/llvm-project</Uri>
278278
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
279279
</Dependency>
280-
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
280+
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
281281
<Uri>https://github.com/dotnet/llvm-project</Uri>
282282
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
283283
</Dependency>
284-
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
284+
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
285285
<Uri>https://github.com/dotnet/llvm-project</Uri>
286286
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
287287
</Dependency>
288-
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport">
288+
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23408.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
289289
<Uri>https://github.com/dotnet/llvm-project</Uri>
290290
<Sha>9b77c16a6061fb1160ec12bd307badb4c58dff98</Sha>
291291
</Dependency>

0 commit comments

Comments
 (0)