Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c65f40a

Browse files
dotnet-botgkhanna79
authored andcommitted
Update CoreClr, CoreFx to servicing-25131-01, servicing-25131-01, respectively (#10604)
1 parent de783d8 commit c65f40a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dependencies.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
33
<PropertyGroup>
4-
<CoreFxCurrentRef>c23ba09f06a61dda63324a229f385d571b5f63e5</CoreFxCurrentRef>
5-
<CoreClrCurrentRef>c23ba09f06a61dda63324a229f385d571b5f63e5</CoreClrCurrentRef>
4+
<CoreFxCurrentRef>11aac302d1bad370dc5ebd0aa880a424b48a66d0</CoreFxCurrentRef>
5+
<CoreClrCurrentRef>11aac302d1bad370dc5ebd0aa880a424b48a66d0</CoreClrCurrentRef>
66
</PropertyGroup>
77

88
<!-- Auto-upgraded properties for each build info dependency. -->
99
<PropertyGroup>
10-
<CoreFxExpectedPrerelease>servicing-25130-01</CoreFxExpectedPrerelease>
10+
<CoreFxExpectedPrerelease>servicing-25131-01</CoreFxExpectedPrerelease>
1111
</PropertyGroup>
1212

1313
<!-- Full package version strings that are used in other parts of the build. -->
1414
<PropertyGroup>
15-
<CoreClrPackageVersion>1.1.2-servicing-25130-01</CoreClrPackageVersion>
15+
<CoreClrPackageVersion>1.1.2-servicing-25131-01</CoreClrPackageVersion>
1616
<XunitPackageVersion>2.1.0</XunitPackageVersion>
1717

1818
<!-- Runtime package versions from projectk-tfs/release/1.0.0 -->

0 commit comments

Comments
 (0)