Skip to content

Commit 127e79f

Browse files
committed
Merge branch 'main' into dev/grendel/android-clr-host-local
* main: (41 commits) Automated bump of chrome version (dotnet#112309) Add `GetDeclaringType` to `PropertyDefinition` and `EventDefinition`. (dotnet#111646) Update the System.ComponentModel.Annotations solution to build in VS (dotnet#112313) JIT: initial support for stack allocating arrays of GC type (dotnet#112250) [main] Update dependencies from dotnet/roslyn (dotnet#112260) Update Xcode casing (dotnet#112307) update the location of assert for REG_ZR check (dotnet#112294) Enable `SA1206`: Keyword ordering (dotnet#112303) Address feedback on dense FrozenDictionary optimization (dotnet#112298) Start regular pri-1 tests runs with native AOT (dotnet#111391) Observe exceptions from _connectionCloseTcs (dotnet#112190) Test failure - SendAsync_RequestVersion20_ResponseVersion20 (dotnet#112232) Fix init race in mono_class_try_get_[shortname]_class. (dotnet#112282) Remove repeated call to DllMain (dotnet#112285) Replace bitvector.h/cpp with ptrArgTP type in gc_unwind_x86.h/inl (dotnet#112268) JIT: Limit 3-opt to 1000 swaps per run (dotnet#112259) [main] Update dependencies from dotnet/icu, dotnet/runtime-assets (dotnet#112120) Update dependencies from https://github.com/dotnet/emsdk build 20250205.3 (dotnet#112223) Fix EventPipe on Android CoreClr. (dotnet#112270) Fix exception handling in the prestub worker (dotnet#111937) ...
2 parents 648b551 + 02f99e5 commit 127e79f

File tree

197 files changed

+5068
-2757
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+5068
-2757
lines changed

docs/workflow/using-docker.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ The main Docker images are the most commonly used ones, and the ones you will pr
2626

2727
| Host OS | Target OS | Target Arch | Image | crossrootfs dir |
2828
| ----------------- | ------------ | --------------- | -------------------------------------------------------------------------------------- | -------------------- |
29-
| Azure Linux (x64) | Alpine 3.13 | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64-musl` | `/crossrootfs/x64` |
30-
| Azure Linux (x64) | Ubuntu 16.04 | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64` | `/crossrootfs/x64` |
31-
| Azure Linux (x64) | Alpine 3.13 | Arm32 (armhf) | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm-musl` | `/crossrootfs/arm` |
29+
| Azure Linux (x64) | Alpine 3.17 | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64-musl` | `/crossrootfs/x64` |
30+
| Azure Linux (x64) | Ubuntu 18.04 | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64` | `/crossrootfs/x64` |
31+
| Azure Linux (x64) | Alpine 3.17 | Arm32 (armhf) | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm-musl` | `/crossrootfs/arm` |
3232
| Azure Linux (x64) | Ubuntu 22.04 | Arm32 (armhf) | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm` | `/crossrootfs/arm` |
33-
| Azure Linux (x64) | Alpine 3.13 | Arm64 (arm64v8) | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm64-musl` | `/crossrootfs/arm64` |
34-
| Azure Linux (x64) | Ubuntu 16.04 | Arm64 (arm64v8) | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm64` | `/crossrootfs/arm64` |
35-
| Azure Linux (x64) | Ubuntu 16.04 | x86 | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-x86` | `/crossrootfs/x86` |
33+
| Azure Linux (x64) | Alpine 3.17 | Arm64 (arm64v8) | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm64-musl` | `/crossrootfs/arm64` |
34+
| Azure Linux (x64) | Ubuntu 18.04 | Arm64 (arm64v8) | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm64` | `/crossrootfs/arm64` |
35+
| Azure Linux (x64) | Ubuntu 18.04 | x86 | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-x86` | `/crossrootfs/x86` |
3636

3737
**Extended Docker Images**
3838

@@ -46,7 +46,7 @@ The main Docker images are the most commonly used ones, and the ones you will pr
4646
| Azure Linux (x64) | Ubuntu 24.04 | RISC-V | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-riscv64` | `/crossrootfs/riscv64` |
4747
| Azure Linux (x64) | Debian sid | LoongArch | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-loongarch64` | `/crossrootfs/loongarch64` |
4848
| Azure Linux (x64) | Ubuntu 18.04 | S390x | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-s390x` | `/crossrootfs/s390x` |
49-
| Azure Linux (x64) | Ubuntu 16.04 (Wasm) | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-webassembly-amd64` | `/crossrootfs/x64` |
49+
| Azure Linux (x64) | Ubuntu 18.04 (Wasm) | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-webassembly-amd64` | `/crossrootfs/x64` |
5050
| Debian (x64) | Debian 12 | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc14-amd64` | *N/A* |
5151
| Ubuntu (x64) | Tizen 9.0 | Arm32 (armel) | `mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-armel-tizen` | `/crossrootfs/armel` |
5252
| Ubuntu (x64) | Ubuntu 20.04 | Arm32 (v6) | `mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-cross-armv6-raspbian-10` | `/crossrootfs/armv6` |
@@ -59,18 +59,19 @@ Once you've chosen the image that suits your needs, you can issue `docker run` w
5959
docker run --rm \
6060
-v <RUNTIME_REPO_PATH>:/runtime \
6161
-w /runtime \
62+
-e ROOTFS_DIR=/crossrootfs/x64/ \
6263
mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64 \
63-
./build.sh --subset clr --configuration Checked
64+
./build.sh -s clr --cross -c Checked
6465
```
6566

6667
Now, dissecting the command:
6768

6869
- `--rm`: Erase the created container after it finishes running.
6970
- `-v <RUNTIME_REPO_PATH>:/runtime`: Mount the runtime repo clone located in `<RUNTIME_REPO_PATH>` to the container path `/runtime`.
7071
- `-w /runtime`: Start the container in the `/runtime` directory.
72+
- `-e ROOTFS_DIR=/crossrootfs/x64/` sets up the environment variable for crossbuilding.
7173
- `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64`: The fully qualified name of the Docker image to download. In this case, we want to use an *Azure Linux* image to target the *x64* architecture.
72-
- `./build.sh --subset clr --configuration Checked`: The build command to run in the repo. In this case, we want to build the *Clr* subset in the *Checked* configuration.
74+
- `./build.sh -s clr --cross -c Checked`: The build command to run in the repo. In this case, we want to build the *Clr* subset in the *Checked* configuration with the cross compilation option.
7375

7476
You might also want to interact with the container directly for a myriad of reasons, like running multiple builds in different paths for example. In this case, instead of passing the build script command to the `docker` command-line, pass the flag `-it`. When you do this, you will get access to a small shell within the container, which allows you to explore it, run builds manually, and so on, like you would on a regular terminal in your machine. Note that the containers' shell's built-in tools are very limited in comparison to the ones you probably have on your machine, so don't expect to be able to do full work there.
7577

76-
To do cross-building using Docker, make sure to select the appropriate image that targets the platform you want to build for. As for the commands to run, follow the same instructions from the cross-building doc [over here](/docs/workflow/building/coreclr/cross-building.md), with the difference that you don't need to generate the *ROOTFS*, as the cross-building images already include it.

eng/Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<ProjectToBuild Include="$(RepoRoot)Build.proj" />
8+
<!-- dotnet/runtime controls which projects run in which passes through our DefaultSubsets settings in eng/Subsets.props -->
9+
<ProjectToBuild Include="$(RepoRoot)Build.proj" DotNetBuildPass="2" Condition="'$(DotNetBuildPass)' == '2'" />
810
</ItemGroup>
911
</Project>

eng/CodeAnalysis.src.globalconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,8 +1334,8 @@ dotnet_diagnostic.SA1204.severity = none
13341334
# SA1205: Partial elements should declare an access modifier
13351335
dotnet_diagnostic.SA1205.severity = warning
13361336

1337-
# SA1206: Keyword ordering - TODO Re-enable as warning after https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3527
1338-
dotnet_diagnostic.SA1206.severity = suggestion
1337+
# SA1206: Keyword ordering
1338+
dotnet_diagnostic.SA1206.severity = warning
13391339

13401340
# SA1208: Using directive ordering
13411341
dotnet_diagnostic.SA1208.severity = none

eng/Subsets.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<DefaultSubsets Condition="'$(DotNetBuildMonoCrossAOT)' == 'true'">mono+packs</DefaultSubsets>
7070

7171
<!-- In the Win-x86 BuildPass2 job in the VMR, we want to build the cross-OS DACs and pack them. -->
72-
<DefaultSubsets Condition="'$(DotNetBuildPass)' == '2' and '$(TargetRid)' == 'win-x86'">crossdacpack</DefaultSubsets>
72+
<DefaultSubsets Condition="'$(DotNetBuildPass)' == '2' and '$(TargetOS)' == 'windows' and '$(TargetArchitecture)' == 'x86'">crossdacpack</DefaultSubsets>
7373
</PropertyGroup>
7474

7575
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="10.0.0-preview.2.25074.1">
3+
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="10.0.0-preview.2.25102.3">
44
<Uri>https://github.com/dotnet/icu</Uri>
5-
<Sha>61cf0b87b7ea887003d5fe9fc3cdc7d50bfb8ed3</Sha>
5+
<Sha>4cfe3beb254e824bf989bc1107d5ac6057640820</Sha>
66
</Dependency>
77
<Dependency Name="System.ServiceModel.Primitives" Version="4.9.0-rc2.21473.1">
88
<Uri>https://github.com/dotnet/wcf</Uri>
@@ -60,14 +60,14 @@
6060
<Sha>dfa03011d6474bd0e6c9d0363e4f3b18b99f2ad8</Sha>
6161
<SourceBuild RepoName="cecil" ManagedOnly="true" />
6262
</Dependency>
63-
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport" Version="10.0.0-preview.2.25104.1">
63+
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport" Version="10.0.0-preview.2.25105.3">
6464
<Uri>https://github.com/dotnet/emsdk</Uri>
65-
<Sha>dd097e361bffff02e11fceab854f6156027acee9</Sha>
65+
<Sha>c8c1ff004deb78cbd4b1599c96f9a19e9f09ca62</Sha>
6666
</Dependency>
6767
<!-- Intermediate is necessary for source build. -->
68-
<Dependency Name="Microsoft.SourceBuild.Intermediate.emsdk" Version="10.0.0-preview.2.25104.1">
68+
<Dependency Name="Microsoft.SourceBuild.Intermediate.emsdk" Version="10.0.0-preview.2.25105.3">
6969
<Uri>https://github.com/dotnet/emsdk</Uri>
70-
<Sha>dd097e361bffff02e11fceab854f6156027acee9</Sha>
70+
<Sha>c8c1ff004deb78cbd4b1599c96f9a19e9f09ca62</Sha>
7171
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7272
</Dependency>
7373
<!-- Intermediate is necessary for source build. -->
@@ -166,57 +166,57 @@
166166
<Uri>https://github.com/dotnet/arcade</Uri>
167167
<Sha>bbea86c614fcf4380c58c80eacd279a0b8305a79</Sha>
168168
</Dependency>
169-
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="10.0.0-beta.25070.2">
169+
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="10.0.0-beta.25103.1">
170170
<Uri>https://github.com/dotnet/runtime-assets</Uri>
171-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
171+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
172172
</Dependency>
173-
<Dependency Name="System.Data.Common.TestData" Version="10.0.0-beta.25070.2">
173+
<Dependency Name="System.Data.Common.TestData" Version="10.0.0-beta.25103.1">
174174
<Uri>https://github.com/dotnet/runtime-assets</Uri>
175-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
175+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
176176
</Dependency>
177-
<Dependency Name="System.Drawing.Common.TestData" Version="10.0.0-beta.25070.2">
177+
<Dependency Name="System.Drawing.Common.TestData" Version="10.0.0-beta.25103.1">
178178
<Uri>https://github.com/dotnet/runtime-assets</Uri>
179-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
179+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
180180
</Dependency>
181-
<Dependency Name="System.Formats.Tar.TestData" Version="10.0.0-beta.25070.2">
181+
<Dependency Name="System.Formats.Tar.TestData" Version="10.0.0-beta.25103.1">
182182
<Uri>https://github.com/dotnet/runtime-assets</Uri>
183-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
183+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
184184
</Dependency>
185-
<Dependency Name="System.IO.Compression.TestData" Version="10.0.0-beta.25070.2">
185+
<Dependency Name="System.IO.Compression.TestData" Version="10.0.0-beta.25103.1">
186186
<Uri>https://github.com/dotnet/runtime-assets</Uri>
187-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
187+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
188188
</Dependency>
189-
<Dependency Name="System.IO.Packaging.TestData" Version="10.0.0-beta.25070.2">
189+
<Dependency Name="System.IO.Packaging.TestData" Version="10.0.0-beta.25103.1">
190190
<Uri>https://github.com/dotnet/runtime-assets</Uri>
191-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
191+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
192192
</Dependency>
193-
<Dependency Name="System.Net.TestData" Version="10.0.0-beta.25070.2">
193+
<Dependency Name="System.Net.TestData" Version="10.0.0-beta.25103.1">
194194
<Uri>https://github.com/dotnet/runtime-assets</Uri>
195-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
195+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
196196
</Dependency>
197-
<Dependency Name="System.Private.Runtime.UnicodeData" Version="10.0.0-beta.25070.2">
197+
<Dependency Name="System.Private.Runtime.UnicodeData" Version="10.0.0-beta.25103.1">
198198
<Uri>https://github.com/dotnet/runtime-assets</Uri>
199-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
199+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
200200
</Dependency>
201-
<Dependency Name="System.Runtime.TimeZoneData" Version="10.0.0-beta.25070.2">
201+
<Dependency Name="System.Runtime.TimeZoneData" Version="10.0.0-beta.25103.1">
202202
<Uri>https://github.com/dotnet/runtime-assets</Uri>
203-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
203+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
204204
</Dependency>
205-
<Dependency Name="System.Security.Cryptography.X509Certificates.TestData" Version="10.0.0-beta.25070.2">
205+
<Dependency Name="System.Security.Cryptography.X509Certificates.TestData" Version="10.0.0-beta.25103.1">
206206
<Uri>https://github.com/dotnet/runtime-assets</Uri>
207-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
207+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
208208
</Dependency>
209-
<Dependency Name="System.Text.RegularExpressions.TestData" Version="10.0.0-beta.25070.2">
209+
<Dependency Name="System.Text.RegularExpressions.TestData" Version="10.0.0-beta.25103.1">
210210
<Uri>https://github.com/dotnet/runtime-assets</Uri>
211-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
211+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
212212
</Dependency>
213-
<Dependency Name="System.Windows.Extensions.TestData" Version="10.0.0-beta.25070.2">
213+
<Dependency Name="System.Windows.Extensions.TestData" Version="10.0.0-beta.25103.1">
214214
<Uri>https://github.com/dotnet/runtime-assets</Uri>
215-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
215+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
216216
</Dependency>
217-
<Dependency Name="Microsoft.DotNet.CilStrip.Sources" Version="10.0.0-beta.25070.2">
217+
<Dependency Name="Microsoft.DotNet.CilStrip.Sources" Version="10.0.0-beta.25103.1">
218218
<Uri>https://github.com/dotnet/runtime-assets</Uri>
219-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
219+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
220220
</Dependency>
221221
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Libclang" Version="19.1.0-alpha.1.25077.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
222222
<Uri>https://github.com/dotnet/llvm-project</Uri>
@@ -372,21 +372,21 @@
372372
<Uri>https://github.com/dotnet/hotreload-utils</Uri>
373373
<Sha>f30fb00238a27eff06b5a6bf11ff9c4a5e35c9ca</Sha>
374374
</Dependency>
375-
<Dependency Name="System.Runtime.Numerics.TestData" Version="10.0.0-beta.25070.2">
375+
<Dependency Name="System.Runtime.Numerics.TestData" Version="10.0.0-beta.25103.1">
376376
<Uri>https://github.com/dotnet/runtime-assets</Uri>
377-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
377+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
378378
</Dependency>
379-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-2.25104.11">
379+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-2.25107.8">
380380
<Uri>https://github.com/dotnet/roslyn</Uri>
381-
<Sha>a6c751e3b34ba2cb87ff3761d1ba89dcb4f3069f</Sha>
381+
<Sha>651ee91d035cdf8e659c00a384d5d6671aadbe46</Sha>
382382
</Dependency>
383-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.14.0-2.25104.11">
383+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.14.0-2.25107.8">
384384
<Uri>https://github.com/dotnet/roslyn</Uri>
385-
<Sha>a6c751e3b34ba2cb87ff3761d1ba89dcb4f3069f</Sha>
385+
<Sha>651ee91d035cdf8e659c00a384d5d6671aadbe46</Sha>
386386
</Dependency>
387-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.14.0-2.25104.11">
387+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.14.0-2.25107.8">
388388
<Uri>https://github.com/dotnet/roslyn</Uri>
389-
<Sha>a6c751e3b34ba2cb87ff3761d1ba89dcb4f3069f</Sha>
389+
<Sha>651ee91d035cdf8e659c00a384d5d6671aadbe46</Sha>
390390
</Dependency>
391391
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.25081.1">
392392
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -397,9 +397,9 @@
397397
<Sha>8fe7aeb135c64e095f43292c427453858d937184</Sha>
398398
</Dependency>
399399
<!-- Intermediate is necessary for source build. -->
400-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-2.25104.11">
400+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-2.25107.8">
401401
<Uri>https://github.com/dotnet/roslyn</Uri>
402-
<Sha>a6c751e3b34ba2cb87ff3761d1ba89dcb4f3069f</Sha>
402+
<Sha>651ee91d035cdf8e659c00a384d5d6671aadbe46</Sha>
403403
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
404404
</Dependency>
405405
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-alpha.1.25077.2">
@@ -464,9 +464,9 @@
464464
<Uri>https://github.com/dotnet/node</Uri>
465465
<Sha>f157b219c30f5296cb3ffaa6937ef19d702c5aab</Sha>
466466
</Dependency>
467-
<Dependency Name="Microsoft.NET.HostModel.TestData" Version="10.0.0-beta.25070.2">
467+
<Dependency Name="Microsoft.NET.HostModel.TestData" Version="10.0.0-beta.25103.1">
468468
<Uri>https://github.com/dotnet/runtime-assets</Uri>
469-
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
469+
<Sha>3faec1bca5963b4ca54741e12939c77b951df604</Sha>
470470
</Dependency>
471471
</ToolsetDependencies>
472472
</Dependencies>

0 commit comments

Comments
 (0)