Skip to content

Commit cd575ae

Browse files
[main] Update dependencies from dotnet/runtime (#5446)
This pull request updates the following dependencies [marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f) ## From https://github.com/dotnet/runtime - **Subscription**: [a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f](https://maestro.dot.net/subscriptions?search=a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f) - **Build**: [20250417.10](https://dev.azure.com/dnceng/internal/_build/results?buildId=2690137) - **Date Produced**: April 18, 2025 2:38:53 AM UTC - **Commit**: [e1702c393a1ef71b211f51d00beedec0151c9f25](dotnet/runtime@e1702c3) - **Branch**: refs/heads/main [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.NETCore.App.Runtime.win-x64**: [from 10.0.0-preview.4.25216.9 to 10.0.0-preview.4.25217.10][1] - **VS.Redist.Common.NetCore.SharedFramework.x64.10.0**: [from 10.0.0-preview.4.25216.9 to 10.0.0-preview.4.25217.10][1] [1]: dotnet/runtime@248d6f4...e1702c3 [DependencyUpdate]: <> (End) [marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent f023200 commit cd575ae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
<Uri>https://github.com/dotnet/aspnetcore</Uri>
4141
<Sha>c22a8530ee463bf3534ce5fc54f991e8ab1e9ee0</Sha>
4242
</Dependency>
43-
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="10.0.0-preview.4.25216.9">
43+
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="10.0.0-preview.4.25217.10">
4444
<Uri>https://github.com/dotnet/runtime</Uri>
45-
<Sha>248d6f422e777219e11762a330405234cbcee156</Sha>
45+
<Sha>e1702c393a1ef71b211f51d00beedec0151c9f25</Sha>
4646
</Dependency>
47-
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.10.0" Version="10.0.0-preview.4.25216.9">
47+
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.10.0" Version="10.0.0-preview.4.25217.10">
4848
<Uri>https://github.com/dotnet/runtime</Uri>
49-
<Sha>248d6f422e777219e11762a330405234cbcee156</Sha>
49+
<Sha>e1702c393a1ef71b211f51d00beedec0151c9f25</Sha>
5050
</Dependency>
5151
<!-- Intermediate is necessary for source build. -->
5252
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.621601">

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</PropertyGroup>
1717
<PropertyGroup>
1818
<!-- Latest shared runtime version updated by darc -->
19-
<VSRedistCommonNetCoreSharedFrameworkx64100Version>10.0.0-preview.4.25216.9</VSRedistCommonNetCoreSharedFrameworkx64100Version>
20-
<MicrosoftNETCoreAppRuntimewinx64Version>10.0.0-preview.4.25216.9</MicrosoftNETCoreAppRuntimewinx64Version>
19+
<VSRedistCommonNetCoreSharedFrameworkx64100Version>10.0.0-preview.4.25217.10</VSRedistCommonNetCoreSharedFrameworkx64100Version>
20+
<MicrosoftNETCoreAppRuntimewinx64Version>10.0.0-preview.4.25217.10</MicrosoftNETCoreAppRuntimewinx64Version>
2121
<!-- Latest shared aspnetcore version updated by darc -->
2222
<MicrosoftAspNetCoreAppRefInternalVersion>10.0.0-preview.4.25217.3</MicrosoftAspNetCoreAppRefInternalVersion>
2323
<MicrosoftAspNetCoreAppRefVersion>10.0.0-preview.4.25217.3</MicrosoftAspNetCoreAppRefVersion>

0 commit comments

Comments
 (0)