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

Commit b7af226

Browse files
dotnet-botjkotas
authored andcommitted
Update CoreClr to preview1-25210-04 (#10862)
1 parent 222f23b commit b7af226

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
33
<PropertyGroup>
44
<CoreFxCurrentRef>e92f146e291cdddd764887db41dcdf95263300a8</CoreFxCurrentRef>
5-
<CoreClrCurrentRef>54d99a707d56c4551f1e04c7649b0e87a9df7460</CoreClrCurrentRef>
5+
<CoreClrCurrentRef>5487e519a5becf43d50319bcaaf2734dbc6ae6ec</CoreClrCurrentRef>
66
</PropertyGroup>
77

88
<!-- Auto-upgraded properties for each build info dependency. -->
@@ -12,7 +12,7 @@
1212

1313
<!-- Full package version strings that are used in other parts of the build. -->
1414
<PropertyGroup>
15-
<CoreClrPackageVersion>2.0.0-preview1-25207-02</CoreClrPackageVersion>
15+
<CoreClrPackageVersion>2.0.0-preview1-25210-04</CoreClrPackageVersion>
1616
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
1717
</PropertyGroup>
1818

tests/src/Common/build_against_pkg_dependencies/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.ILAsm": "2.0.0-preview1-25207-02",
4-
"Microsoft.NETCore.ILDAsm": "2.0.0-preview1-25207-02",
5-
"Microsoft.NETCore.Jit": "2.0.0-preview1-25207-02",
6-
"Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25207-02",
7-
"Microsoft.NETCore.TestHost": "2.0.0-preview1-25207-02"
3+
"Microsoft.NETCore.ILAsm": "2.0.0-preview1-25210-04",
4+
"Microsoft.NETCore.ILDAsm": "2.0.0-preview1-25210-04",
5+
"Microsoft.NETCore.Jit": "2.0.0-preview1-25210-04",
6+
"Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25210-04",
7+
"Microsoft.NETCore.TestHost": "2.0.0-preview1-25210-04"
88
},
99
"frameworks": {
1010
"netcoreapp2.0": {

tests/src/Common/targeting_pack_ref/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview1-25207-02"
3+
"Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview1-25210-04"
44
},
55
"frameworks": {
66
"netcoreapp1.1": {

0 commit comments

Comments
 (0)